
#bar{
	background-image: url(../images/bar.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 306px;
	width: 1003px;
	z-index:-10;
}

#left{
	background-image: url(../images/left.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 1015px;
	width: 199px;
	position: absolute;
	left: 28px;
	top: 337px;
}
#left #leftiframe{
	position: absolute;
	top: 85px;
	left:5px;
	height: 900px;
	width:185px;
}
#main{
   margin: 5px;
	height: 780px;
	width: 760px;
	position: absolute;
	left: 230px;
	top: 398px;
}
#main .content{
	height: 230px;
	width: 100%;
}
#main .content .titl{
	height: 24px;
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid #DCDCDC;
}
#main .content .piclist{
   margin:0px;
   margin-top: 8px;
	margin-bottom: 8px;
	height: 177px;
	width: 100%;
}




#main .content .piclist .pic{	
 float:left;
 font-size: 13px;
 color:#494A49;
 font-weight: bold;
}
#main .content .piclist .list{
   margin-left: 20px;	
	float:left;
	list-style: square;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	
}

#main .content .piclist .loupic{
   margin-right: 10px;	
	float:left;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	
}


#main .content .piclist2{
	margin:0px;
   margin-top: 15px;
	margin-bottom: 20px;
	width: 100%;
}
#main .content .piclist2 li{
	margin-right: 20px;	
	float:left;
	font-size: 12px;
	line-height: 80px;
	list-style-type:none;
	color: #000000;
}

#foot{
   margin: 0px;
	height: 90px;
	width: 1003px;
	position: absolute;
	top: 1203px;
	left: 0px;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
}

#foot #footiframe{
	position: absolute;
	top: 20px;
	left:320px;
	width: 600px;
	height: 20px;
}
