body{
	margin: 0px;
	padding:0px;
	font-size:14px;
	line-height:130%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg2.jpg) repeat-x;
	background-color:#006fd5;
	text-align:center;
}
ul{ margin:0px;padding:0px;}
ol{ margin:0px;padding:0px;}
ul li{ margin:0px;padding:0px;}
ol li{ margin:0px;padding:0px;}
div{ margin:0px;padding:0px;}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #F00;
	text-decoration:underline;
}

#top {
	margin:0px auto;
	background:url(images/bg1.jpg) center top no-repeat;
}

#main {
	width:950px;
	text-align:left;
	background-color:#FFF;
}

#left{
	width:230px;
	float:left;
}

#middle{
	width:710px;
	margin:0px;
	float:left;
}
#middle h1{
	font-size:20px;
	font-family:"黑体";
	color:#900;
	background:url(images/bg5.jpg) repeat-x;
	padding:20px;
	line-height:250%;
}

#middle p{
	margin:0px 10px 10px 8px;
	padding:0px;
}

#bottom{
	clear:both;
	background:url(images/bg6.jpg) repeat-x;
	padding:40px 0px 0px 0px;
	margin:0px 15px;
	width:920px;
	text-align:center;
}

.but1{
	background:url(../images/bu1.jpg) no-repeat;
	width:90px;
	height:36px;
	text-align:center;
	font-size:14px;
	line-height:35px;
	margin-left:300px;
}
.line1{
	border-bottom:#CCC 1px dashed;
	font-size:12px;
}
.line2{
	font-size:12px;
	border-bottom:2px #F30 solid;
	border-left:1px #F30 solid;
}
.line3{
	font-size:12px;
	border-bottom:2px #F30 solid;
}
.line4{
	font-size:12px;
	border-bottom:1px #EEE solid;
}
.line5{
	font-size:12px;
	border-bottom:1px #CCC solid;
}
.bu2{
	background:url(../images/bu2.jpg);
	width:246px;
	font-size:14px;
	color:#FFF;
	height: 44px;
	line-height: 44px;
	text-indent:40px;
	overflow: hidden; /* 不显示超过对象尺寸的内容 */
	cursor:hand;
	float:left;
}
