* {
padding: 0;
margin: 0;
}

body {
color: #473819;
font-family: Verdana, Tahoma, Geneva, Arial, Helvetica;
font-size: 10px;
background: #5A491E url(images/site.gif) no-repeat 50% 0%;
}

#envelope {
width: 800px;
margin: 0px auto;
}

a img {
border: none;
}

a:link {
color: #473819; 
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #473819; 
text-decoration: none;
}

a:hover {
color: #5B7B41; 
text-decoration: underline;
font-weight: bold;
}

a:active {
color: #473819; 
text-decoration: none;
}

#mainsitebox {
width: 813px;
text-align: justify;
margin: 445px auto -2px auto !important;
margin: 455px auto -2px auto;
background-repeat:repeat-y;
background-image:url(images/content.gif);
background-position:bottom;
}


#content {
width: 450px;
float: right;
margin-right: 15px;
margin-bottom: 5px;
margin-top: -275px; 
position:relative;
padding: 5px;
display: inline; /* This is the box that holds the main content etc.. */
}

#content a {
color: #473819;
font-weight: bold;
text-decoration: none;
}

#content a:hover {
color: #5B7B41;
font-weight: bold;
text-decoration: underline;
}

#menu {
width: 125px;
float: left;
margin-left: 65px;
margin-bottom: 5px;
margin-top: -400px; 
position: relative;
padding: 5px;
display: inline; /* This holds your navigation menu */
}

#menu a {
text-decoration: none;
font-weight: normal;
color: #473819;
}

#menu a:hover {
text-decoration: underline;
background-color: #A1BF89;
font-weight: bold;
color: #5B7B41;
}

#footer {
text-align: center;
color: #473819;
padding-top: 0px;
padding-bottom: 5px;
padding-left: 300px;
margin-top: 10px;
margin-bottom: 0px;
clear: both; /* This holds your credits at the bottom of the site */
}

#footer a {
text-decoration: none;
font-weight: bold;
color: #473819;
}

#footer a:hover {
text-decoration: underline;
font-weight: bold;
color: #5B7B41;
}

p {
padding-bottom: 10px;
}

#menu ul {
margin-bottom: 15px;
}

#menu ul li {
margin-left: 15px;
margin-top: 5px;
list-style: none;
}

.menuimage {
padding-bottom: 5px;
}