*{
	margin:0px;
	padding:0px;
	list-style-type: none;
	}
body {
	padding: 0px;
	margin: 0px;
	font-family: "ËÎÌå";
	font-size: 14px;
	color: #424242;
}
a{
	color: #424242;
	text-decoration: none;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
}
#wrap {
	margin: 0px auto;
	width: 981px;
}
#pic {
	height: 234px;
	width: 981px;
	overflow: hidden;
}
#content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	padding: 8px 10px;
	padding-bottom: 0px;
}
#left {
	float: left;
	width: 238px;
}
#dl {
	height: 108px;
	width: 238px;
	overflow: hidden;
	margin-bottom: 10px;
}
#left .box{
	background-image: url(../images/bg1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:450px;
	background-color: #fbfdff;
}
#left ul {
	line-height: 25px;
	height: 25px;
	padding: 10px 7px;
	font-size: 13px;
}


#right {
	float: right;
	width: 702px;
}
.box {
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	background-color: #fff;
}
.box1 {
	width: 202px;
	margin: 15px;
	float: left;
	display: inline;
	margin-bottom: 8px;
}
.box1 div {
	height: 121px;
	width: 193px;
	background-image: url(../images/bg2.gif);
	background-repeat: no-repeat;
	padding: 1px 2px 11px 7px;
	overflow: hidden;
}
.box1 span {
	display: block;
	line-height: 24px;
	text-align: center;
	height: 24px;
	font-size: 13px;
}


#list {	
	margin: 0px;
	padding: 10px 0px 10px 8px;
	width:694px;
}
#list li {
	float: left;
	font-size: 13px;
	width:320px;
	border-bottom: 1px #d8d8d8  dashed;
	height: 27px;
	line-height: 27px;	
	margin:0px 17px 0px 8px;
	display:inline;
}


.nav {
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #1460e2;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 10px;
	overflow: hidden;
}
.nav span {
	background-image: url(../images/icon1.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#foot {
	line-height: 50px;
	background-image: url(../images/foot_bg.gif);
	height: 50px;
	background-repeat: repeat-x;
	margin: 0px 10px;
	text-align: center;
	color: #7d7d7d;
}





.clear {
	clear: both;
}
