@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#F3F3F3;
}
body {
	background-color: #3A6710;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
h1 {
	font-size: 18px;
	color: #FFCC00;
	font-weight: bold;
	background-image:url(images/h.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0;
	padding:0;
	line-height:40px;
}
a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC33;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}

#container 
{
	position:relative;
	width:1100px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:0;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#header
{
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	padding-top:271px;
	text-align:left;
}

#main
{
	position:relative;
	width:1042px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:0;
	background-color:#000000;
	text-align:left;
}

#left
{
	position:relative;
	width:640px;
	float:left;
	margin:0;
	margin-left:20px;
	padding:0;
}

#right
{
	position:relative;
	width:342px;
	float:left;
	margin:0;
	margin-left:20px;
	padding:0;
	padding-top:141px;
	background-image:url(images/sidetop.png);
	background-repeat:no-repeat;
}

#footer
{
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	padding-bottom:42px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#footerNav
{
	text-align:left;
	margin:0;
	padding:0;
	line-height:55px;
	margin-left:50px;
	color: #FFCC33;
	
}

#copyright
{
	font-size:10px;
	color:#CCCCCC;
	margin-left:50px;
	text-align:left;
}

.clear 
{
	clear:both;
}