/* mac hide\*/
html, body {/*height:100%*/}
/* end hide */
body 
	{
	padding:0;
	margin:0;
	text-align:center;
	min-width:900px;/* for mozilla*/
	background-color: #C0C0C0;
	color: #818286;
	}
#outer
	{
	/*height:100%;
	min-height:100%;*/
	width:900px;
	color: #ABA862;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #FFFFFF;
	background:  url(../graphics/content-bg.jpg) repeat-y center center;	
	} 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap 
	{/* enables content first */
	float:left;
	width:700px;		
	}
#header
	{
	position:absolute;
	top:0;
	left:0px;
	width:900px;
	height:175px;		
	overflow:hidden;	
	color: #000000;
	background-repeat: no-repeat;
	z-index:100;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:151px;
	float:left;
	padding-top:195px;/*needed to make room for header*/
	padding-bottom:35px;/* needed to make room for footer */
	padding-left:10px;	
	}


#right
	{
	position:relative;/*ie needs this to show float */
	width:195px;
	float:right;
	padding-top:195px;/*needed to make room for header*/
	padding-bottom:35px;/* needed to make room for footer */
	padding-left:5px;	
	}
#footer
	{
	width:900px;
	float:left;
	/*height:75px;	*/
	height:120px;
	text-align:center;
	left:0;
	bottom:0;
	position: relative;
	background-color:#ffffff;		
	}

* html #footer 
	{/*only ie gets this style*/
	\height:120px;/* for ie5 */
	he\ight:122px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{	
	width:520px;
	float:right;
	padding-top:195px;
	padding-bottom:35px;/* needed to make room for footer */
		
	}
#centrecontent p {padding-left:0px}
#clearfooter {width:100%;height:5px;clear:both} /* to clear footer */
