h1 {
	background: #295F3A url(images/logo_green.gif) no-repeat left center;
}
li.main-link-active {
	background: #295F3A;
}
li.sub-link {
	list-style: url(images/bullet_green.gif) none outside;
}
h2 {
	color: #295F3A;
}
a{
	color: #295F3A;
}
p#foot{
	background-color: #295F3A;
}
*::-moz-selection{
	background-color:#295F3A;
}
::selection{
	background-color:#295F3A;
}