body {
    
    min-width: 760px;
    background-color: #80ad85;
    background-image: url('http://www.creativedistortion.com/images/bkg.gif'); background-repeat:repeat;
    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: #80ad85;
}
	
 
   
   

#header {
    width: 760px;
    text-align: center;
    background-color: #80ad85;
    color: #cde3d0;
    margin-top: 0;
}

 
h1{ 
font-family: Arial,Helvetica,Sans-Serif;
font-size: 14px;
 color:#305235;
 background-color: #7eba86;
}

 ul#navlist
{    margin: 0;
     padding: 0;
     text-align: center;
     border-width: 1px;
     border-style: solid; 
     border-color: #000000;
     list-style-type: none;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
 
  

  
#main {
     width: 760px;
     background-color: #7eba86;
     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: #7eba86;
}


#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#000000; 
  color:#ffffff; 
  display:inline; 
  width:5em; 
  border:2px solid ;
  border-color:#ddeeff #667788 #334455 #ccddee;
  padding:0.25em;
  margin:0.5em auto;
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#334455 #ccddee #ddeeff #667788;
  }


 #footer{
background-color: #80ad85;
padding: 5px;
margin: 0;
text-align:center;
font-family: Arial,Helvetica,Sans-Serif;
font-size: 0.9em;
color: #3e6e45;
}
 
.rule {/*the 'Horizontal Rule*/
       border-top-width: 1px;
       border-top-style: solid;
       border-color: #507a55; 
       margin: 2%;}



a:link {
    color: #508053;
    text-decoration: none;
     background-color: #7eba86;
}
a:visited {
    color: #a9fcc6;
    text-decoration: none;
     background-color: #7eba86;
}
a:hover {
    color: #8eb989;
    background: #3d7641;
    text-decoration: none;
    cursor: e-resize;
     background-color:#3d7641;
}


