@charset "utf-8";
/* CSS Document */

body { font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin:0;
	BACKGROUND: url(bg.jpg) #cfedf5 repeat-y }

#container {
	margin:20px auto;  /* 距上20，左右置中*/
	width:755px;
	background-color:#e0f7fd;
}

.topnav {
	height: 30px;
	background-image: url(menubg2.jpg);
	background-color:#cfedf5;
	padding:3px 0 0 3px;   /* 取巧的办法让文字垂直之中*/
}
.topbar1 {
	background-image: url(line2.jpg);
	width:755px;
	height:23px;
}
.topbar2 {
	background-image: url(line4.jpg);
	width:755px;
	height:13px;
}
.topleftcorner {               /* 设置float属性之后，非替换元素将会尽量地窄，因此要设置宽度和高度*/
	background-image: url(a1.jpg);
	width:14px;
	height:16px;
	float:left
}
.topborder {
	background-image: url(a2.jpg);
	width:727px;
	height:16px;
	float:left;
	}
.toprightcorner{
	background-image: url(a3.jpg);
	width:14px;
	height:16px;
	float:right;    <!--如果第三个图片的float设置为left，则会自动跳去下一行，但在ie那显示正常，设置为right则无这种情况-->
}
.mainleftborder {
    background : url(b1.jpg) repeat-y; 
	width: 755px;
}
.mainrightborder {
    background : url(b2.jpg) repeat-y center right ; 
	width: 755px;
}
.leftborder {
	float:left;
	width:14px;
}
.rightborder {
	background-image: url(b2.jpg);
	width:14px;
	float:right;
}
.textcontent {
	margin:0 20px 0px 20px  ;
}
.bottomleftcorner {
	background-image: url(c1.jpg);
	width:14px;
	height:16px;
	float:left;
}

.bottomcenter {
	background: url(c2.jpg) no-repeat 0 -1px;
	float: left;
	width: 727px;
}
.bottomrightcorner {
	background-image: url(c3.jpg);
	float: right;
	width:14px;
	height:16px;

}
.imagepanel {
	width:755px;
	height:16px;
}
.footer {
	text-align:center;
	padding-top:30px;
}

h1{
	font-size: 16px;
	text-align: center;
}
h2{
	font-size: 13px;
}
ul{
line-height:210%;
margin:0 0 20px 220px;
font-size:13px;
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
	COLOR: #333333; TEXT-DECORATION: underline
}
A:active {
	COLOR: #333333; TEXT-DECORATION: none
}
A:link {
	COLOR: #333333; TEXT-DECORATION: none
}
#downloadlink {
	font-size: 16px;
	font-weight: bold; 
	text-align:center;
}
#downloadlink1 {
	font-size: 16px;
	font-weight: bold; 
	padding-left:250px;
}

