﻿/*html, body { height: 100%; margin: 0; padding: 0; } */
body 
{
	margin: 0; padding: 0;
	background: #060606 url('body_bg.jpg') repeat-x;
}
#container {
	height: 100%;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	border-left: solid 6px #8a8a8a;
	border-right: solid 6px #8a8a8a;
	background: #980400 url('content_bg.jpg') repeat-x;
}
#main {
	width: 740px;
	padding: 0px 10px 0px 10px;
	min-height: 300px;
}
#footer {
	width: auto;
	height: 15px;
	background: url('footer_top.jpg') no-repeat top;
	padding:  10px 10px 10px 10px;
	margin-top: 10px;
}
.footsec {
	float: left; 
	width: 246px; 
	color: #f4f4f4;
	font-size: 8pt;	
}	
p, td, div {
	font-family: Arial;
	font-size: 10pt;
	color: #ffff99;
}
h1 {
	color: #f4f4f4;
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
}
h2 {
	color: #fff;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
}
a {
	color: #fff;
	font-family: Arial;
	text-decoration: none;
}
a:active, a:hover {
	color: #ffff80;
	font-family: Arial;
	text-decoration: none;
}
.clearformat {
	width: auto; display: block; clear: both;
}
.colhalf {
	float: left;
	width: 360px;
}
.colsep {
	float: left;
	width: 20px;
}

