
body {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", Palatino, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;
	width:auto;
	background-color:#000;
}
a:link,a:visited{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#F93;
	text-decoration:underline;
}
ul,li,p,img{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
.maindiv{
	width:1420px;
	margin:0 auto;
}
#banner{
	height:28px;
	background-color:#000000;
}
#main{
	height:655px;
	overflow:hidden;
	background:url(/images/main_bg.jpg) left top;
}

#main1{
	height:655px;
	overflow:visible;
	background:url(/images/main_bg.jpg) left top;
}
#menulist{
	width:152px;
	height:665px;
	float:left;
	display:inline;	/*为了去掉IE6双倍浮动BUG，不影响布局*/
	margin-top:30px;
	margin-right:8px;
	margin-left:30px;
	overflow:hidden;
	/*background-color:#F63;*/
}
#menulist ul{
	margin:0px;
	padding-left:8px;
}
#menulist ul li{
	height:25px;
	line-height:25px;
}
.ptype{
	font-weight:bolder;
}
.ptype a:link,.ptype a:visited,.ptype a:hover{
	color:#FF3;
}
#bigimg{
	margin:30px 17px 0 17px;
	width:200px;
	height:266px;
	float:left;
	display:inline;
	overflow:hidden;
}
#bigimg img{
	width:194px;
	height:260px;
	border:3px solid #000;
}
#prtext{
	width:386px;
	height:266px;
	margin-top:30px;
	line-height:150%;
	float:left;
	display:inline;
	overflow:hidden;
}
#prtext p{
	text-indent:2em;
}
#imglist{
	width:670px;
	height:500px;
	margin-top:20px;
	overflow-y:auto;
	scrollbar-face-color:#441717;
	scrollbar-highlight-color:#b35959;
	scrollbar-3dlight-color:#d9a3a3;
	scrollbar-darkshadow-color:#220b0b;
	scrollbar-shadow-color:#660000;
	scrollbar-arrow-color:#660000;
	scrollbar-track-color:#220b0b;
}
#imglist ul li{
	width:127px;
	margin:17px 0 17px 34px;
	float:left;
	display:inline;	/*为了去掉IE6双倍浮动BUG，不影响布局*/
	overflow:hidden;
}
#imglist ul li img{
	width:120px;
	height:160px;
	border:3px solid #000;
}
#imglist ul li span{
	width:110px;
	height:30px;
	margin-left:5px;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#imglistsmall{
	width:670px;
	height:300px;
	margin-top:20px;
	overflow-y:auto;
	scrollbar-face-color:#441717;
	scrollbar-highlight-color:#b35959;
	scrollbar-3dlight-color:#d9a3a3;
	scrollbar-darkshadow-color:#220b0b;
	scrollbar-shadow-color:#660000;
	scrollbar-arrow-color:#660000;
	scrollbar-track-color:#220b0b;
}
#imglistsmall ul li{
	width:127px;
	margin:17px 0 17px 34px;
	float:left;
	display:inline;	/*为了去掉IE6双倍浮动BUG，不影响布局*/
	overflow:hidden;
}
#imglistsmall ul li img{
	width:120px;
	height:160px;
	border:3px solid #000;
}
#imglistsmall ul li span{
	width:110px;
	height:30px;
	margin-left:5px;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


#bottom{
	text-align:center;
	color:#EEE;
	line-height:36px;
	height:36px;
	background-color:#000;
}
