* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFF;
	background-image: url(../Images/BH_logo_new.jpg);
	width: 800px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	width: 800px;
	height: 35px;
	font-size: 18px;
}
#wrapper #headerImg {
	height: auto;
	background-image: none;
	width: 800px;
}
#wrapper #bodyArea #left {
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	background-color: #CCC;
	height: 600px;
}
#wrapper #bodyArea #leftcenter {
	float: left;
	width: 200px;
	height: 600px;
}
#wrapper #bodyArea #rightcenter {
	float: left;
	width: 200px;
	background-color: #CCC;
	height: 600px;
}
#wrapper #bodyArea #right {
	float: left;
	width: 200px;
	height: 600px;
}


#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #03F;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 20px;
}

