/* commented backslash hack v2 \*/ 
html, body{/*height:100%;*/} 
/* end hack */ 

body 
	{
	padding:0;
	margin:0;
	text-align:center;
	min-width:900px;/* for mozilla*/
	background-color:#333333;
	color: #878899;	
	}
#outer
	{
	width:900px;
	text-align:left;
	margin:auto;	
	position:relative;
	over-flow:hidden;	
	background-color:#FFFFFF;	
	}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap 
	{
	width:898px;
	min-height:100%;
	background-color:#FFFFFF;
		
	}
#header
	{
	position:absolute;
	top:0;
	left:0px;
	width:898px;
	height:230px;	
	overflow:show;
	color: #000000;
	z-index:100;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	background:#FFFFFF;
	padding-top:240px;/*needed to make room for header*/
	padding-bottom:5px;/* needed to make room for footer */
	padding-left:10px;	
	}
#headerline
	{
	clear:both;
	width:900px;
	float:right;
	height:15px;	
	text-align:right;
	left:0;
	bottom:0;
	margin-left:0;
	position:absolute;
	padding-bottom:5px;
	}
#footer
	{
	clear:both;
	width:900px;
	float:left;
	height:55px;	
	text-align:left;
	background-color:#333333;;
	left:0;
	bottom:0;
	margin-left:0;
	
	
	}
* html #footer 
	{/*only ie gets this style*/
	\height:38px;/* for ie5 */
	he\ight:36px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{	
	width:723px;
	color:#5F5A59;
	float:right;
	padding-top:240px;
	padding-right:5px;
	padding-bottom:5px;/* needed to make room for footer */
	background-color:#FFFFFF;	
	}
#centrecontent p {padding-left:0px;padding-right:150px}
#clearfooter {width:100%;height:35px;clear:both} /* to clear footer */