body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-image:url(../images/tree6.jpg);
background-repeat: repeat-y;
background-attachment:fixed;
}
#header {
height: 100px;
background: transparent;
}
#container {
position: absolute;
width: 100%;
background-color:transparent;
}
#center {
background-color:transparent;
margin-left: 180px;
margin-right: 150px;
padding: 8px;
}
#left {
	position: absolute;
	left:7px;
	width:130px;
	margin-left:20px;
	top: 135px;
	height: 450px;
	background-color:#A55301;
	padding-top:0px;
	padding-bottom:0px;

}

#left2 {
	position: absolute;
	left:7px;
	width:130px;
	margin-left:20px;
	top: 135px;
	height: 540px;
	background-color:#A55301;
	padding-top:0px;
	padding-bottom:0px;

}

#left3 {
	position: absolute;
	left:7px;
	width:130px;
	margin-left:20px;
	top: 135px;
	height: 500px;
	background-color:#A55301;
	padding-top:0px;
	padding-bottom:0px;

}
#right {
	position: absolute;
	right:13px;
	width: 130px;
	top: 101px;
	height: 0px;
}
#footer {
height: 30px;
background-color: transparent;
border-top:groove;
clear:both;
}

.normal {
	font-size: 18px; 
	font-weight: bold; 
	color: #663300; 
	font-family: Garamond;
	line-height: 24px;  
}
.normalbold {
	font-size: 19px; 
	font-weight: bold; 
	color: #000; 
	font-family: Garamond;
	line-height: 24px;  
}

.normalsmall {
	font-size: 12px; 
	font-weight: bold; 
	color: #663300; 
	font-family: Garamond;
	}
	

#nav {
      	padding-top:20px;
		text-align:left;
		font-family:"Trebuchet MS";
		list-style-type: none;
		
	}

#nav li {
        margin: 0;
        padding: 5px;
        
 }

#nav a{
	display:-moz-block;
	display:-moz-box;
	display:block;
	text-decoration:none;
	color: #ffffff;
	font-size: 12px;
        line-height: 18px;
        font-weight: normal;
		
}
#nav a:link, #nav a:visited {
        color: #fff;
	
}
#nav a:hover {
        color: #000;
		background-color:#FFAA66;
		
		}


