/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	min-width:754px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:754px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../images/global/body_bg.gif) repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:754px;
}
#header{
	top:0;
	/*left:-1px;*/
	width:754px;
	height:292px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background: url(../images/global/header_bg.gif) repeat-y;
}
#left {
	position:relative;/*ie needs this to show float */
	width:197px;
	float:left;
	padding-bottom:32px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:right;
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:754px;
	clear:both;
	height:64px;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background: url(../images/global/footer_bg.gif) no-repeat;
	background-color: #FFFFFF;
}
* html #footer {/*only ie gets this style*/
	\height:64px;/* for ie5 */
	he\ight:64px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:557px;
	float:right;
	padding-bottom:32px;/* needed to make room for footer */
}
#centrecontent .content{margin: 2em 1.5em 1.5em 1.5em;}

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