@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e9e2b6;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 2px;
	margin-bottom: 12px;
	text-align: center;
	height: 110px;
}
#nav_bar_1 {
	text-align: center;
	height: 64px;
}
#nav_bar_2 {
	text-align: center;
	height: 25px;
	padding-left: 5px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: e9e2b6;
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-top: 40px;
}
td img {display: block;}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 10px;
}
a:link {
	text-decoration: underline;
	color: #E9E2B6;
}
a:visited {
	text-decoration: none;
	color: #E9E2B6;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	color: e9e2b6;
}
#left_column {
	float: left;
	width: 350px;
	padding-left: 40px;
}
#right_column {
	float: right;
	width: 350px;
	padding-right: 40px;
	text-align: center;
	padding-top: 35px;
}

