#header{
	background:url('../images/content_photo.jpg') bottom left repeat-x #9C3100;
	padding:0px 0px 65px 0px;
}
#header h1{
	font-size:140%;
	padding:25px 180px 25px 0px;
	background:url('../images/bg.gif') top right no-repeat;
	float:none;
	text-align:right;
	height:auto;
}
#header img{
	margin-left:115px;
}
#topnav{
	background: black;
	border:none;
	padding:0px;
	height: 1.7em;
	border-top: 8px solid black;
	border-bottom: 4px solid #CCCC99;
}
#topnav ul, #topnav ul li{
	float:left;
	border:none;
}
#topnav ul li{
	border-right:1px solid white;
}
#topnav ul li a{
	color:white;
	font-size:90%;
	width: auto;
	margin: 0px 10px 0px 10px;
}
#topnav ul li a:hover {
	color: #CC9933;
	background-color: transparent;
	text-decoration: none;
}
