/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body 
	{
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	min-height:100%;
	background-color: #FFFFFF;
	color: #878899;
	}
#outer
	{
	width:760px;
	text-align:left;
	margin:auto;
	min-height:100%;
	
	position:relative;
	background:  url(../graphics/content-bg.gif) repeat-y center center;	
	over-flow:hidden;	
	}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap 
	{/* enables content first */
	float:left;
	width:760px;
	min-height:100%;
	/*background:url(../graphics/menu_background.gif) no-repeat;*/
	background-position:bottom left;	
	}
#header
	{
	position:absolute;
	top:0;
	left:0px;
	width:760px;
	height:235px;	
	overflow:show;
	color: #000000;
	z-index:100;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:170px;
	float:left;
	padding-top:235px;/*needed to make room for header*/
	padding-bottom:5px;/* needed to make room for footer */	
	}
#footer
	{
	clear:both;
	width:760px;
	float:right;
	height:93px;	
	text-align:right;
	background:#ffffff;
	left:0;
	bottom:0;
	margin-left:0;
	position:absolute;
	}
* html #footer 
	{/*only ie gets this style*/
	\height:125px;/* for ie5 */
	he\ight:123px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{	
	width:568px;
	float:right;
	padding-top:250px;
	padding-left:15px;	
	padding-bottom:25px;/* needed to make room for footer */	
	}
#centrecontent p {padding-left:0px}
#clearfooter {width:100%;height:123px;clear:both} /* to clear footer */