body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: d7d2cc;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#tree {
	overflow: hidden;
	position: fixed;
	z-index: 1;
	height: 660px;
	left: 0px;
	top: 0px;
	width: 556px;
}
#header {
	background-image: url(../images/logo_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	height: 83px;
	width: 100%;
	left: 0px;
	top: 112px;
	text-align: right;
}
#logo {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_container {
	overflow: visible;
	position: absolute;
	z-index: 3;
	height: auto;
	width: auto;
	left: 558px;
	top: 197px;
	right: 0px;
}
#main_container #menu {
	overflow: hidden;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
	height: 30px;
	width: auto;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#menu img{
	margin-right: 50px;
}
#main_container #text_container {
	text-align: left;
	vertical-align: top;
	overflow: visible;
	position: absolute;
	z-index: 3;
	height: auto;
	width: 90%;
	top: 50px;
	right: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#text_container p {
	font-size: small;
	line-height: 2;
	color: #000;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 50px;
}
#copyright {
	font-size: x-small;
	color: #000;
	position: fixed;
	z-index: 3;
	height: auto;
	width: auto;
	left: 20px;
	bottom: 20px;
	overflow: visible;
}
#main_img {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	height: 683px;
	width: 294px;
	right: 50px;
	bottom: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #508810;
	float: right;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-size: xx-large;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #2D5309;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}
a:link {
	color: #2D5309;
	text-decoration: none;
}
a:visited {
	color: #2D5309;
	text-decoration: none;
}
a:hover {
	color: #508810;
	text-decoration: none;
}
