html, body {
margin : 0;
padding : 0;
}
body {
width : 100%;
font : 75% "Trebuchet MS", Arial,Tahoma, Helvetica, sans-serif;
background : #584936 url(images/body_bg.png) top center repeat;
color : #777F5C;
}
#box {
width : 780px;
margin : 0 auto;
line-height : 1.8em;
background : transparent;
color : #333;
}
#top {
margin : 0 auto;
width:780px;
height:150px;
background : url(images/top.png) top center no-repeat;
color:#3C473F;
}
#top h1 {
margin:0;
padding: 50px 0 0 0;
font: 200% georgia, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
text-align:center;
background:transparent;
color:#fff;
}
#top p {
padding : 2px 0 0 10px;
font-size: 0.9em;
text-transform:none;
}
#top a:link, #top a:visited {
text-decoration: none;
background:inherit;
color: #fff;
}
#top a:hover { 
text-decoration: none;
background:inherit;
color: #ccc;
}
#navcontainer {
height: 27px;
border-bottom: 0px solid #666;
background: #000000;
}
/* LEFT SIDEBAR */
#leftnav {
float : left;
width : 180px;
margin : 0;
padding : 10px 10px 50px 10px;
background : transparent;
color : #777F5C;
}
#navlist li {
margin: 0 15px 0 0;
list-style-type: square;
background: inherit;
color: #000;
}
#content {
margin :0 0 0 200px;
padding : 10px 0 45px 10px;
border-right: 1px dotted #E4D4AE;
background: #DEE3CA;
color:#777F5C;
}
#content p {
margin : 10px;
}
#footer {
clear : both;
padding : 0.5em;
font-size: 0.9em;
border-top : 5px solid #777F5C;
background : #BCC894;
color : #000;
}
#leftnav p {
margin : 5px 0 10px 5px;
}
h2 {
padding : 20px 0 5px 5px;
font : 140%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
text-transform:uppercase;
letter-spacing: 5px;
background:transparent;
color: green;
}
h3 {
margin :20px 0 0 5px;
padding : 20px 0 5px 10px;
font : 120%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing: 5px;
text-transform:none;
background:transparent;
color: green;
}
#footer img {
   float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */
a:link, a:visited {
text-decoration : none;
background:inherit;
color : #000;
}
a:hover {
text-decoration : none;
background:inherit;
color :#999;
}
a:active {
text-decoration : none;
background:inherit;
color : #F5DE1E;
}
img {
border : none;
}
blockquote {
margin-bottom:40px;
font-size : 90%;
font-weight: normal;
background : transparent;
color : green;
} 
.box {
margin: 0;
border : 1px dotted #848E60;
padding : 15px;
background: #CED7B1;
color:#333;
}	