/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	/*text-align:center;*/
	min-width:760px;/* for mozilla*/
	background-color: #E7CC33;
	color: #000000;
}

#outer{
	height:100%;
	min-height:100%;
	width:967px;
	color: #000000;
	text-align:center;
	margin:auto;
	position:relative;
	position:relative;
	background-image: url(../images/bg_centre.gif);
	background-repeat: repeat-y;	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:773px;
}
#header{
	position:absolute;
	top:0;
	width:100%;
	height:133px;
	background-color: #005481;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	color: #000000;
	text-align: center;
	z-index:100;
}
#headercontent {
	margin: auto;
	width: 967px;
	height: 133px;
	background-image: url(../images/bg_headercontent.gif);
	background-repeat:no-repeat;
}
#logo {
	float: left;
}

#right {
	position:relative;/*ie needs this to show float */
	width:169px;
	float:right;
	padding-top:168px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	color: #000000;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	width:100%;
	clear:both;
	height:50px;
	background-color: #E7CC33;
	color: #000000;
	left:0;
	bottom:0;
	position: absolute;
}
#footercontent {
	margin: auto;
	width: 967px;
	height: 115px;
	background-image: url(../images/bg_footercontent.gif);
	background-repeat:no-repeat;
}
* html #footer {/*only ie gets this style*/
	\height:117px;/* for ie5 */
	he\ight:115px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centre {
	width:775px;
	float:right;
	padding-top:133px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centrecontent {
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 18px;
	padding-bottom: 10px;
	text-align: left;
}

#centrecontent .centreleft{
	border-top: 2px dotted #f8f0c2;
}
#centrecontent .centreright{
	width: 520px; float: right; border-top: 2px dotted #f8f0c2; padding-top: 10px; text-align: left;
}

#centrecontent_main {
	float: right;
	width: 496px;
	text-align: left !important;
}

#clearfooter {width:100%;height:115px;clear:both} /* to clear footer */

