body {
    margin: 0px auto;
    font-family: Verdana;
    font-size: 10pt;
    color: #000000;
	background: #82C448 url('grass.jpg') no-repeat;
    }  
       
a:link, a:visited {
	color: #000000;
	text-decoration: none;
    }

a:hover, a:active {
    color: #670001;
	text-decoration: overline underline;
    }
    
#container {
    position:relative;
    width: 790px;
    height: 100%;
	overflow: hidden;
    display:block;
    margin: 0px auto;
    }
    
#header {
     width: 790px;
     height: 237px;
     background: url('banner.png');
     }
     
#navigation {
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 10px;
    width: 178px;
    background: #CD9967;
    border: 1px solid #000000;
    }
    
.nav-divider {
	margin: 10px -10px;
	padding: 10px;
    background: #670001;
    color: #FFFFCD;
    font-weight: bold;
    }
    
#content {
    width: 540px;
    float: right;
    margin: -40px 0px 0px 0px;
    padding: 10px;
    text-align: justify;
    background: #FFFFCD;
    border: 1px solid #000000;
    }
