
body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	color:#D4D4D4;
	font-size: 12px; 
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}



#horizon        
	{
	background-color: transparent;
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -395px;
	position: absolute;
	left: 50%;
	width: 790px;
	visibility: visible;
	text-align:left;
	min-height: 100%;
}

#header {
	width:790px;
	text-align:center;
	top:10px;
	height:202px;
	background-image: url("images/header.gif");
	background-position: 50% top;
	background-repeat: no-repeat;

}


#spinMenu {
	position: absolute;
	top:210px;
	width:140px;
	overflow:hidden;
	text-align:left;
	line-height:20px;
	left: 0px;
}

#spinInfo {
	position: absolute;
	top:210px;
	width:136px;
	overflow:hidden;
	text-align:left;
	line-height:20px;
	left: 0px;
	height:344px;
	color: #444444;
}

#hsword {
	margin-top:-14px;
	margin-left:20px;
}



#spinid {
	position: absolute;
	top:210px;
	left:150px;
	font-weight:bold;
	font-size: 13px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}


#footer {
	position: absolute;
	top:640px;
	left:px;
	width:790px;
	text-align:center;
	height:30px;
	border-top: 8px solid #00502F;
	border-bottom: 8px solid #00502F;
	background: #FFF200;
}


a.nav:link { 
	color: #427a36;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold; 
	width:200px;
} 

a.nav:visited { 
	color: #427a36; 
	text-decoration: none; 
	font-size: 13px; 
	font-weight:bold;  
	width:200px;
}

a.nav:active { 
	color: #427a36; 
	text-decoration: none; 
	font-size: 13px; 
	font-weight:bold; 
	width:200px;
}

a.nav:hover { 
	color: #427a36; 
	text-decoration: underline; 
	font-size: 13px; 
	font-weight:bold; 
	width:200px;
}



