/* 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 {
	width: 1019px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 4px solid #0054A5; 
}

#content {
	padding-top: 110px;
	height: 633px;
	margin-left: 250px;
	margin-right: 200px;
	border-left: 2px solid #0054A5; 
	border-right: 2px solid #0054A5; 
	border-bottom: 2px solid #0054A5; 
}

#bottom_sponsor {
	padding-top: 7px;
	margin-left: 250px;
	margin-right: 200px;
	text-align: center;
}

#sponsor_list {
	width: 230px;
	font-size: 0.80em;
	padding-left: 10px;
}

#inner_content {
	width: 534px;
	padding-left: 18px;
	padding-bottom: 18px;
}

#outer, #outer_home{
	min-height:100%;
	margin-left:170px;
	margin-bottom:-60px;
	padding-bottom: 6px;
	color: #000000;
}

* 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:0;
	width:1019px;
	height:98px;
	color: #000000;
	background: url(/images/header.png) no-repeat left top;
	z-index: 2;
}

#header ul {
	padding: 0;
	margin: 0;
}

#header li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 3em;
}

#left {
	margin-top: 110px;
	width: 250px;
	float: left;
	z-index: 2;
	_padding-bottom: -50px;
}

#right {
	float: right;
	margin-top: 110px;
	width: 200px;
}

* 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;
	height: 35px;
	font-weight: bold;
	text-align:center;
	background: url(/images/footer.png) repeat-x;
	fomt-size: 0.85em;
}

#footer p {
	margin: 0;
	padding: 0;
	padding-top: 1.0em;
}