* {
padding: 0;
margin: 0;
}

body         { color: #000000; font-family: Verdana, Tahoma, Geneva, Arial, Helvetica; 
               font-size: 10px; background-color: #F1E1C9; background-image: 
               url('BG2.jpg') }
#envelope {
width: 800px;
margin: 0px auto;
}

a img {
border: none;
}

a:link {
color: #000000; 
text-decoration: none;
}

a:visited {
color: #000000; 
text-decoration: none;
}

a:hover {
color: #f1e1c9; 
text-decoration: underline;
font-weight: bold;
}

a:active {
color: #000000; 
text-decoration: none;
}

#mainsitebox { width: 800px; background-color: #F2E3CE; background-image: 
               url('background2.jpg'); margin-left: auto; margin-right: 
               auto; margin-top: 5px; margin-bottom: 5px }

#header {
width: 800px;
margin-bottom: 5px;
border-bottom: 1px solid #f1e1c9;
}

#headerimage { width: 800px; height: 200px; background-color: #f1e1c9; background-repeat: 
               no-repeat; background-image: 
               url('header.gif'); 
               margin: auto }
#content {
width: 575px;
float: left;
margin-left: 10px;
margin-bottom: 5px;
margin-top: 0px;
background-color: #f1e1c9;
border: 0px solid #000000;
display: inline; /* This is the box that holds the main content etc.. */
}

#menu {
width: 175px;
float: left;
margin-left: 10px;
margin-bottom: 5px;
margin-top: 0px;
background-color: #f1e1c9; background-image:url('background2.jpg');
border: 0px dotted #000000;
padding: 5px;
display: inline; /* This holds your navigation menu */
}

#menu a {
text-decoration: none;
color: #000000;
}

#menu a:hover {
text-decoration: underline;
background-color: #E9E5DA;
color: #CA877E;
}

#footer      { height: 35px; text-align: center; color: #000000; background-color: #f1e1c9; 
               background-repeat: no-repeat; background-image: 
               url('footer.gif'); 
               clear: both; border-top: 1px solid #E9E5DA; margin-top: 10px; 
               padding-top: 10px; padding-bottom: 5px }
#footer a {
text-decoration: none;
color: #000000;
}

#footer a:hover {
text-decoration: underline;
font-weight: bold;
color:#CA877E;
}

p {
padding-bottom: 10px;
}

#menu ul {
margin-bottom: 15px;
}

#menu ul li  { list-style-image: url('bullet.gif'); margin-left: 15px; margin-top: 5px }
.menuimage {
padding-bottom: 5px;
}