@charset "utf-8";
/* CSS Document */

#wrapper {
	height: 100%;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top-hdr {
	height: 251px;
	width: 800px;
}
#navigation {
	height: 34px;
	width: 800px;
}
#body {
	width: 800px;
	float: left;
	background-image: url(../images/white-bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
#tree-area {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	background-image: none;
	background-repeat: repeat-x;
}
#tree-image {
	float: right;
	height: 164px;
	width: 193px;
	background-image: url(../images/logo.jpg);
	margin-right: 3px;
}
#footer {
	height: 100%;
	width: 800px;
	float: left;
	padding: 0px;
	margin-top: 10px;
}
#copy {
	float: none;
	height: auto;
	width: 575px;
	margin-left: 200px;
	margin-top: 25px;
}
#sub-nav {
	float: left;
	height: 100%;
	width: 135px;
	margin-left: 25px;
	margin-top: 55px;
}
#bottom {
	background-image: url(../images/bottom-image.jpg);
	height: 238px;
	width: 800px;
	float: left;
}
#top-header {
	height: 25px;
	width: 800px;
}
