﻿/* CSS 布局 */
html,body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	height:100%;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;

}
a:link,a:visited {
	font-size:9pt;
	text-decoration:none;
	color: #333333;
}
a:hover {font-size:9pt;text-decoration:none; color: #e01300;}
#top {
	height: 105px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#page_content {
	height: auto;
	width: 700px;
	float: right;
	display:inline;
	margin-right: 20px;
	margin-top: 0px;
	}
hr{
	height:1px;
	border:none;
	border-top:1px dashed #1E90FF;
	width: 140px;
	text-align:left; 
}


#container {
	background-image: url('../images/Page_bg.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 930px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 50px;
}
#title {
	width: 700px;
	float: right;
	display:inline;
	margin-right: 20px;
	margin-right: auto;
	margin-left: auto;
}

img {
	margin-left: 60px;
	}
p{
	font-size: 14px;
	color: #06F;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	}
.p1{
	line-height: 0pt;
	color: #CCC;
}
.p2{
	line-height: 12pt;
	text-indent: 0;
	color: #F33;
	font-size: 9pt;
	font-weight: bold;
	margin-left: 18pt;
	text-align: left;
}
.p3{
	font-size:9pt;
	text-indent: 18pt;
	line-height: 18px;
	margin-left: 18pt;
	color: #000;
	font-weight: normal;
	text-align: left;
}