*
{
margin: 0px;
padding: 0px;
}

a:link {
			color: #00FF00;
			}
			
a:hover {
	text-decoration: none;
	color: #00FF00;
}

a:visited {
	color: #00FF00;;
}

a:active {
				color: #00FF00;
				}

body {	
	background: #829f35 url(images/bg_top.jpg) top repeat;
	font:20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#content{
	margin: 0 auto;
	width: 999px;
	text-align: left;
	background: #0a1a1b url(images/header.gif) no-repeat top;
	border-left: 8px solid #00ff00;
	border-right: 8px solid #00ff00;
}

#main{
	width: 999px;
	margin: 0 auto;
	clear:both;
}

#header {
	height: 320px;
	width: 970px;	
}

#logo {
	height: 231px;
	text-align: left;
	width: 870px;
	padding-left: 100px;
	padding-top: 30px;
}

#menu{
	width: 549px;
	height: 45px;
	padding-left: 450px;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
	
}

#menu a:hover{
	width: 100px;
	height: 34px;
	background: url(images/menu_hov.jpg) repeat-x;
	text-decoration:underline;
}

#left{
	width: 259px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:0px;
}

#left a{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
}

#left a:hover{
	text-decoration:underline;
}

#left H3{
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size:18px;
	width: 260px;
	height: 36px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	padding-right: 50px;
	padding-left: 10px;
	padding-top: 12px;
	color: #ffffff;
	background: url(images/left_title.jpg) no-repeat;
}

#left ul {
	list-style: none;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 15px;
}

#left li {
	background: url(images/ls.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 8px;
}

#left p{
	padding: 10px;
	color: #ffffff;
}

#right{
	float: right;
	width: 670px;
	background: url(images/rightbg.png);
	margin-right:5px;
	margin-bottom:10px;
	padding-left: 25px;
	padding-right: 25px;
}

#right H4{
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size:28px;
	width: 441px;
	height: 30px;
	font-weight: bold;
	padding-top: 20px;
	color: #ffffff;
}

#footer {
	height: 36px;
	clear: both;
	padding-top: 10px;
	background: url(images/footer.jpg) repeat-x top;
	padding-bottom:10px;
}

span {
	color: #00FF33;
	font-weight: bold;
}