body {
	background-color: #e8e8e8;
	margin: 0;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	color: #676767;
}
a {
	color: #9d292a;
	text-decoration: none;
}
img {
	border: none;
}
#site_center {
	width: 826px;
	margin: 0px auto 0px auto;	
}
#site_shadow {
	width: 826px;
	background-image: url('pics/bg_main.gif');
	background-repeat: repeat-y;
	float: left;
}
#site_top {
	width: 826px;
	height: 12px;
	float: left;
}
#site_bottom {
	width: 826px;
	height: 12px;
	float: left;
}
#site_container {
	width: 802px;
	background-color: #fff;
	border: 1px solid #a8a8a8;
	margin: 0 12px 0 12px;
	float: left;
	display:inline;
}
#head {
	width: 100%;
	height: 55px;
	border-bottom: 15px solid #cc0001;
}
#menu {
	width: 100%;
	background-color: #f9f9f9;
	float: left;
}
.menu_item {
	width: 120px;
	text-align: center;
	float: left;
	border-right: 1px solid #d2d2d2;
	padding: 12px 0 12px 0;
}
.menu_item:hover {
	background-color: #e3e3e3;
}
.menu_item a {
	color: #666666;
	padding-left: 3px;
}
#head_pic {
	width: 100%;
	height: 96px;
	float: left;
	border-top: 1px solid #ee9b0b;
	border-bottom: 1px solid #ee9b0b;
	display: inline;
}
#content {
	width: 780px;
	padding: 10px;
	float: left;
}
#content h1 {
	color: #9b282b;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}
#content p {
	text-align: justify;
	line-height: 16px;
}
#content p img {
	float: right;
	padding-left: 10px;
}
#footer {
	border-top: 2px dotted #ddd;
	float: left;
	width: 780px;
	padding: 10px;
}
#footer a {
	color: #7f7f7f;
}
#footer_copyright {
	width: 300px;
	float: left;
}
#footer_links {
	width: 400px;
	float: right;
	text-align: right;
}