body, html {
		font: 11px/170% Verdana, Tahoma, Georgia, 'Times New Roman', serif;
		color: #CCC;
		background-image: url(bg.jpg); 
		background-repeat: repeat-y;
		background-color: #0F1811;
		}
body.index {
		text-align: justify;
		font-family: Verdana, Tahoma, Georgia, 'Times New Roman', serif;
		margin: 0px auto;
		padding: 0px;	
		}

input, radio, select, option, textarea		{
		border: 1px solid #000;
		background-color: #000;
		color: #CCC;
		}

img		{ border: 0; float: none; }

A,
A:link,
A:visited	{ color: #909E88; text-decoration: none; font-weight: bold; background-color: #3E4740; }
A:hover, 
A:active	{ color: #CFCFCF; text-decoration: none; font-weight: bold; background-color: #3E4740; }

.layout		{ margin: 0 auto; width: 600px; padding-bottom: 5px; position: absolute; left: 75px; top: 0px;}
.container	{ margin: 0 auto; width: 600px; padding-top: 5px; }
.header 	{ width: 600px; margin: 0 auto; }
.header img 	{ float: none; }

.left {		width: 600px;
		float: left;
		padding: 0px;
		margin: 0 auto;
		border: 0px;
		max-height: 1600px;
		}
.content {
		margin: 0px 5px 0px;
		width: 590px;
		padding: 4px;
		text-align: left;
		}
.cnews {
		margin: 0px 5px 0px;
		width: 550px;
		padding: 4px;
		text-align: left;
		}
.footercontent {
		margin: 0 auto;
		width: 590px;
		padding: 4px;
		text-align: left;
		}

.text {		width: 590px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
		}
.box 	{	
		margin-bottom: 10px;
		margin-top: 10px;
		padding: 0px;
		width: 170px;
		text-align: left;
		border: 1px solid #610E3E;
		}
dt 	{	text-transform: uppercase;
		line-height: 12px;
		font-weight: bold;
		font-size: 11px;	
		letter-spacing: 1px;
		color: #B0B2B3;
		background-color: #3E4740;
		margin: 10px 5px 5px 5px;
		font-family: 'Trebuchet MS', 'Times New Roman', serif;
		}
.menu 	{	text-transform: uppercase;
		line-height: 12px;	
		letter-spacing: 1px;
		font-size: 10px;
		text-align: center;
		font-weight: bold;
		float: none;
		margin: 10px 0px;
		}
.title	{	
		font-family: 'Trebuchet MS', 'Times New Roman', serif;
		padding: 5px 5px 5px 7px;
		margin: 0px 5px 0px;
		line-height: 12px;
		font-weight: bold;
		font-size: 12px;
		color: #909E88;
		background-color: #000;
		text-transform: uppercase;	
		letter-spacing: 1px;
		}
.subtitle	{	
		font-family: 'Trebuchet MS', 'Times New Roman', serif;
		padding: 0px;
		line-height: 12px;
		font-weight: bold;
		font-size: 12px;
		color: #909E88;
		background-color: #3E4740;
		text-transform: uppercase;	
		letter-spacing: 1px;
		}
.credit		{
		line-height: 12px;
		font-size: 10px;	
		letter-spacing: 1px;
		text-align: center;
		}
.form		{
		width: 80%;
		margin: 0px 0px 5px 0px;
		}

