/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #F0F0F0;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:758px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../images/global/body_bg_01.jpg) repeat-y center center;
	background-color: #FFFFFF;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:558px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:760px;
	height:300px;
	padding-top: 12px;
	background:#F0F0F0;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:left;
	padding-top:312px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:198px;
	float:right;
	padding-top:312px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	padding-left: 2px;
}

#footer {
	width:758px;
	clear:both;
	height:50px;
	background-color: #000000;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:50px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:558px;
	float:right;
	padding-top:312px;
	padding-bottom:32px;/* needed to make room for footer */
}

#clearfooter {width:100%;height:50px;clear:both} /* to clear footer */