html, body {height:100%}
body {
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-image: url(/images/background/greeno_slice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#ffffff;
	color: #000000;
	}

#header{
	color: #000;
	text-align:center;
	position:relative;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
}
/* mac hide \*/
* html #header{height:1px;he\ight:1px}/* height needed for ie to force layout*/
/* end hide*/

#left {
	float:left;
	width:173px;/* same as the left margin on #outer*/
	padding-top:0px;/*needed to make room for header*/
	background-color:#dcebf2;
	}

#centrecontent {
	margin-top:0px;
	margin-left:173px;
	padding-top:5px;
	background-color:#ffffff;
	}

#footer {
	width:100%;
	clear:both;
	height:20px;
	position:relative;
}
* html #footer {/*only ie gets this style*/
\height:22px;/* for ie5 */
he\ight:20px;/* for ie6 */
}

#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/
