@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

#outerwrapper {
	margin: 0px auto;
	width: 955px;
}

#header, #content, #footer {
	width: 100%;
}

#header {
	position: relative;
	text-align: center;
	width: 100%;
}

#content {
	overflow: auto;
}

#leftColumn {
	padding: 7px;
	float: left;
	width: 150px;
}

#rightColumn {
	padding: 7px;
	float: right;
	width: 775px;
}

#footer {
	font: .625em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 1em;
	border-bottom: 14px solid #800000;
}

#link {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	font-size: .95em;
	color: #FF0000;
}

a:link {
	text-decoration:underline;
}

a:visted {
	text-decoration:underline;
	color: #333399;
}

a:hover {
	text-decoration:none;
	color: #CC0000;
}

a:active {
	text-align:underline;
}




body {
	background-color: #000000;
	background-image: url();
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: none;
	text-align: center;
}
h1 {
	text-align: center;
}
