/* 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;
}
#wrapper_home {
	width: 801px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 4px;
	border: 2px solid black;
}

#wrapper {
	width: 801px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 4px;
	border: 2px solid black;
	background: url(../images/RepeatingBackground.png) repeat-y;
}


#content {
	padding-top: 150px;
	margin-left: 150px;
	margin-right: 150px;
	position: relative;
	_z-index: 1;
	z-index: 1;
}

#outer, #outer_home{
	min-height:100%;
	margin-left:170px;
	margin-bottom:-60px;
	padding-bottom: 6px;
	color: #000000;
	border-right: 2px solid black;
	background-color: white;
}

* 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:4px;
	left:4px;
	width:801px;
	height:564px;
	color: #000000;
	z-index: 0;
	background: url(../images/GeneralBackground.png) no-repeat;
}

#header_home {
	position: absolute;
	top:4px;
	left:4px;
	width:801px;
	height:570px;
	color: #000000;
	z-index: 0;
	background: url(../images/HomeBackground.png) no-repeat;
}


#header a {
	color: white;
	font-weight: bold;
	line-height: 1.5em;
}

#left {
	margin-top: 97px;
	width: 150px;
	float: left;
	height: 460px;
	_height: 375px;
	z-index: 5;
}

* 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;
	color: white;
	text-align:center;
	font-size: .85em;
	background: url(../images/footer.png) no-repeat;
	height: 34px;
}

#footer_home {
	clear:both;
	color: white;
	text-align:center;
	font-size: .85em;
	background: url(../images/footer.png) no-repeat;
	height: 34px;
}

#footer p {
	margin: 0;
	padding: 0;
}