@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #142E08;
	margin: 0;
}

div#container
{
	width: 984px;
	margin: 0 auto;
	border: 2px solid #453B26;
	border-top: none;
	border-bottom: none;
	background-color: #21211F;
}

div#main-top
{
	height: 164px;
	padding-top: 16px;
}

div#splash-top
{
	height: 276px;
	padding-top: 16px;
}

div#splash-links img
{
	display: block;
	float: left;
}

div#main-content
{
	border: 3px solid #453B26;
	border-left: none;
	border-right: none;
	background-color: black;
	padding: 11px; 
}

#enviro-content
{
	background: #003E00 url('images/env-bg1.gif') repeat-x bottom left;
	color: white;
	padding: 46px 43px;
}

#enviro-content p, #enviro-content a, #enviro-content td, #enviro-content span
{
	color: white;
}

#enviro-content p
{
	line-height: 1.4em;
}

#main-left
{
	/*float: left;*/
	width: 298px;
	border-right: 11px solid black;
	background-color: #716A5D;
}

#main-right
{
	/*float: left;*/
	width: 651px;
	background-color: #CCC8C0;
}

#main-left .inner,
#main-left p,
#main-left td
{
	color: white;
}

#main-right .inner,
#main-left .inner
{
	padding: 20px;
}

div#splash-suppliers
{
	padding: 20px;
	height: 91px;
	background: black;
	border-bottom: 2px solid #453B26;
	color: #645A45;
}

div#splash-suppliers p,
div#splash-suppliers td
{
	color: #645A45;
}

div#menu-holder
{
	height: 28px;
	border-bottom: 2px solid #453B26;
	background-color: #5F623D;
}

div#footer-bar
{
	margin-top: 18px;
	height: 32px;
	background-color:#5f623d;
	border: 2px solid #453B26;
	width: 984px;
	margin: 18px auto 0 auto;
}

div#footer-bar .copyright,
div#footer-bar .links
{
	float: left;
	color: white;
	padding: 10px;
	font-size: 10px;
}

div#footer-bar .links
{
	float: right;
}

div#footer-bar a,
div#footer-bar a:hover
{
	text-decoration: none;
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
