html { min-height: 100%; margin-bottom: 1px; }

body {
margin: 0 auto;
padding: 0;
font: 76% Arial, Verdana,Tahoma, sans-serif;
background-color: #B46517;
color:#000;
background-image: url(images/bgslice.jpg);
background-position:top left;
background-repeat:repeat-x;
}


#leaves{
margin: 0 auto;
padding: 0;
width: 1000px;
height:750px;
background-image:url(images/leafback.jpg);
background-repeat:no-repeat;
}

#wrap {
margin: 0 auto;
width: 801px;
background-color:#F8F7DB;
color:#5e3d1e;
}


#banner {
width:801px;
height: 306px;
background-image:url(images/banner.jpg);
background-position:top left;
background-repeat:no-repeat;
}

#leftnav {
width: 180px;
float:left;
}

#menu{
margin-left:30px;
margin-top:10px;
position: relative;
z-index: 9999999;
}


/* #menu ul{
list-style-type:none;
margin:0;
padding:0;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active{
display:block;
background-color:#F8F7DB;
color:#6A8634;
width: 9em;
text-decoration:none;
font-weight:bold;
font-size:13px;
padding: 7px 0;
}

#menu a:hover{
background-color:#F8F7DB;
color:#ff6600;
} */




#content {
margin-left: 200px;
margin-right: 20px;
margin-top:-30px;
line-height:1.5em;
}

#content a, #content a:link, #content a:visited, #content a:active {
background-color:#F8F7DB;
color:#6A8634;
font-weight:bold;
text-decoration:underline;
}

#content a:hover{
background-color:#F8F7DB;
color:#ff6600;
text-decoration:none;
}


#content p{
margin-top: 0;
padding-top:0;
}

#content h1{
font-size:1.2em;
}

/* #content img {
padding:1px;
display:inline;
} */


#slideshow{
width:400px;
}

#slidemenu{
width:125px;
float:right;
}

#footer {
clear:both;
margin:0 auto;
padding:15px 0;
background-image:url(images/dots.jpg);
background-position:top center;
background-repeat:no-repeat;
width:801px;
text-align:center;
color:#5e3d1e;
background-color:#F8F7DB;

}

#footer p {
margin:0;
padding:0;
font-size:.8em;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active  { 
background-color:#FFFFFF;
color:#998754;
text-decoration:underline;

}

#footer a:hover {
text-decoration:none;
}

#bottomline{
letter-spacing: .1em;
font-weight:bold;
}

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}