@charset "utf-8";
/* CSS Document */
html {
	font-family:STKaiti, KaiTi, KaiTi_GB2312;
}

#wrapper {
	width:1000px;
	margin:auto;
	background-color:#FF9;
}

#logo {
	width:100%;
	height:60px;
}

#navi {
	width:100%;
}

.navitem {
	float:left;
	width:248px;
	padding-top:6px;
	padding-bottom:6px;
	border:1px solid white;
	background-color:#FF9;
	color:#600;
	font-size:18px;
	text-align:center;
}
.navitem:hover {
	background-color:#F90;
	color:#FF9;
}

#left {
	width:200px;
	float:left;
	min-height:600px;

}
#left a:hover {
	color:white;
	text-decoration:none;
}
.level1 {
	width:100%;
	padding-top:6px;
	padding-bottom:6px;
	font-size:16px;
	text-align:center;
	border-top:1px solid white;
	background-color:#F90;
}

.level2 {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	text-align:center;
	border-top:1px solid white;
	background-color:#FC0;
}

#main {
	width:798px;
	min-height:530px;
	float:left;
	background-color:#FFF;
}

#inframe {
	width:750px;
	margin:auto;
}

.tab {
	width:80px;
	margin-right:10px;
	float:left;
	text-align:left;
	font-weight:bold;
}
.mapbutton {
	width:300px;
	float:left;
	padding-top:6px;
	padding-bottom:6px;
	margin-top:10px;
	margin-left:120px;
	text-align:center;
	color:black;
	font-size:14px;
	border-radius:5px;
	box-shadow:2px 2px 2px;
}

#right {
	width:250px;
	height:500px;
	float:left;
	margin-top:0px;
	margin-left:120px;
}

.ad {
	width:200px;
	height:120px;
	background-color:white;
	border:1px solid black;
	margin:auto;
	margin-top:10px;
}

#map-au {
	background-color:#FC6;
}

#map-gz {
	background-color:#6F6;
}

#maparea {
	height:500px;
	width:500px;
	margin-left:30px;
	margin-top:30px;
}
#footer {
	text-align:center;
	width:100%;
	height:40px;
	padding-top:5px;
	font-size:10px;
	background-color:black;
	color:white;
}