body {
background: #9A7E65;

}

#BOX {
width: 600px;
background: #635141;
margin: 0 auto;
}

#HEAD {
background-image: url('pictures/top.gif');
width: 600px;
height: 80px;
}

P.TITLE {
font-size: 38px;
font-family: Verdana;
color: #000;
text-decoration: underline;
position: absolute;
margin-left: 40px;
margin-top: 20px;
}

#MENU {
float: left;
width: 145px;
margin-top: 10px;
margin-left: 10px;
background: #79634F;
border-width: 1px; border-style: solid; border-color: #9B6A3F;
}
#CONTENT {
float: left;
width: 425px;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
background: #79634F;
border-width: 1px; border-style: solid; border-color: #9B6A3F;
}

#FOOTER {
clear: both;
margin-top: 5px;
text-align: center;
color: #ccc;
background-image: url('pictures/footer.gif');
width: 600px;
height: 25px;
}
#TEXT {
margin: 5px;
}

a:link { color: #000;
         text-decoration: none; }
a:visited { color: #000;
         text-decoration: none; }
a:active { color: #ccc; }

ul {

margin-left: -20px;
list-style-image: url('pictures/dot.png');
}
#LINKS {
text-align: center;
margin: 5 auto;
color: #ccc;
}

