﻿/*html, body { height: 100%; margin: 0; padding: 0; } */
body 
{
	margin: 0; padding: 0;
	background: url('body_bg.jpg');
}
#container {
	height: 100%;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#main {
	width: 920px;
	padding: 20px;
	background: #200904;
}
#header {
	height: 120px; 
	width: 100%
}
.headerlogo {
	float: left; 
	width: 344px; 
	height:120px;
}
.nav {
	float: left; 
	width: 556px; 
	height: 35px;
	padding-left: 60px;
	padding-top: 85px;

}
.nav a {
	font-size: 11pt;
	text-decoration: none;
	color: #fff;
}
.nav a:hover, a:active {
	font-size: 11pt;
	text-decoration: underline;
	color: #ffff80;
}
#footer {
	width: auto;
	height: 16px;
	padding:  20px;
	margin-top: 20px;
	background: #200904;
}
.footsec {
	float: left; 
	width: 306px; 
	color: #fff;
	font-size: 10pt;	
}	
p, td, div {
	font-family: Arial;
	font-size: 10pt;
	/*color: #ffff99;*/
	color: #fff;
}
h1 {
	color: #bd4604;
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h2 {
	color: #ffcc00;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
}
h3, .title3 {
	color: #ffcc00;
	font-family: Arial;
	font-size: 10pt;
}
a {
	color: #ffcc00;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
a:active, a:hover {
	color: #ffff80;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
.clearformat {
	width: auto; display: block; clear: both;
}
.colleft {
	float: left;
	width: 470px;
}
.colright {
	float: left;
	width: 430px;
}
.colsep {
	float: left;
	width: 20px;
}


/* TAB MENU */
#tab-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 
#tab-menu li {
	float: left;
	margin: 0 3px;
	background: #493533;
} 
#tab-menu li a	{
	float: left;
	display: block;
	color: #ffcc00;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 3px 5px;
} 
#tab-menu li a:hover	{
	background: #f5f5f5;
	color: #493533;
}
#tab-menu li a:active, .tab-active	{
	background: #200904;
}
.tabactive	{
	background: #200904;
}


