/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	text-align:center;
	min-width:944px;
	background-color:#cbcbcb;
	color:#000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:944px;
	color:#000000;
	text-align:left;
	margin:auto;
	position:relative;
}
 
#innerwrap {/* enables content first */
	float:left;
	width:936px;
	background-color:#fdfdfd;
	margin-top:171px;
	padding:0 4px;
	background-image:url(../images/bg_innerwrap.gif);
	background-repeat:repeat-y;
}
#header{
	position:absolute;
	top:0;
	width:936px;
	height:154px;
	background-color:#ffffff;
/*	overflow:hidden; */
	color:#000000;
	z-index:100;
	background-image:url(../images/bg_hdr.gif);
	background-repeat:no-repeat;
	margin-top:17px;
	padding:4px 4px 0 4px;
}
#header #banner {
	width:936px;
/*	height:191px; */
	height: 0px;
	border-top:2px solid #ff6600;
}
#left {
	position:relative;/*ie needs this to show float */
	width:189px;
	float:left;
	margin:30px 0 0 0;
	padding: 25px 0 32px 26px;
}
#right {
	position:relative;/*ie needs this to show float */
	width:163px;
	float:right;
	margin:30px 0 0 0;
	padding:25px 30px 32px 0;
}
#footer {
	left:0;
	width:878px;
/*	padding:0 36px 0 30px; */
	padding:0 36px 0 30px;
	clear:both;
	height: 247px;
	background-color:#fdfdfd;
	color:#333333;
	background-image: url(../images/bg_ftr.gif);
	background-repeat: no-repeat;
}
div,p {margin-top:0}/*clear top margin for mozilla*/
#centre {
	width:465px;
	float:left;
	margin:0 0 32px 0;
	padding:25px 20px 0 35px;
	background-color:#fdfdfd;
	color:#002266;
}
#clearfooter {
	width:100%;
	height:0;
	clear:both;
	background-image:url(../images/bg_innerwrap.gif);
	background-repeat:repeat-y;
}
