@font-face {
    font-family: 'HVDPeaceRegular';
    src: url('../fonts/HVD_Peace-webfont.eot');
    src: url('../fonts/HVD_Peace-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HVD_Peace-webfont.woff') format('woff'),
         url('../fonts/HVD_Peace-webfont.ttf') format('truetype'),
         url('../fonts/HVD_Peace-webfont.svg#HVDPeaceRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-image:URL(../images/bg-brick.jpg);
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}
#pageContainer {
	width:1002px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#page2 {
	background-image:URL(../images/bg-star.gif);
	background-repeat:no-repeat;
	background-position:left top; 
	width:968px;
	margin-left:17px;
	margin-right:17px;
	padding:0;
}
#page {
	width:1002px;
	background-image:URL(../images/bg-body-paper.gif);
	position:relative;
	padding:0;
}
#header {
	height:107px;
	width:939px;
	margin-left:14px;
}
#content {
	min-height:550px;
	_height:550px;
	width:938px;
	margin-left:15px;
	margin-right:15px;
	padding:0;
	text-align:left;
}
#footer {
	background-image:URL(../images/bg-footer.gif);
	width:1002px;
	height:417px;
	padding:0;
	position:relative;
}
#leftfooter {
	position:absolute;
	width:440px;
	height:355px;
	top:40px;
	left:40px;
	overflow:auto;
}
#middlefooter {
	position:absolute;
	width:210px;
	height:355px;
	top:40px;
	left:510px;
	overflow:auto;
}
#rightfooter {
	position:absolute;
	width:210px;
	height:295px;
	top:90px;
	left:750px;
	overflow:auto;
}
#nav {
	font: 30px 'HVDPeaceRegular', Arial, sans-serif;
	width:560px;
	position:absolute;
	top:90px;
	left:130px;
	text-align:center;
}
#nav span {
	padding:10px;
}
#nav a {
	color:#395240;
	text-decoration:none;
}
#nav a:visited {
	color:#395240;
}
#nav a:hover {
	color:#700000;
	text-decoration:underline;
}
.clear {
	clear:both;
}
img {
	border:0;
}
