body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
body {
	margin:0;
	padding:0;
	background: #DFD1C5;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.main_container {
	width: 980px;
	margin: 0 auto;
}
.container {
	width: 940px;
	float: left;
}
h1 {
	text-align: center;
}
.logo {
	margin-top:10px;
}
.banner {
	width:940px;
	height: 350px;
	background:url(images/banner.png);
	margin: 40px auto 0 auto;
}
.description_text {
	text-align: center;
	font-size: 18px;
	width: 700px;
	margin: 10px auto 0;
	color: #827163;
}
.description_text a {
	text-decoration:none;
	color: #827163;
}
.description_text a:hover {
	color: #BA6628;
}
.divider {
	width: 940px;
	float: left;
	background: url(images/divider.png) left top no-repeat;
	margin-top: 40px;
	height: 18px;
}
.address {
	text-align: center;
	color:#827163;
	margin-top: 20px;
	margin-bottom:40px;
}
.address a {
	color:#827163;
	text-decoration: none;
}
.address a:hover {
	color: #BA6628;
}
.address span {
	padding: 0 15px;
}
