#top {
    width:960px;
	margin:0 auto;
}

.topbg {
    width:920px;
	height:71px;
	background:url(../images/topbg.gif);
	padding:0 20px;
}

.logo {
   width:254px;
   height:68px;
   float:left;
}

.topphone {
    width:263px;
	height:71px;
	background:url(../images/topphone.gif);
	float:right;
}

#nav {
    width:960px;
	height:59px;
}

.navleft,.navbody,.navright {
    width:2px;
	height:59px;
	float:left;
}

.navleft {
	background:url(../images/navleft.gif);
}

.navbody {
    width:956px;
	background:url(../images/navbody.gif);
	overflow:hidden;
}

.navbody ul li {
    float:left;
	margin-left:31px;
	display:inline;
}


.navbody ul li a {
    font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
.navbody ul li a:hover {
    color:#F7FFA3;
}

.navright {
	background:url(../images/navright.gif);
}

#search {
    width:930px;
	height:33px;
	background:url(../images/navsearch.gif);
	line-height:33px;
	padding:0 15px;
}

.searchimage {
    width:21px;
	height:22px;
	background:url(../images/searchimage.gif);
	float:left;
	margin-top:6px;
	overflow:hidden;
}

.searchtext {
    width:150px;
	height:14px;
	font-size:12px;
	color:#808080;
	float:left;
	margin-top:6px;
	margin-left:10px;
}

.searchbtn {
    width:39px;
	height:20px;
	float:left;
	margin-top:6px;
	margin-left:10px;
}

.searcht {
   font-size:12px;
   color:#3A6BA0;
   margin-left:30px;
   float:left;
}

.searcht a {
   font-size:12px;
   color:#3A6BA0; 
   text-decoration:none;
}
.searcht a:hover {
    color:#FE6000;
	text-decoration:none;
}

.ad1 {
    width:954px;
	heigth:100px;
	border:1px solid #C7DEF7;
	padding:2px;
	margin-top:10px;
}




