body { background-image: url(bg_main.png);
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-color: #000;
	margin: 0px;
}
.wrap {
	margin:0px auto; text-align:left;
	width: 900px;
	background-color: #bebfbf;
	background-repeat: no-repeat;
	background-image: url(bg-e.jpg);
	background-position: right 182px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
}

.wrap-b {
	margin:0px auto; text-align:left;
	width: 900px;
	background-color: #bebfbf;
	background-repeat: no-repeat;
	background-image: url(bg-ex.jpg);
	background-position: right 182px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.inner {
	width: 680px; min-height: 720px ; padding-top: 20px;
	background-color: #E5EFA5;
}
.header {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	background-color: #FFFFFF;
	background-image: url(top.png);
	background-repeat: repeat-x;
	height: 70px;
	background-position: top;
	text-align: center;
	padding: 30px;
}
.shell {
	background-image: url(shell.png);
	background-repeat: no-repeat;
	height: 52px;
	background-position: top left;
}
.head-a {
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	margin-bottom: -15px;
	background-image: url(bullet-a.png);
	background-repeat: no-repeat;
	text-indent: 20px;
	margin-left: 10px;
	background-position: 0px 3px;
}

.head-b {
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	margin-bottom: -15px;
	background-image: url(bullet-b.png);
	background-repeat: no-repeat;
	text-indent: 20px;
	margin-left: 10px;
	background-position: 0px 3px;
}
p { margin-left: 30px; 	padding: 0px 10px 5px 0px;}
.footer {
	padding-top: 10px;
	text-align:center;
	line-height: 18px;
	height:50px;
	background-color: #FFFFFF;
	background-image: url(top.png);
	background-repeat: repeat-x;
	background-position: -20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.footer span { color:#333333; font-size: 9px; font-weight:bold; }



