body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-weight: normal; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-image:url("images/body_bg.jpg");
	background-repeat:repeat-x;
}

#horizon { }

.content {
	text-align: left; 
	visibility: visible;  
	position: absolute; 
	top: 0px; 
	left: 0px;
	width:851px;
}

.header {
	text-align: left; 
	visibility: visible;  
	position: relative; 
	width:851px;
	height:70px;
	display:block;
	background-color:#fff;
	background-image:url("images/header_bg.jpg");
	background-repeat:no-repeat;
}

.middle {
	text-align: left; 
	visibility: visible;  
	position: relative; 
	width:851px;

}

.menu {
	position:absolute;
	left:20px;
	top:0px;
	width:150px;
	height:650px;
	background-image:url("images/menu_bg.jpg");
	background-repeat:repeat-x;
	padding-top:25px;
	max-height:625px;
}

#spinMenu {
	width:150px;
	background-color:#f4f5f9;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #a2afc5;
}
	
	a.mItem { 	
		color:#000;
		font-size: 11px; 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		text-decoration: none; 
		display:block;
		margin-bottom:5px;
		padding-left:14px;
		padding-right:10px;
		width:150px;
		max-width:126px;
	}
		
	a.mItem:hover {
		text-decoration:underline;
	}
	

.spinner {
	position:absolute;
	left:170px;
	top:0px;
	width:620px;
	height:420px;	
}

#spinid {
}


.title {
	color:#fff;
	font-size:11px;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #a2afc5;
}


