/*reset*/




/*main nav*/

#nav {
	font-size: 1.2em;
	color: #E9E8E4;
	background: #4F4B42;
	text-align: left;
	padding: 5px;
	width: 645px;
	height: 23px;
}
#nav a {
	color: #E9E8E4;
	background: #4F4B42;
	text-align: left;
	padding: 5px;
	width: 650px;
	text-decoration: none;
}
#nav a:visited {
	color: #D6D4B6;
}
#nav a:hover {
	color: #99aa86;
	background: #E9E8E4;
	text-decoration: none;
}
#nav a:active {
	color: #99AA86;
}
#nav .page {
	border-top: thick solid #A74436;
	border-bottom: thick solid #A74436;
	border-right-width: thick;
	border-left-width: thick;
	border-right-color: #A74436;
	border-left-color: #A74436;
}


/*footer*/
.bottom_nav {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #D6D4B6;
	text-align: right;
	padding: 10px 0px 0px;
}
#footer_nav {
	background: #4F4B42;
}
.bottom_nav {
    padding: 10px;
}
.bottom_nav a {
	color: #D6D4B6;
	text-align: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.bottom_nav a:hover {
	text-decoration: underline;
}
.bottom_nav a:active {
	color: #99AA86;
}
