@charset "utf-8";
/* CSS Document */

#main{
	width:100%;
	background-color:#90c738;
	height:370px;
	border-top: 4px solid #90c738;
	border-bottom: 4px solid #90c738;
}
#content_inner{
	width:980px;
	height:525px;
	margin:0px;
	position:absolute;
}
body{
	margin: 0px;
}
#logo{
	width:980px;
	margin:50px 0px 20px 35px;
}
#nav{
	width:980px;
	margin:0px 0px 0px 0px;
	text-align:right;
}
#footer{
	background-image:url(../images/greenline.gif);
	background-repeat:repeat-x;
	width:100%;
	height:200px;
	margin: 160px 0px 0px 35px;
}
#nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:right;
}
#nav ul li{
	margin:0px 25px 0px 0px;
	padding:0px;
	float:left;
}
#nav img{
	border:0px;
}
#nav ul li a{
	float:left;
}
