body {
	margin:0px 5%;
	padding:0 ;
	background:white;
	color:#000;

	color:#939393;
	font-family: Geneva;
	font-size: 8.5pt;

}
#container {
	width:1,170px;
	background:white;
	border:0px solid #000;
}
#header {
	width:1,170px;
	height:100px;
	border-bottom:0px;
	background:white;
	text-align:center;
	margin-left:-2px;
	margin-right:0px;
}
#left {
	margin-left:-170px;/* must be 1 pixel less than width*/
	float:left;
	width:170px;/* must be same as left margin on #middle*/
	position:relative;
	left:-2px;/* line up exactly */
	display:inline;/* ie fix*/
}
#right {
	margin-right:-175px;/* must be 1 pixel less than width*/
	float:right;
	width:170px;/* must be same as right margin on #middle*/
	position:relative;
	right:-2px;/* line up */
	display:inline;/* ie fix*/
}
* html #left{margin-right:-3px;}/* 3 pixel jog*/
* html #right{margin-left:-3px;}/* 3 pixel jog*/

#middle {
	width:632px;
	height:580px;
	border-left:10px;
	border-right:0px;
	background:white;
	margin-left:170px;
	margin-right:170px;
}
/* mac hide and combat ie's 3 pixel jog \*/
* html #centre{overflow:hidden;float:left;width:100%}
* html #middle {height:1%;}
/* end hide*/
#footer {
	width:1,170px;
	clear:both;
	border-top:0px;
	border-bottom:0px;
	height:50px;
	background:white;
	text-align:center;
	
}
h1,h3,p {
margin-top:0;}
img{float:center;}
.clearer{
	height:1px;
	overflow:hidden;	
	margin-top:-1px;
	clear:both;
}