/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #E1DED3;
	color: #000000;
}

#outer{
	height:100%;
	min-height:100%;
	width:930px;
	text-align:left;
	margin:auto;
	position:relative;
	background-image: url(../images/bg_outer_inside.gif);
	background-repeat: repeat-y;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:620px;
}
#header{
	position:absolute;
	top:0;
	width:930px;
	height:210px;
	background-image: url(../images/bg_header_inside.gif);
	background-repeat: no-repeat;
	background-color: #E1DED3;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#left {
	position:relative;/*ie needs this to show float */
	width:0;
	float:left;
	padding-top:210px;/*needed to make room for header*/
	padding-bottom:146px;/* needed to make room for footer */
}
#right {
	position:relative;/*ie needs this to show float */
	width:308px;
	float:right;
	padding-top:210px;/*needed to make room for header*/
	padding-bottom:146px;/* needed to make room for footer */
	padding-left: 1px;
	padding-right: 1px;
}
#rightcontent {
	background-image: url(../images/bg_content_right.gif);
	background-repeat: repeat-x;
	min-height: 214px;
	padding-right: 20px;
}
* HTML #rightcontent {
	height: 214px;
}

#footer {
	width:930px;
	clear:both;
	height:146px;
	background-color: #E1DED3;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	color: #000000;
	left:0;
	position: absolute;
	bottom: -1px;

}
* html #footer {/*only ie gets this style*/
	\height:148px;/* for ie5 */
	he\ight:146px;/* for ie6 */
}
#centre {
	width:616px;
	float:right;
	padding-top:210px;
	padding-bottom:146px;/* needed to make room for footer */
	padding-left: 1px;
	padding-right: 3px;
}
#centrecontent {
	padding: 20px 35px 25px 35px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	min-height: 225px;
}

* HTML #centrecontent {
	height: 225px;
}

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