@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #f1f1f1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

div#container {
	width: 899px;
	margin: auto;
	border-left: 3px solid #126a01;
	border-right: 3px solid #126a01;
	background-color: #9ffc8d;
}

div#header {
    
}

div#left {
	width: 276px;
	float: left;
	background-color: #9ffc8d;
	padding: 12px;
	height: 100%;
}

div#right{
	width: 575px;
	float: right;
	padding: 12px;
	background-color: #ffffff;
}

div#footer {
	width: 839px;
	padding: 30px;
	height: 25px;
	background-color: #126a01;
	color: #ffffff;
	text-align: center;
	clear: both;
}

#footer a {
	    text-decoration: none;
		text-align: center;
		color: #ffffff;
}

#footer a:hover {
	    color: #126a01;
	    background-color: #ffffff;
}

#left ul {
list-style: none;
}

#left a {
	    text-decoration: none;
		display: block;
        font-size: 12px;
	    text-align: left;
		color: #000000;
		padding: 10px;
		margin-left: -40px;
}

#left a:hover {
	    color: #ffffff;
	    background-color: #126a01;
}

#left ul li.active a {
        color: #126a01;
	    background-color: #ffffff;
}

#left ul li.active a:hover {
        color: #126a01;
	    background-color: #ffffff;
}

