*{font-family:"Trebuchet MS", Verdana;}
body{
margin:0;
padding:0;
background:url(../img/back.png) repeat-x;
}
#leaflet{
position:fixed;
top:0;
left:0;
width:100px;
height:100px;
}
#center{
position:relative;
margin-top:30px;
width:760px;
margin-left:auto;
margin-right:auto;
}
#head{
width:760px;
height:185px;
background:url(../img/head_bgr.gif) no-repeat;
}
#top_menu{
margin-left:140px;
width:604px;
height:26px;
background:url(../img/top_menu_bgr.jpg) no-repeat;
}
	#top_menu ul{
	padding:0;
	margin:0;
	/*display:inline;*/
	list-style:none;
	}
	#top_menu ul li{
	padding:0;
	margin:0;
	float:left;
	}
	#top_menu ul li a{
	text-align:center;
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	display:block;
	float:left;
	height:26px;
	margin-left:20px;
	padding-top:2px;
	text-decoration:none;
	/*width:110px;*/
	}
	#top_menu ul li a:hover{
	color:#FFFFFF;
	}
	
#head_adv{
	width:730px;
	height:92px;
	margin:10px 15px 0px 15px;
	}
	#head_adv_left{
	float:left;
	width:250px;
	height:92px;
	}
	#head_adv_left h1{
	color:#FFFFFF;
	font-size:22px;
	text-align:center;
	}
	#head_adv_right{
	float:left;
	width:476px;
	}
	
	
#menu_bottom{
margin-top:5px;
	margin-left:15px;
	float:left;
	}
	#menu_bottom ul{
	padding:0;
	margin:0;
	/*display:inline;*/
	list-style:none;
	}
	#menu_bottom ul li{
	padding:0;
	margin:0;
	float:left;
	}
	#menu_bottom ul li a{
	text-align:center;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	display:block;
	float:left;
	height:24px;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	text-decoration:none;
	background:url(../img/menu_bottom_bgr.gif) right top no-repeat;
	/*width:110px;*/
	}
	#menu_bottom ul li a:hover{
	color:#990000;
	}
	
#main{
width:720px;
padding-left:20px;
padding-right:20px;
background:url(../img/main_bgr.gif) repeat-y;
}
#footer{
width:760px;
background:url(../img/footer_bgr.gif) top no-repeat;
padding-top:43px;
margin-bottom:20px;
}
#footer p{
text-align:center;
color:#CCCCCC;
font-size:12px;
}
#footer p a{
color:#CCCCCC;
text-decoration:none;
}
#footer p a:hover{
color:#ffffff;
}


