/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	min-width:800px;/* for mozilla*/
	background-color: #FFF;
	color: #000000;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:800px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/2colcentredbg.jpg) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:770px; /*padding + width */
	height:100px;
	border:0px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
	padding-top: 25px;
	padding-left: 55px;
}
#left {
	position:relative;/*ie needs this to show float */
	float:left;
	padding-top:145px;/*needed to make room for header*/
	padding-left:25px;/*needed to make room for header*/
	width: 500px;
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:800px;
	clear:both;
	height:12px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #000000;
	color: #FFFFFF;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:12px;/* for ie5 */
	he\ight:10px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:216px;
	float:right;
	padding-top:140px;/*make room for header*/
    text-align:right; 
    padding-right:50px;
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

