body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-weight: normal; 
	font-size: 12px; 
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	
}

a {
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:none;
}




#content {	
	position:absolute;
	top:0px;
	left:50%;
	width:791px;
	margin-left:-396px;
}

#spinid {
	z-index:150;
	position:absolute;
	top:180px;
	left:0px;
	
}


#top {
	position:absolute;
	top:0px;
	left:0px;
	width:791px;
	height:126px;
	background-image:url('../images/top.jpg');
	background-repeat:no-repeat;
	display:block;
}

#spinMenu {
	position:absolute;
	top:130px;
	left:0px;
	width:791px;
	max-width:790px;
	display:block;
	border-right:1px solid #bbb;
}



	
a.mItem { 	
	display:block;
	color:#000000;
}
		
a.mItem:hover {

}
	
a.mItem2 { 	
	background-color:#fff;
	border-left:1px solid #bbb;
	text-align:center;
	padding-top:3px;
	width:124px;
	height:22px;
	max-height:19px;
	max-width:123px;
	display:block;
	font-size:14px;
	color:#000000;
	float:left;
	background-position:5px;
}
		
a.mItem2:hover {
	background-color:#ddd;

}

a.group { 	
	background-color:#fff;
	border-left:1px solid #bbb;
	text-align:left;
	padding-top:3px;
	width:191px;
	padding-left:26px;
	height:22px;
	max-height:19px;
	max-width:170px;
	display:block;
	font-size:14px;
	color:#000000;
	float:left;
	background-image:url('../images/menu.gif');
	background-repeat:no-repeat;
	background-position:4px;
}
		
a.group:hover {

}

div.subMenu {
	position:absolute;
	top:23px;
	left:0px;
}



#footer {
	position:absolute;
	top:700px;
	left:0px;
	width:791px;
	height:39px;
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	display:block;

}

