/* CSS Document */
body {
	background-color:#F1F1E4;
}

.center {
	background-image: url(../images/single1Lline.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color:#FFFFFF;
	width:760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.centerBgR {
	background-image: url(../images/single1Rline.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.centerBgT{
	background-image: url(../images/single1Tline.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.centerBgB{
	background-image: url(../images/single1Bline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.centerBgBL{
	background-image: url(../images/single1BL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.centerBgBR{
	background-image: url(../images/single1BR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.centerBgTL{
	background-image: url(../images/single1TL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.centerBgTR{
	background-image: url(../images/single1TR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:20px;
}
.center .top {
	background-image: url(../images/TOPshadow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	height: 35px;
	font-weight: bold;
}
.center .top .postion {

}
.center .top .postion a {
	color:#000000;
	text-decoration:none;
}
.center .top .postion a:hover {
	color:#0033FF;
}
.center .content {

}
.center .content li {
	text-indent: 2em;
	line-height: 25px;
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
}

.center .content .left {
	background-color:#F7F6F6;
	width:200px;
	float:left;
	height:450px;
	margin-right:10px;
}
.center .content .right {
	width:400px;
	background-color: #FFFFFF;
	padding-left: 10px;
	float: right;
}
.center .content .right .list li {
	line-height: 40px;
	background-image: url(../images/point1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	color:#333333;
}
.center .content .right .line {
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom:10px;
	margin-top:10px;	
}
.center .bottom {
	clear:both;
	margin-top:15px;
}
.center .bottom .line {
	height:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
}
.center .bottom .line1 {
	height:0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
}
.center .bottom .line2 {
	height:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECECEC;
}
.center .bottom .infor {
	margin-top:2px;
	color:#666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
	padding-top:10px;
	text-align: center;
	font-size: 14px;
}
