﻿html, body {
	color: #626262;
	background-color: #A59A96;
	font-size:12px;
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Helvetica, Arial, sans-serif;	
}
#header_top {
	width: 100%;
	height: 180px;
	background-color: #7B706B;
	position:fixed;
	background-image: url(../images/3_09.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
hr {
	width: 100%;
	border: 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #fff;
	top: 180px;
	position:fixed;
}
.header {
	width: 66%;
	height: 150px;
	position: relative;
	margin-top: 100px;
	margin-right: 16%;
	margin-bottom: 0px;
	margin-left: 16%;
}
.img{
	margin-top: 100px;
	margin-left: 3px;
}
/* 中间框架部分 */
#content{
	height: 100px;
	width: 100%;
	padding-top: 180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E2E1E0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}
.renew_content{
	width: auto;
	height: 100px;
	padding: 26px;
	line-height: 18px;
}
#footer{
	width: auto;
	height: auto;
}
#footer p{
	color: #FFFFFF;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #FF3300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
.footer_top{
	height: auto;
	width: auto;
	color: #333333;
	line-height: 18px;
	padding-top: 12px;
	padding-left: 26px;
}
.footer_bottom{
	height: auto;
	width: auto;
	color: #333333;
	line-height: 18px;
	padding-left: 26px;
	padding-top: 50px;
}