html, body {
	background-image: url(../Images/background-green.jpg);
	background-repeat: repeat-x;
	background-color: #CABB97;
	margin: 0px;
	height: 100%;
	padding: 0px;	
}
#logo {
	background-image: url(../Images/logo_green2.jpg);
	background-position: left center;
	float: left;
	height: 109px;
	width: 450px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo a {
	height: 100%;
	width: 100%;
	display: block;
}
#footer {
	height: 100%;
	background-image: url(../Images/footer_background_green.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 3px;
	clear: both;
	background-color: #98B37C;
	min-height:100%;
}
#footer ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer li {
	display: inline;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 0px;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #524743;
}
a.work {
	background-image: url(../Images/icon-green-work-up.gif);
	height: 74px;
	width: 58px;
	background-repeat: no-repeat;
	display: block;
}
a.work:hover {
	background-image: url(../Images/icon-green-work-down.gif);
	height: 74px;
	width: 58px;
	background-repeat: no-repeat;
	display: block;
}
a.camp {
	background-image: url(../Images/icon-green-camp-up.gif);
	height: 74px;
	width: 57px;
	background-repeat: no-repeat;
	display: block;
}
a.camp:hover {
	background-image: url(../Images/icon-green-camp-down.gif);
	height: 74px;
	width: 57px;
	background-repeat: no-repeat;
	display: block;
}
a.school {
	background-image: url(../Images/icon-green-school-up.gif);
	height: 74px;
	width: 65px;
	background-repeat: no-repeat;
	display: block;
}
a.school:hover {
	background-image: url(../Images/icon-green-school-down.gif);
	height: 74px;
	width: 65px;
	background-repeat: no-repeat;
	display: block;
}
a.custom {
	background-image: url(../Images/icon-green-custom-up.gif);
	height: 74px;
	width: 72px;
	background-repeat: no-repeat;
	display: block;
}
a.custom:hover {
	background-image: url(../Images/icon-green-custom-down.gif);
	height: 74px;
	width: 72px;
	background-repeat: no-repeat;
	display: block;
}
