body
{
	background: #656565 url('./images/bg4.jpg');
	background-repeat:repeat;
	margin: 34px 0 34px 0;
	text-align: center;
	font: 14px "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	color: black;
}

a,a:visited
{
	color: #00d6cc;
	text-decoration: none
}

a img
{
	border: 0;
}


div#container
{
	width: 975px;
	margin: 0 auto;
	text-align: left;
}

#columns
{
	background: url('./images/col_bg.jpg') repeat-y;
	clear: both;
}


.side_col
{
	width: 200px;
	float: left;
	padding: 1px 1px 1px 2px;
}

.main_col
{
    background: url('./images/Direct_Black_170.jpg') repeat;
	width: 565px;
	float: left;
}


#banner
{
	background: url('./images/topimage.jpg') no-repeat;
	height: 120px;
	clear: both;
}


h2
{
	background: url('./images/divisionbar.jpg') repeat-x;
	margin: 0;
	padding: 0;
	height: 25px;
}


p
{
	margin: 0;
	padding: 5px 0 5px 0;
}


table
{
    background-color: black;
	border-color: #908F8F;
}

.main_col p
{
	padding: 10px;
	color: #9e9e9e;
}

div.footer
{
	color: #d2d2d2;
	background: url('./images/footer.jpg') repeat-x;
	height: 17px;
	text-align: right;
	padding: 2px;
	clear: both;
}
	div.footer a
	{ color: white; }
	div.footer span
	{
		float: left;
	}
.clear
{
	clear: both;
}

.center
{
	text-align: center;
}