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

* {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
#pagebody {
	width:800px;
	margin:0px auto;
	position:relative;
	border:2px solid #999; 
}
#up {
	position:relative;
}
h1 {
	font-size:21px;
	color:#FFF;
	line-height:35px;
	background:#999;
	text-align:center;
}
#center {
	position:relative;
}
#left {
	float:left;
	width:230px;
	text-align:center;
	margin-top:20px;
	position:relative;
}
#left img {
	margin-bottom:20px;
}
#right {
	float:left;
	width:550px;
	position:relative;
	margin-left:5px;
	margin-top:20px;
}
.red {
	color:red;
	font-weight:bold;
}
.yanse {
	color:#7e2e39;
	font-weight:bold;
}
.en {
	color:#06F;
}
h2 {
	font-size:17px;
	font-weight:bold;
	color:#F90;
}
h2 span {
	color:#06F;
}
h3 {
	color:#006;
	margin-top:15px;
}
h3 span {
	color:#7e2e39;
}
#bottom {
	position:relative;
	clear:both;
	background:#999;
	color:#FFF;
	text-align:center;
	height:35px;
	line-height:35px;
	font-size:20px;
}
.yuanjia {
	text-decoration: line-through;
	font-weight: bold;
	color: #F00;
}