@charset "utf-8";
body {
	background-color:#FFF;
	background-image: url(/images/backdrop.jpg);
	background-repeat: repeat-x;
</style>
}
#header {
	width: auto;
	height: 250px;
	background-image: url(/images/bhp.jpg);
	}

#box {
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	float: right;
}

#wrapper {
	background-color: #FFF;
	width: 1000px;
	margin: auto;
	position: relative;
}
#pagedesc {
	width: 825px;
	float: right;
	background-color: #FFFFFF;
	clear: none;
	position: relative;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #036;
}
#footer {
	width: 1000px;
	clear: both;
	height: 40px;
	
}
#nav {
	float: left;
	width: 150px;
	clear: left;
	position: relative;
	background-color: #FFFF99;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
}
#abox1 {
	clear: right;
	float: right;
	width: 825px;
	padding: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content {
	clear: right;
	float: right;
	width: 825px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 010px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	padding: 5px;
}
#wrapper #nav #menuhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #036;
}