body, html {
		font: 12px/180% Verdana, Georgia, 'Times New Roman', serif;
		color: #FFF;
		background-color: #0C2C4B;
		height: 100%;
		}
body.index {
		margin: 0px auto;
		padding: 0px;
		height: 100%;
		overflow: auto;
		}

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

img		{ border: 0; float: none; }
.affiliates img { padding: 1px; }
A,
A:link,
A:visited	{ color: #326886; text-decoration: none; font-weight: normal; background-color: #000;}
A:hover,
A:active	{ color: #326886; text-decoration: none; font-weight: normal; background-color: #000;}

#layout		{ 
		float: none;
		margin: 0 auto; 
		padding: 0px; 
		width: 545px; 
		color: #FFF;
		overflow: auto;
		height: 100%;
		z-index: -1;
		background: #000 url(bg.jpg) repeat-y;
		}
#header img 	{ float: none; }
#header 	{ width: 545px; padding: 0px; z-index: 0;}

#menu	 {	width: 545px;
		padding-bottom: 5px;
		z-index: 2;
		position: absolute;
		top: 165px;
		float: none;
		}
#text	{ 
		width: 545px; 
		position: absolute;
		top: 200px;
		background-color: #000;
		z-index: 1; }
#box 	{	
		width: 545px;
		margin: 0 auto;
		text-align: right;
		}
#content {
		width: 495px;
		float: none;
		margin: 2px auto;
		text-align: justify;
		padding: 0px;
		}
.title	{
		text-align: right;
		float: none;
		color: #326886;
		margin-bottom: 5px;
		font-style: italic;
		font-size: 14px;
		font-weight: bold;
		font-family: Georgia, 'Times New Roman', serif;
		border-bottom: 1px dotted #326886;
		text-transform: uppercase;
		background-color: #000;	
		}

dt		{ font-weight: bold; }
small		{ color: #C0C0C0; font-size: -3; }
.subtitle {
		text-align: justify;
		float: none;
		color: #326886;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: underline;
		background-color: #000;
		}

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

