﻿/*  Layout css for the BHP site */
body{
	margin:0px;
}
#pageWrapper{
	margin:0px auto;
	width:970px;
}
#header{
		
}
#menu{
	height:34px;
}
#menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
#menu li{
	float:left;
	width:125px;
	line-height:34px;
	text-align:center;
}
#breadcrumb{
}
#content{
	padding:10px;	
}
#navigation{
	width:230px;
	float:left;
}
#mainContent{
	float:left;
	width:720px;

}

#footer{
	clear: both;
}
