body {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-height:101.01%;
	height:auto;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	background-color:#1f1104;
}
#outer-wrapper {
	position: relative;
	text-align: left;
	margin-top:25px;
	height: auto;
	clear:both;
	width:1026px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height:100px;
	width: 1011px;
	background-color: #3e2914;
}
#header_container {
	text-align: center;
	padding-top: 40px;
}

H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 90px;
}
H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 6px;
	margin-bottom: 7px;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 10px;
	padding-left: 90px;
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 1011px;
	background-color: #3e2914;
}

#content {
	float: left;
	width: 480px;
	height: 460px;
	margin: 0px;
}
#content_container {
	width: auto;
	font-size: 0.83em;
	color: #8d8578;
	text-align: left;
}
#right {
	float: right;
	width: 480px;
	height: 480px;
	height:100%;
	margin: 0px;
}
#rightcol {
	font-size: 0.83em;
	color: #8d8578;
	text-align: left;
}
#footer {
	width:1011px;
	height:35px;
	background-color: #3e2914;
}
#footer-container {
	margin: 0;
	padding: 0px;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #591f20;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}