/* @override 
	http://andover:8888/_css/green.css
	http://localhost:9046/_css/green.css
*/

ul#topnav {
	background: url(../_img/common/green/top_bar.png) repeat-y left top;
}

div#wrapper {
	background-color: #5e843d;
	background-image: url(../_img/common/green/background.png);
}

div#footer {
	background-image: url(../_img/common/green/full_footer.png);
}

div#footer.members_footer {
  background: url(/_img/members/footers/green.png) no-repeat top left;
}

h1, h2 {
	color: #004354;
}

div#inner_content a:link {
	color: #0b3f4d;
}

div#inner_content a:visited {
	color: #264a54;
}

div#inner_content a:hover, div#inner_content a:active {
	color: #000;
}
