/* mac hide\*/
html, body {/*height:100%*/}
/* end hide */
body 
	{
	padding:0;
	margin:0;
	text-align:center;
	min-width:900px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #00305F;
	}
#outer
	{
	width:900px;
	text-align:left;
	margin:auto;
	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:690px;
	background:url(../graphics/menu_lion.gif) no-repeat;
	background-position:bottom left;
	
	}
#header
	{
	position:absolute;
	top:0;
	left:0px;
	width:900px;
	height:180px;	
	overflow:show;
	color: #000000;
	z-index:100;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:155px;
	float:left;
	padding-top:200px;/*needed to make room for header*/
	padding-bottom:5px;/* needed to make room for footer */
	
	}

#right
	{
	position:relative;/*ie needs this to show float */
	width:190px;
	float:right;
	padding-top:200px;/*needed to make room for header*/
	padding-bottom:93px;/* needed to make room for footer */
	
	}
#footer
	{
	clear:both;
	width:900px;
	float:right;
	height:93px;	
	text-align:center;
	background:#ffffff;
	left:0;
	bottom:0;
	margin-left:0;
	position:absolute;
	}
* html #footer 
	{/*only ie gets this style*/
	\height:95px;/* for ie5 */
	he\ight:93px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{	
	width:520px;
	float:right;
	padding-top:200px;
	padding-bottom:25px;/* needed to make room for footer */	
	}
#centrecontent p {padding-left:0px}
#clearfooter {width:100%;height:93px;clear:both} /* to clear footer */