/* mac hide\*/
html, body {height:100%;}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:950px;/* for mozilla*/
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-color: #E4E0DB;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:950px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	
	background: url(../images/bg_body_inside.gif) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:664px;
}
#header{
	position:absolute;
	top:0;
	width:950px;
	height:221px;
	background-image: url(../images/bg_header.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#left {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:left;
	padding-top:221px;/*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:286px;
	float:right;
	padding-top:221px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}


#footer {
	width:950px;
	clear:both;
	height:60px;
	background-color: #FF8080;
	background-image: url(../images/bg_inside_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #E4E0DB;	
	color: #4B6319;
	text-align:center;
	left:0;
	position: absolute;
	bottom: 0;
}

* 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*/
#centre {
	width:664px;
	float:right;
	padding-top:221px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centrecontent {
	padding: 20px 80px 20px 30px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_grad_content.gif);
	min-height: 79px;
}

* html #centercontent {
	height: 79px;
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both;} /* to clear footer */