body {
    
    min-width: 760px;
    background-color: #000000;
    font-size: 12px;
    color: #cde3d0;
    font-family: Arial,Helvetica,sans-serif;
    text-align:center;
 } 
 
 #wrapper {
    width: 760px;
    text-align : center ;
    margin-left : auto ;
    margin-right : auto ;
     background-color:#925a1d
}
	 
#header {
    width: 760px;
    text-align: center;
    background-color: #50516c;
    color: #cde3d0;
    margin-top: 0;
}


h1{ 
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 14px;
   color:#9ceefa;
    background-color: #50516c;
}

 
 ul#navlist
{    margin: 0;
     padding: 0;
     text-align: center;
     border-width: 1px;
     border-style: solid; 
     border-color: #c3ffd5;
     list-style-type: none;
      background-color:#93a1bc;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
 
 #navlist a:hover {
  color:#757695;  
  border-left:0.5em solid #d3f992;
   background-color: #9adbf1;
  }
  
  
#main {
     width: 760px;
     background-color: #000000;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0px;
     border-width: 1px;
     border-style: solid; 
     border-color: #000000;
     font-size:1.0em;
     font-family: Arial,Helvetica,Sans-Serif;
     color: #cde3d0;
     text-align: center;
     line-height: 1.5em;
     }

 p {
     padding: 10px;
     font-family: Arial,Helvetica,Sans-Serif;  
     font-size: 1.0em;
     color: #cde3d0;
     background-color: #757695;
}





 #footer{
background-color: #8d8eac;
padding: 5px;
margin: 0;
text-align:center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 0.9em;
color:#50516c;
}
 
.rule {/*the 'Horizontal Rule*/
       border-top-width: 1px;
       border-top-style: solid;
       border-color: #507a55; 
       margin: 2%;}



a:link {
    color: #000000;
    text-decoration: none;
     background-color:  #757695;
}
a:visited {
    color: #a9fcc6;
    text-decoration: none;
     background-color: #7eba86;
}
a:hover {
    color: #6f758f;
    background: #92d1e3;
    text-decoration: none;
    cursor: e-resize;
    
}


