body {
	background-image: url(images/background.gif);
	font: normal 85% sans-serif;
	margin-left: 125px;
}

#container {
	width: 645px;

}

#banner {
	width: 600px;
}

#nav {
	margin-top: 260px;
	float: right;
	font-size: 14pt;
	width: 126px;
}


#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a {
	display: block;
	padding: 3px 5px 5px 3px;
}

#nav a{
	color: white;
	text-decoration: none;
}

#nav a:hover {
	background-color: white;
	color: #384468;
}

#nav .active {
	background-color: white;
	color: #384468;
}

#topnav {
	text-align: right;
	font-weight: bold;
}

#topnav a {
	color: #384468;
	text-decoration: none;
}

#topnav a:hover{
	text-decoration: underline;
}

#bodymain {
	width: 515px;
	color: #384468;

}

#bodymain a {
	color: #384468;
}