@charset "utf-8";
body { 
background-color : #fff; 
height : auto; 
margin : 0px auto 0; 
background-image : url(images/background_fade1.png); 
background-attachment : fixed; 
background-repeat : repeat-x; 
} 
#container { 
width : 900px; 
height : auto; 
margin : 0 auto auto; 
border : solid thin; 
background-image : url(images/contentbg.jpg); 
} 
#header  {
width: 900px;
height: 80px;
background-image: url(images/nature_header.png);
}
#header2 { 
width : 900px; 
height : 23px; 
background-image : url(images/woodtext.jpg); 
} 
#nav {
width: 900px;
height: 20px;
font: bold 19px arial;
text-align: center;
background-image: url(images/contentbg.jpg);
}
#nav list {
display: inline;
padding: 0;
margin: 0;
color: #003300;
}
#nav a {
padding: 0 5px;
text-decoration: none;
color: #006600;
border-bottom: none;
}
#nav a:hover {
padding: 0 5px;
text-decoration: none;
color: #003300;
border-bottom: none;
}
#maincontent  {
width: 840px;
height: auto;
margin: 0 auto auto;
background-image: url(images/contentbg.jpg);
padding: 30px;
}
#footerdiv {
width: 900px;
height: 23px;
background-image: url(images/woodtext2.jpg);
}
#footer  {
width: 900px;
height: 20px;
background-color: #003300;
margin:0 auto;
padding-top:10px;
padding-bottom:10px;
}
#footer p  {
font-family:"Times New Roman", Times, serif;
font-size:15px;
margin:0;
padding:0;
text-align:center;
color:#CCCCCC;
}
