﻿/* mac hide\*/
html, body {height:100%}
/* end hide */
body { /* outer body of the page */
	padding:0;
	margin:0;
	min-width:996px;/* 994 really but need to add 2 pixels for firefox ie. 1px left + 1px right border*/
	text-align:left; 
	font-size:small;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	background: white url(/images/master/header/bg.jpg) repeat-x left top;
}
#outer{ /* primary boxed area within the body of the page*/
	width:992px; /* main width (insider page border) */
	margin:auto;
	position:relative; /* center horiztonally*/
	top:0px;
	/*border:1px solid blue;*/
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header {
	position:absolute;
	top:0;
	left:0px;
	width:994px;
	height:471px;
	overflow:hidden;
	color: white;
	z-index:100;
	/*
	border:1px solid red;	*/
}

#subheader {
	margin-top:36px;
}

#innerwrap {/* enables content first */
	float:left;
	width:980px;  /* width=left+centre divs */
	padding-left:15px;
	/*border:1px solid green;	*/
}

#centrecontent {
	width:959px;
	padding-left:0px;
	padding-right:0px;
	float:left;
	padding-top:472px;
	padding-bottom:50px;/* needed to make room for footer */
	/*border:1px solid orange;	*/
}


#footer {

	clear:both;
	height:30px;
	background-color:#92CE54;
	text-align:center;
	color:white;
	background: white url(/images/master/footer/bg.jpg) repeat-x left bottom;
	margin-top:10px;
}

#footer a, #footer a:hover
{
    color:white;
    padding-right:5px;
    padding-left:5px;
}

html #footer {/*only ie gets this style*/
	\height:42px;/* for ie5 */
	he\ight:42px;/* for ie6 */
}