/* CSS Document */

#container {
	width: 750px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#header {
	width:750px;
	height:141px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:center;
}
	
#content {
	width:750px;
	height:auto;
	background-image:url(../images/content.png);
	background-repeat: repeat-y;
	background-position:center;
}

#footer {
	width:750px;
	height:25px;
	padding-top:5px;
	background-image:url(../images/content.png);
	background-repeat: repeat-y;
	background-position:center;
}

#date {
	width:750px;
	height:120px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:center;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#fff;
	background-color:#000000;
	background-image:url(../images/bg1.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

h1 {
	font-size: 18px;
	text-align:center;
	color:#f7e4d4;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	color:#f7e4d4;
	text-align:center;
	font-weight:bold;
}

h5 {
	font-size: 12px;
	color:#f7e4d4;
	text-align:left;
	font-weight:bold;
}

.date {
	font-size:10px;
	color:#f7e4d4;
}

.date a:link {
	text-align:center; 
	color:#f7e4d4; 
}

.date a:visited {
	text-align:center; 
	color:#c89943; 
}

.date a:hover {
	color:#fff;
	font-size:11px;
}

.content {
	font-size:12px;
	text-align:left;
	color:#fff;
	padding-top:8px;
}

.content a:link {
	text-align:center; 
	color:#f7e4d4; 
}

.content a:visited {
	text-align:center; 
	color:#c89943; 
}

.content a:hover {
	color:#fff;
	font-size:14px;
}

.copyright {
	font-size: 11px;
	color: #f7e4d4;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}

.footer a:link {
	text-align:center; 
	color:#f7e4d4; 
}

.footer a:visited {
	text-align:center; 
	color:#FFDF9C; 
}

.footer a:hover {
	color:#fff;
	font-size:12px;
}

.footer {
	font-size:11px;
	color:#f7e4d4;
	text-align:center;
}

.header {
	font-size:12px;
	color:#fff;
	text-align:center;
	vertical-align:top;
}

.mapsection {
	font-family: Tahoma;
	font-size:16px;
}

.mapitem {
	font-family: Tahoma;
	font-size:14px;
}

.mapitem a:link {
	color:#ffffff; 
}

.mapitem a:visited {
	color:#ffdf9c; 
}

.sitemap {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
