/* 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: url(../images/stars.jpg) repeat;
}
#wrapper {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: black;
	border: 2px solid gray;
}

#content {
	margin-left: 0px;
	padding-top: 162px;
	position: relative;
	min-height: 523px;
	width: 1020px;
}

#content_home {
	margin-left: 0px;
	padding-top: 162px;
	position: relative;
	min-height: 523px;
	width: 1020px;
}

#inside_content {
	padding: 10px;
}

* 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:1020px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	border-bottom: 2px solid gray;
	text-align: center;
}

#top_menu {
	width: 1020px;
	height: 30px;	
	border-top: 2px solid gray;
	z-index: 11;
}

* 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 {
	margin-left: auto;
	margin-right: auto;
	clear:both;
	text-align:center;
	width: 1020px;
	height: 50px;
	border-top: 2px solid gray;
}

#disclaimer {
	text-align: center;
	padding-top: 10px;
}
