@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	text-align: center;
	background: #000;
}
#container {
	width: 830px;
	margin: 30px auto;
	text-align: left;
}
#singlecolumn {
	background-color: #fff;
	width: 100%;
}
h1 {
	border-bottom: 4px solid #AC9363;
	padding: 10px;
	color: #AC9363;
	text-transform: uppercase;
	font-weight: bold;
}
#header {
	width: 822px;
	padding: 0px;
	text-align: center;
	border: 4px solid #AC9363;
	height: 225px;
	background-color: #fff;
	background-image: url(images/header.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper {
	margin: 0 auto;
	width: 100%;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	color: #AC9363;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.5em;
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#left {
	margin: 0px 7px 0px 0px;
	padding: 0px;
	width: 216px;
	float: left;
	background: #fff;
}
#center {
	margin: 0px 7px 0px 7px;
	padding: 0px;
	float: left;
	width: 370px;
	height:535px;
	display: inline;
	background: #fff;
}
#right {
	margin: 0px 0px 0px 7px;
	padding: 0px;
	width: 216px;
	height:535px;
	float: left;
	position: relative;
	background: #fff;
}body {
	font-family: Helvetica, Arial, sans-serif;
}
.clear {
	clear: both;
}
#footer {
	width: 830px;
	margin: 0px;
	padding: 0px;
	background: #fff;
}
.column_content {
	padding: 10px;
}
.black {
	color: #000;
}
input {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
select {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.submit_button {
	border: 4px solid #AC9363;
	color: #AC9363;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFF;
	padding: 4px;
	margin-top: 8px;
}
form {
	line-height: 1 em;
	font-size: 0.8em;
	font-weight: bold;
}
label {
	line-height: 1em;
}
a {
	color: #AC9363;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
}
a:hover {
	text-decoration: underline;
}
