@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #993503;
	background-color: #FFFFFF;
	width: 970px;
	margin: 0px auto;
}
a {
	color: #993503;
	text-decoration: none;
	line-height: 18px;
}
h1 {
	width: 820px;
	font-size: 14px;
	font-weight: normal;
	padding: 25px 0;
	margin: 0px auto;
}
h2 {
	text-align: center;
}
h3 {
	font-weight: normal;
	text-align: center;
	padding: 10px 0px;
}
#main {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}
#banner {
	background-image: url(banner.jpg);
	height: 150px;
	width: 955px;
	margin: 5px auto;
}
#content {
	background-color: #F7F3EA;
	width: 955px;
	margin: 0px auto 5px auto;
}
#autopage {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #9A3403;
	text-decoration: none;
}
#autopage a{
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #9A3403;
	text-decoration: underline;
}
#footer {
	line-height: 35px;
	color: #FFFFFF;
	background-color: #544838;
	text-align: center;
}