/* CSS Document */

* {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: black;
	background-image: url('bg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #202634;}

a {color: #E9A921; text-decoration: none;}
a:hover {color: #7D94C9; text-decoration: underline;}

#main_wrapper {
	width: 722px;
	height: auto;
	margin: 0 auto;
	margin-top: 75px;
	padding: 0px 0px 0px 0px;}

#header {
	float: left;
	clear: both;
	width: 722px;
	height: 134px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('header_bg.png');
	background-repeat: no-repeat;}

#content {
	float: left;
	clear: both;
	width: 722px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('content_bg.png');
	background-repeat: repeat-y;}

#footer {
	float: left;
	clear: both;
	width: 722px;
	height: 34px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('footer_bg.png');
	background-repeat: no-repeat;}

#footer_links {
	float: left;
	clear: both;
	width: 722px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;}

#footer_links p {
	float: left;
	clear: both;
	width: 98%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	line-height: 18px;
	color: #E9A921}
#footer_links p a {color: #E9A921; text-decoration: none;}
#footer_links p a:hover {color: #7D94C9; text-decoration: underline;}
	
td {border-bottom-width: 1px; border-bottom-color: black; border-bottom-style: solid;}













