@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.jpg) repeat-x fixed;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 10px 0; 
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#339900;
	text-decoration: none;
	font-weight: bold; 
}

a:hover {
	color: #FF6600;
}

a:active {
	color:#FF6600;
}


li {
	margin-left: 20px;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	background: white;
}

#logo {
	width: 850px;
	height: 155px;
	margin: 0;
	padding: 0;
	background: url(images/logo.jpg) no-repeat ;
}

#menu {
	width: 850px;
	height: 49px;
	background-image: url(images/navBG.jpg);
	background-repeat: no-repeat;
	margin:0;
	padding: 0px;
}

#nav {
	height: 49px;
	margin-left:35px;

}

#nav ul{
	list-style: none;
	float: left;
	width: 850px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	line-height: 35px;
}

#nav li {
	float: left;
	margin: 0;
	padding: 5px 20px 5px 20px;
	background: url(images/star.png) no-repeat left center;
}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font: small-caps;
	color:#333333;
	text-decoration: none;
	font-weight: bold; 
}

#nav a:hover {
	color:#339900;
}

#nav a:active {
	color:#339900;
}

#content {
	clear: both;
	width: 850px;
	background-image: url(images/contentBG.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#content p{
	margin: 0;
}

#text {
	width: 750px;
	margin: 0 auto;
	padding-bottom:25px;
}

#text h4, h3, h2 {
	color:#339900;
	margin-top: 0;
}

#footer {
	width: 850px;
	height: 65px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin: 0px;
	
}

#copyright {
	width: 400px;
	margin:auto;
	line-height: 65px;
	text-align: center;
	color:#666666;
}

