body {
	background: #1f2223;
	width: 100%;
	padding: 0 0 10px 0; /* alter this if you want to pad the site from the top or bottom */
	text-align: center }

/* wrapper to locate page to centre in all browsers */
#wrapper { 
	margin: 0 auto;
	width: 780px; 
	text-align: left } 

/* container needed to style containing bars */
#container { 
	float: left;
	width: 780px }

#headerBar { 
	float: left; 
	width: 780px;
	margin: 10px 0 15px;
	padding: 0 }
	
#contact_box {
	background: #BFC0C2;
	float: left;
	height: 109px;
	margin-left: 15px;
	padding: 6px;
	position: relative;
	width: 188px }

#pageMenu {
	width: 780px;
	height: 46px;
	list-style-type: none;
	background: url('/images/menu_bg.gif') no-repeat;
	float: left;
	margin: 0 0 15px;
	padding: 0 }
	
	#pageMenu li {
		line-height: 46px;
		display: inline;
		margin: 0;
		padding-left: 20px; }

#mainWrapper {
	width: 780px;
	float: left }

#mainBar { 
	display: block;
	width: 780px; 
	min-height: 250px; 
	float: left; 
	margin: 0;
	padding: 0 }
	
#footerBar { 
	border-top: 1px solid #5E6062; 
	float: left; 
	width: 780px; 
	margin: 15px 0 0;
	padding: 0 }


