body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height:14px;
	text-align:left;
	background: #111111;
}

/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}
 
/* following rules are invisible to IE 5 \*/
#horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 740px; 
 }
/* end IE 5 hack */ 
	  
#wrapper {
	position: relative;
	text-align: left;
	width: 750px;
	height: 300px;
	margin: 0px auto;	
}

#outerframe{
	width: 747px;
	height:495px;
	padding-top:0px;
	margin:0 auto;
}

#header{
	position:relative;
	width:740px;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:10px;
	height:79px;
}

#content{
	position:absolute;
	float:left;
	height:415px;
	background:#111111;
}

#contentleft {
	font-size:110%;
	position:relative;
	width:240px;
	float:left;
	z-index:10;
	height:415px;
}

#innerleft {
	margin: 0px 0px 0px 0px;
}

#contentright {
	width:501px;
	height:415px;
	float:left;
	position:relative;
	margin-left:0px;
}

#homewindow {
	clear:both;
	width:450px;
	height:400px;
	margin-top:20px;
	padding:0px 10px 10px 0px;
	margin-left:0px;
	overflow:hidden;
}


div.navigation {
float:left;
padding-right:15px;
}

#footer {
	position:relative;
	clear:both;
	padding-top:9px;
	margin-top:10px;
	color:#999;
	height:30px;
	font-size:10px;
	padding-left:2px;
}