zx@charset "UTF-8";
/* CSS Document */


#wrapper {
		width: 1000px;


}

body {
	width: 850px;
	height:auto;
	margin: 0px auto;
	font-family: Century Gothic, sans-serif;
	font-size: 16px;
	padding-top: 63px;
	background-image: url(images/background_content.png);
	background-repeat: repeat-x;
}

#logo {
	wdith: 250px;
	height: 147px;
	float: left;
	padding-right: 44px;
	padding-top: 17px;
	
}
	
#nav_image {
	width: 600px;
	height: 164px;
	float: left;
}


#nav {
	width: 600px;
	font-size:16px;
	color: #ccc;
	text-align: center;
	text-decoration: none;
	padding-bottom: 0px;
}

#nav a{
	font-size: 16px;
	color: #ccc;
	font-weight:lighter;
	text-align: center;
	text-decoration: none;
	padding: 0px 40px;
	
}

#nav a:hover{
	font-size: 16px;
	color: #8dca3e;
	text-align: center;
	text-decoration: none;
	
}

ul#nav {
	margin-left: 0;
	padding-left: 0;
	margin-top: 5px;
	white-space: nowrap;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#side_image{
	float: left;
	padding:25px 0px 0px 0px; 
	width: 200px;
}

#side_image p{
	font-family: century gothic, sans-serif;
	font-size: 12px;
	color: #8dca3e;
	text-align: center;
}

#content {
	width: 600px;
	float: right;
	padding:25px 0px 25px 0px; 
	/*padding-right: 15px;*/
	line-height: 21px;
	color: #FFFFFF;
	text-decoration: none;

}

#content a{
	color: #fff;
	text-decoration: none;
}

#content a:hover{
	color:#8dca3e;
}
	

#footer {
	width: 760px;
	float:left;
	font-size: 12px;
	letter-spacing: .1em;
	color: #FFFFFF;

}

hr {
	color: #8dca3e;
	text-align: center;
	text-decoration: none;
}

.headers_green{
	font-size:16px;
	font-weight: bold;
	color: #8dca3e;
	font-family: Century Gothic, sans-serif;
}

.body_green {
	font-size: 16px;
	font-family: Century Gothic, sans-serif;
	color: #8dca3e;
}
