body {
	margin: 0px;
	padding: 0px; 
    font-family: Verdana, sans-serif ;
    font-size : 10pt;
    background-color: #CDAE8F;
}

a.content:link {color: #155267;}
a.content:visited {color: #A7AFB6;}
a.content:hover {color: #85939C;}

div#frame {
	position: relative;
    top: 4px;
    left: 0px;
    height: 606px;
    width: 725px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background-color: black;
    z-index: 0;
}

div#header {
    position: relative;
    top: 2px;
    left: 2px;
    width: 721px;
	height: 60px;
    padding: 0px;
    margin: 0px;
	background-image: url(header.jpg);
    z-index: 1;
}
 
div#menu {
	position: absolute;
	top: 64px;
    left: 2px;
	width: 118px;
    height: 510px;
    background-color: white;
    z-index: 1;
}

div#content {
    position: absolute; 
    top: 64px;       
	left: 122px;
	width: 601px;
    height: 510px;
	background-color: white;
    overflow: scroll;
    z-index: 5;
}

div#footer {
	position: absolute;
    top: 576px;
    left: 2px;
    height: 28px;
    width: 721px;
    font-size: 90%; 
	background-color: #6D5535;
	z-index: 3;
}

.buttonscontainer {width: 100px;}

.buttons a {
         color: #6D5535;
         background-color: ;
         padding: 2px;
         padding-left: 3px;
         display: block;
         font-family: Verdana, sans-serif ;
         font-size : 12pt;
         font-weight: bold;
         text-decoration: none;
         text-align: left;
}

.buttons a:hover {
         background-color: ;
         color: black;
         text-decoration: none;
}

hr {
   color: black;
   background-color: black;
}
