* {
	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: none;
	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: 100px;
}
#wrapper #bodyArea #details {
	background-color: #CCC;
	width: 800px;
}
#wrapper #bodyArea #jill {
	float: left;
	width: 200px;
	height: 250px;
}
#wrapper #bodyArea #jenni {
	float: left;
	width: 200px;
	left: 200px;
	height: 250px;
}
#wrapper #bodyArea #brent {
	float: left;
	width: 200px;
	left: 400px;
	height: 250px;
}
#wrapper #bodyArea #brett {
	float: left;
	width: 200px;
	left: 800px;
	height: 250px;
}
#wrapper #bodyArea #address {
	float: left;
	width: 300px;
}
#wrapper #bodyArea #contact {
	float: right;
	width: 500px;
}

#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	font-size: 14px;
	font-style: normal;
	color: #333;
}

