@charset "UTF-8";
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background: url(images/bg/bg-body2.png) repeat-y top center #111;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
	background: #000;
}
#header {
	margin-bottom: 10px;
}
#sidebar {
	float: left;
	width: 125px;
	padding: 10 px;
}
#content {
	float: right;
	width: 650px;
	padding: 10 px;
	padding-left: 7px;
	padding-right: 7px;
}
#footer {
	clear: both;
	padding: 10 px;
	text-align: center;
	font-size: 10px;
}
#left {
	float: left;
	width: 425px;
	padding: 10 px;
}
#right {
	float: right;
	width: 350px;
	padding: 10 px;
}
h1 {
	font-size: 16px;
	color: #037630;
}
a:link {
	color: #043aa9;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #043aa9;
}
a:hover {
	text-decoration: none;
	color: #00FFFF;
}
a:active {
	text-decoration: underline;
}
