body {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555b49;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-xy;
}

a:link, a:visited, a:active {
	color: #BA6E29;
	text-decoration: none;
}

	.title {
		font-size: 13px;
		color: #555b49;
		font-weight: bold;
	}
	
	.title2 {
		font-size: 13px;
		color: #BA6E29;
		font-weight: bold;
	}
	
	.msg {
		font-size: 10px;
	}
	
#container {
	margin: auto;
	width: 827px;
	overflow: hidden;
}

#containerHeader {
	width: 827px;
	height: 149px;
}

	#photoTopLeft1 {
		float: left;
		width: 166px;
		height: 149px;
		background-image: url(images/photoTopLeftHome.jpg);
		background-repeat; no-repeat;
	}
	
	#photoTopLeft2 {
		float: left;
		width: 166px;
		height: 149px;
		background-image: url(images/photoTopLeftInfo.jpg);
		background-repeat: no-repeat;
	}
	
	#photoTopLeft3 {
		float: left;
		width: 166px;
		height: 149px;
		background-image: url(images/photoTopLeftDonate.jpg);
		background-repeat; no-repeat;
	}
	
	#photoTopLeft4 {
		float: left;
		width: 166px;
		height: 149px;
		background-image: url(images/photoTopLeftTree.jpg);
		background-repeat; no-repeat;
		cursor: pointer;
	}
	
	#photoTopLeft5 {
		float: left;
		width: 166px;
		height: 149px;
		background-image: url(images/photoTopLeftTree2.jpg);
		background-repeat; no-repeat;
		cursor: pointer;
	}
	
	#photoTopLeft6 {
		float: left;
		width: 166px;
		height: 149px;
		background-image: url(images/photoTopLeftTell.jpg);
		background-repeat; no-repeat;
	}
	
	#photoTopLeft7 {
		float: left;
		width: 166px;
		height: 149px;
		background-image: url(images/photoTopLeftActivities.jpg);
		background-repeat; no-repeat;
	}
	
	#photoTopLeft8 {
		float: left;
		width: 166px;
		height: 149px;
		background-image: url(images/photoTopLeftAbout.jpg);
		background-repeat; no-repeat;
	}
	
	#header {
		float: right;
		width: 661px;
		height: 149px;
		background-image: url(images/headerBG.jpg);
		background-repeat: no-repeat;
	}

#containerBody {
	clear: all;
	width: 827px;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

	#menu {
		float: left;
		width: 167px;
	}

	#menuBox {
		width: 125px;
		margin-top: 20px;
		margin-left: 20px;
		text-align: right;
	}
	
	#menuBox2 {
		width: 125px;
		margin-left: 30px;
	}
	
	#content {
		float: right;
		width: 610px;
		margin-top: 15px;
		padding: 0px 25px;
	}
	
	#spruce {
		width: 610px;
		background-image: url(images/spruce.jpg);
		background-repeat: no-repeat;
		background-position: top right;
	}
	
#footer {
	clear: both;
	width: 827px;
	height: 37px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
	
<!-- MENU STYLES -->

	#nav {
		list-style-type: none;
	}
	
	#nav ul {
		list-style-type: none;
	}
	
	#nav ul li {
		list-style-type: none;
	}
	
	#nav a:link, #nav a:active, #nav a:visited {
		list-style-type: none;
		padding: 8px 0px 8px 0px;
		color: #FED176;
		text-decoration: none;
		font-weight: 200;
		display: block;
	}
	
	* html #nav a:link, * html #nav a:active, * html #nav a:visited {
		list-style-type: none;
		padding: 3px 0px 0px 0px;
	}
	
	
	#nav a:hover {
		 list-style-type: none;
		 color: #ffffff;
	}
	
	#active, #active a:link, #active a:active, #active a:visited {
		list-style: none;
		color: #ffffff;
	}

	
.thumbtopleft{background: url(images/thumb_topleft.gif) no-repeat;}
.thumbtop{background: url(images/thumb_top.gif) repeat-x;}
.thumbtopright{background: url(images/thumb_topright.gif) no-repeat;}
.thumbleft{background: url(images/thumb_left.gif) repeat-y;}
.thumbright{background: url(images/thumb_right.gif) repeat-y;}
.thumbbottomleft{background: url(images/thumb_bottomleft.gif) repeat-y;}
.thumbbottom{background: url(images/thumb_bottom.gif) repeat-y;}
.thumbbottomright{background: url(images/thumb_bottomright.gif) no-repeat;}
.thumbbg{background: url(images/thumb_bg.jpg);}
