/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	color: #000000;
	height:100%;
	font-size: 90%;
	font-family: verdana, arial, sans-serif;
	background-color: #D9D9D9;
}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #D9D9D9 url(../images/background.jpg) repeat-y;
}

#content {
	padding-top: 218px;
	margin-left: 230px;
	margin-right: 40px;
	position: relative;
}

#left {
	margin: 0;
	padding: 0;
	float: left;
	background-color: #F2EADF;
	margin-top: 218px;
	margin-left: 40px;
	_margin-left: 20px;
	width: 180px;
	border: 2px solid #2C7F63;
}

#left p {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 1em;
	font-weight: bold;
	color: #006633;
}

* html #outer{height:100%;} /* IE win treats height as min-height anyway*/
* > html #macinner {/*mac obeys 100% height so we give it an inner with bg color which will expand past 100%*/	
}

#header{
	position: absolute;
	top:0;
	left:40px;
	width:820px;
	height:198px;
	color: #000000;
	background: url(../images/HeaderBackground.jpg) no-repeat left top;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

* html #left {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float and padding at botom to clear footer because we've pulled float too far back*/
* > html #left {padding-bottom:0; margin-top: 67px;}/* mac style */

#footer {
	clear:both;
	text-align:center;
	background: url(../images/footer-bg.jpg) no-repeat left top;
	width: 900px;
	height: 25px;
}

#disclaimer {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#home_main {
	margin: 0;
	padding: 0;
	width: 630px;
	_width: 625px;
	height: 272px;
	background: url(../images/HomeMainBox.jpg) no-repeat left top;
}

#home_sub_right {
	float: right;
	margin: 0;
	padding: 0;
	width: 308px;
	height: 272px;
	background: url(../images/HomeSubBox-Right.jpg) no-repeat left top;
}

#home_sub_left {
	margin: 0;
	padding: 0;
	width: 308px;
	height: 272px;
	background: url(../images/HomeSubBox-Left.jpg) no-repeat left top;
}
