#top{
	background-color: #999999;
	width: 100%;
	float: left;
	height: auto;
}
#top_pic{
	height: 190px;
	width: 996px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#list{
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #333333;
}
#list_l{
	width: 300px;
	float: left;
}
#list_r{
	float: right;
	width: 260px;
	text-align: right;
}
#list_r img{
	float: left;
	margin-left: 140px;
	margin-top: 3px;
}
#menu{
	float: left;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 14px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	width: 980px;
	float: left;
	background-color: #fefff6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}
#menu ul li{
	list-style-type: none;
	float: left;
	padding-left: 8px;
	line-height: 23px;
}
.zml{
	background-image: url(../images/zml_bg_08.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 79px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "宋体", Arial;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	padding-left: 6px;
}
#top_d{
	height: 5px;
	background-color: #333333;
	padding-top: 5px;
	width: 996px;
	float: left;
}
.dleft{
	background-image: url(../images/dleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 5px;
	height: 5px;
	float: left;
}
.dright{
	background-image: url(../images/drihgt.gif);
	background-repeat: no-repeat;
	height: 5px;
	float: right;
	width: 5px;
	background-position: right bottom;
}
#mid{
	width: 996px;
	background-color: #f6f6f6;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline;  /* <---Solution for bug IE6 */ 
}
#mid_t{
	height: 5px;
	float: left;
	width: 100%;
}
.tleft{
	background-image: url(../images/tleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 5px;
	height: 5px;
	float: left;
}
.tright{
	background-image: url(../images/trihgt.gif);
	background-repeat: no-repeat;
	height: 5px;
	float: right;
	width: 5px;
	background-position: right top;
}

#bottom{
	background-color: #333333;
	width: 100%;
	height: 100px;
	float: left;
}