@charset "gb2312";

/*全局设置*/
*{ font: Verdana, Arial, "宋体"; font-size:12px;}
body,ul,li,p{ margin:0px; padding:0px; text-align:left;no-repeat}
ul{ list-style:none;}
li{ padding:2px 0px;}







body{
	background:url(../images/topbg.jpg)  no-repeat;
	/*background-color:Black;	*/
	}
a:link,a:visited{ color:#000000; text-decoration:none;}
a:hover{ color:#0000FF; text-decoration:underline;}

.floatleft{ float:left;}
.floatright{float:right;}
.clearfloat{ clear:both;}

.ptext{
	text-align:left !important;
	line-height:150%;
}
/*布局设置*/
#menu,#foot{ width:863px; margin:0 auto;}

#flash { height:400px; text-align:center;}
/*主导航设置*/
#menu { background: url(../images/top.jpg) no-repeat; height:77px;}

#main { width:863px; margin:0px auto; background:url(../images/main_frame_bg.jpg) repeat-y; position: relative; text-align: left}
#main .topboder{ background: url(../images/wen_06.jpg) no-repeat; height:48px;}
#main .bottomboder{ background: url(../images/top_wen_06.jpg) no-repeat; height:48px;}

#main #mainleft{ position: absolute; width:195px; left:40px; }

#main  .leftbox{ width:195px;}
#main #mainleft .leftbox #boxtop{ 
	background-image: url(../images/leftbox.jpg);
	background-repeat: no-repeat;
}
#main #mainleft .leftbox #boxmain{ 
	background-image: url(../images/leftbox.jpg);
	background-position: 0px -13px;
	background-repeat: no-repeat;
}
#main #mainleft .leftbox #boxbottom{ 
	background-image: url(../images/leftbox.jpg);
	background-position: 0px -180px;
	background-repeat: no-repeat;
	height:10px;
}

#main #mainright{ position: absolute; width:170px; right:40px; text-align:left;}
#main #maincenter{ width:410px; margin: 0px 218px 0px 230px; text-align:center;}

#main #maincenter .centerbox{ width:400px; }
#main #maincenter .centerbox #boxtop{ 
	background-image: url(../images/centerbox.gif);
	background-repeat: no-repeat;
	height:9px;
}
#main #maincenter .centerbox #boxmain{ 
	background-image: url(../images/centerbox.gif);
	background-position: 0px -13px;
	background-repeat: no-repeat;
	padding: 0px 10px;
	text-align:left;
}
#main #maincenter .centerbox #boxbottom{
	background-image: url(../images/centerbox.gif);
	background-position: 0px -332px;
	background-repeat: no-repeat;
	height:13px;
}
