@import "menu.css";

/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	BACKGROUND-COLOR: #FFFFFF;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:758px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/global/pageBackground_01.jpg) repeat-y center center;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:548px;
}
#header{
	position:absolute;
	top:0;
	width:758px;
	height:305px;
	background:#FFFFFF;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#headerContainer{
	background-image: url(images/header/headerBk_01.jpg); background-repeat: repeat-x; height: 100px; overflow: hidden;
}
#left {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:left;
	padding-top:305px;/*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:210px;
	float:right;
	padding-top:305px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:758px;
	clear:both;
	height:50px;
	background-image: url(images/global/footerBk_01.jpg);
	background-repeat: repeat-x;
	BACKGROUND-COLOR: #FFFFFF; 
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:548px;
	float:right;
	padding-top:305px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centrecontainer{}
#centrecontainer{
	padding-top: 20px; padding-left: 18px; WIDTH: 520px; float: left;
}

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