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


body {
	padding:0;
	margin:0;
	height:100%;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	line-height:1.4em;
	text-align:center;
	color:#303030;
	background:#e8eaec;
}

#container{
	width:800px;
	text-align:left;
	background:#ffffff;
	color:#303030;
	border:2px solid #a0a0a0;
}

#wrapper, #wrapper_home {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#content {
	/*background: url(../images/header) no-repeat left top;*/
	background: url(../images/repeating_background) repeat-y;
	width: 800px;
}

#content h2{
	display:block;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
}

#outer, #outer_home{
	color: #000000;
	width: 800px;
}

* 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:796px;
	background: #467aa7;
	color: #ffffff;
	z-index: 2;
}

#header h1{
	font-size:2.4em;
	text-align: left;
	padding-left: 25px;
	background-color:inherit;
	color:#ffffff;
	letter-spacing:-2px;
	font-weight:normal;
}

#header h2{
	font-size:1.4em;
	text-align: left;
	padding-left: 45px;
	padding-top: 10px;
	background-color:inherit;
	color:#f0f2f4;
	letter-spacing:-1px;
	font-weight:normal;
}

* 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;
	height:35px;
	width: 796px;
	margin-left: 2px;
	margin-bottom: 2px;
	text-align:center;
	color:#f0f0f0;
	background:#467aa7;
}
#footer p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	z-index: 10;
}
* html #footer {/*only ie gets this style*/
	height:52px;/* for ie5 and 5.5. ( and ie6 quirks mode) */
}
#clearheader{height:72px;}/*needed to make room for header*/
#clearfooter{clear:both;height:50px;width:100%;}/*needed to make room for footer*/


* html #centrecontent {height:1%;}/* combat IE's 3 pixel jog */
* > html #centrecontent {height:auto;}/* mac style */
#centrecontent {
	position:relative;	
	z-index:1;
	margin-top: 60px;
	margin-left: 30px;
	width: 740px;
}

#wrapper_home #centrecontent {
	padding-right: 0px;
}

/**************** Sidebar styles ****************/

#subcontent{
	float:right;
	width:170px;
	padding:20px 20px 10px 0;
	line-height:1.4em;
}

#subcontent h2{
	display:block;
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}