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

#footer {
	width:774px;
	clear:both;
	height:100px;
	background-image:url(../images/footer_back.gif);
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer {/*only ie gets this style*/
	\height:102px;/* for ie5 */
	he\ight:100px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centre{
	width:774px;
	float:right;
	padding-top:0px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centrecontent {
	padding: 0px 30px 0px 30px;
}
#banner{padding-left: 30px; padding-bottom: 20px;}

#centrecontent p {padding-left:3px}

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