body { 
height: 100%;
font-family:  tahoma, sans-serif;
font-size: 12px;
line-height:15px;
background-color:#e6e3ba;
background-position: 100% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
 }

a{
font-family:  tahoma, sans-serif;
font-size: 12px;
line-height:15px;
font-weight: bold;
color: #2e6017;
}

a:visited {
font-family:  tahoma, sans-serif;
font-size: 12px;
line-height:15px;
font-weight: bold;
color: #2e6017;
text-decoration: none;
}

a:hover {
font-family:  tahoma, sans-serif;
font-size: 12px;
line-height:15px;
font-weight: bold;
color: #c6b6a9;
text-decoration: none;
}

#wrapper {
text-align: left;
margin: 0 auto;
width: 800px;
background-color: #e6e3ba;
border-bottom: 6px solid #2e6017;
border-right: 6px solid #2e6017;
border-top: 6px solid #2e6017;
border-left: 6px solid #2e6017;
 }

#header {
background;
width: 800px;
height: 200px;
border-bottom: 0px solid #2e6017;
border-right: 0px solid #2e6017;
border-top: 0px solid #2e6017;
border-left: 0px solid #2e6017;
 }
 
 #spacer {
background: url(spacer.jpg) no-repeat;
width: 800px;
height: 20px;
border-bottom: 0px solid #c6b6a9;
border-right: 0px solid #008b78;
border-top: 0px solid #008b78;
border-left: 0px solid #008b78;
 }

#content {
background:transparent;
height: 100%;
width: 470px;
float: right;
margin-right: 0px;
padding: 15px;
font-size: 12px;
line-height:15px;
font-family:  tahoma, sans-serif; 
border-bottom: 0px solid #2e6017;
border-right: 0px solid #2e6017;
border-top: 0px solid #2e6017;
border-left: 0px solid #2e6017;
 }


#sidebar {
background: transparent;
height: 100%;
width: 220px;
float: left;
padding: 15px;
font-size: 12px;
line-height:15px;
text-align: left;
border-bottom: 0px solid #2e6017;
border-right: 0px solid #2e6017;
border-top: 0px solid #2e6017;
border-left: 0px solid #2e6017;
 }


#footer {
clear: both;
background: #e6e3ba;
padding: 15px;
text-align: center;
border-bottom: 0px solid #2e6017;
border-right: 0px solid #2e6017;
border-top: 0px solid #2e6017;
border-left: 0px solid #2e6017;
 }

.clearing {
height: 0;
clear: both;
 }


h1 {
font-family: tahoma, sans-serif; 
font-size: 20px;
color: #2e6017;
border-bottom: 1px solid #2e6017;
 }

h2 {
font-family: tahoma, sans-serif;
font-size: 15px;
color: #2e6017;
border-bottom: 1px solid #2e6017;
margin-bottom:5px;
 }

h3 {
font-family: tahoma, sans-serif;
font-size: 15px;
color: #2e6017;
border-bottom: 1px solid #2e6017;
margin-bottom:5px;
 }


img { 
 border: 0;
 }
 
hr {margin:0px;
height:3px;
border:3px;
width:100%;
color:#2e6017;
background:#2e6017;}

blockquote {
color:#000; 
font-family:  tahoma, sans-serif;
padding: 10px;
font-size: 12px;
line-height:15px;
border-left: 2px solid #2e6017;
border-top: 2px solid #2e6017;
 }


.imgleft{
border: none;
margin: .5em .5em .2em 0em;
clear: left;
float: left;
}

.imgright {
border: none;
margin: .5em 0em .2em .5em;
clear: right;
float: right;
}