body { text-align: center; margin: 0 auto; margin-top: 10px; margin-bottom: 10px; line-height: 18px; font: 11px/18px georgia, arial, verdana, tahoma, sans-serif; color: #000000; }

#wrapper {
	width: 482px;
	margin: auto;
	background: #fff;
	padding: 5px;
	text-align: left;
}

#sitename {
	padding: 0px;
	margin-bottom: 20px;
	text-align: center;
}

#sitename h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#banner {
	background: url('headerimage2.jpg') no-repeat;
	height: 400px;
	width: 482px;
	margin-bottom: 0px;
}

#navigation {
	margin-bottom: 15px;
	background: #E0E0E0;
	width: 482px;
	height: 30px;

}

#navigation a {
	font-size: 8pt;
	font-weight: normal;
	margin-top: 5px;	
	height: 20px;
	width: 94px;
	text-decoration: none;
	color: #000;
}

#navigation a:hover {
	color: #FF0000;
	font-weight: bold;
	height: 20px;
	width: 94px;
	
}

#header {
	border-bottom: 2px dotted #000000;
	font-family: georgia;
	font-size:11px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

#content {
	width: 482px;
	min-height: 100%;
}

#content a {
	color: #000;
	text-decoration: none;
}

#content a:hover {
	color: #FF0000;
	background-color: #ffffff;
	font-weight: bold;
}


#footer {
	font-size: 8px;
	margin-top: 10px; 
	font-family: verdana;
	line-height: 10px;
}

#footer a {	
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #061758;
	background-color: #FDF301;
	font-weight: bold;
}