/* CSS Document */


body {
	background-image: url(tree.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #eceddb;
}
#container {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

a:link  {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4023;
		text-decoration: none;
		}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4023;
		text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4023;
		text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4023;
		text-decoration: none;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4D4023;
		text-decoration: none;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #7A7A3D;
		text-decoration: none;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #4D4023;
		text-decoration: none;
	 }
	 
	 .style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4023;
		text-decoration: none;
	 }
	 
	 	 .style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
		font-weight: bold;
	color: #fff;
		text-decoration: none;
	 }
	 a:link {	text-decoration: none;}
#topnav {
position: relative;
top: 48px;
left: 0px;

}

#botnav {
position: relative;
top: -25px;
left: 0px;
	}

#tree {
position: absolute;
bottom: -10px;
left: -20px;
width:269px;
 height:455px;
 z-index: 99;
	}


