body, html {
		font: 10.5pt/170% Verdana, Georgia, 'Times New Roman', serif;
		color: #FFF;
		background: #000;
		height: 100%;
		}
body.index {
		text-align: justify;
		margin: 0px auto;
		padding: 0px;
		}

input, radio, select, option, textarea		{
		background-color: #000;
		color: #FFF;
		border: 1px dotted #003399;
		}

img		{ border: 0; float: none; }

A,
A:link,
A:visited	{ color: #666; text-decoration: none; font-weight: 600; font-style: italic; background-color: transparent;}
A:active,
A:hover		{ color: #9fdbf9; text-decoration: none; font-weight: 600; font-style: italic; background-color: transparent;}
* {
	margin: 0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 75px;
}
#footer p	{
		vertical-align:bottom;
		padding-bottom: 10px;
		}
/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
#layout		{ 
		float: none;
		margin: 0px 0px 0px 0px; 
		width: 510px; 
		padding: 0px; 
		min-height: 650px;
		color: #FFF;		
		background-color: #000;
		}
#container	{ 	
		position: absolute;
		top: 610px;
		left: 45px;
		margin: 0 auto; 
		width: 510px; 
		padding: 10px 0px; 
		}
#header img 	{ float: none; }
#header 	{ width: 550px; padding: 20px 0px 0px 0px; margin: 0px; z-index: 0; }

#text {		width: 520px;
		max-height: 1600px;
		float: none;
		padding: 0px;
		margin-right: 10px;
		}
dt		{ font-weight: bold; }
.content {
		width: 510px;
		float: none;
		margin: 2px auto;
		text-align: justify;
		}
.title, h1	{
		text-align: right;
		float: none;
		color: #3399cc;
		font-weight: bold;
		text-transform: uppercase;
		background-color: transparent;
		margin-bottom: 1px;
		letter-spacing: 0.2em;
		font-size: 14pt;
		font-family: Tahoma, Geneva, sans-serif;
		border-bottom: #000 solid 2px;
		padding-top: 10px;
		}
.subtitle, h2 {
		text-align: right;
		float: none;
		color: #003399;
		font-weight: bold;
		text-transform: uppercase;
		background-color: transparent;
		margin-bottom: 1px;
		margin-left: 45px;
		letter-spacing: 0.1em;
		font-size: 13pt;
		padding-top: 10px;
		}


.stats {
		width: 500px;
		float: none;
		padding: 2px;
		margin: 0 auto;
		}
.affiliates {
		margin: 0 auto;
		width: 475px;
		float: none;
		text-align: center;
		padding: 1px;
		}

