 body {
      background: #765c40;
      margin: 0 auto;
   	  text-align: center;
      font: 14px Trebuchet MS, Arial, sans-serif;
	  color:#eee;
      }
  a {
      color: #fff;
      text-decoration: underline;
  }
  a:hover {
      text-decoration: none;
  }
  #menu {
  margin:40px auto;
  padding-top:5px;
      height:40px;
      background: #403b2e;
	    }


  #menu ul li {
  float:left;
display:inline;
       list-style: none;
      padding: 0 20px 0 0;
      	    }
		
  #menu ul  a {
      color: rgb(192,192,192);
      text-decoration: none;
      font-size: 13px;
	  text-transform:uppercase;
	    }
  #menu ul  a:hover{
      color: #ffffff;
      text-decoration: none;
  }
  #contain {
      width: 960px;
	  height:100%;
      margin: 0 auto;
      text-align: left;
  }

 
  #header {
      margin:20px auto;
      width: 960px;
	  height:35px;
  }
  #header img {
  float:left;
  vertical-align:middle;
  }

  #header h1 {
  font-family: 'Dancing Script', cursive;
      color: #fff;
    font-size:20px;
   letter-spacing:1px;	
	text-align:center;
	margin-top:15px;
	  }


.fil{
color:#000;
font-size:12px;
font-style:italic;
}


  .image {
  float: left; 
  margin: 0 6px 6px 0;
  border: 0;
}
h1 {
margin: 0 0;
      padding: 0;
      color: rgb(118,92,64);
      font: 20px Arial;
      font-weight: normal;
  }

   
h4{
font: 15px Arial;
color: #000;
margin:10px;
text-decoration:underline;
}   
  
  #footer {
      width: 100%;
	  position:aboslute;
	  bottom:0;
	  padding: 10px 0;
      background: rgb(18,16,13);
  }
  #footer p {
      margin:0 auto;
      width: 960px;
      padding: 10px 0;
	  font-size:12px;
	  	    }
	#footer a {
      text-decoration: none;
	  font-style:italic;
	    }	
  .clear {
      width: 1px;
      height: 1px;
      line-height: 1px;
      font-size: 1px;
      clear: both;
  }  

a.info{
position:relative;
z-index:14;
color:#fff;
text-decoration:none
}
 
a.info img{
border:0;
}
 
a.info span{
display: none
}
 
a.info:hover span{
display:block;
position:absolute;
top:1em; left:1em; width:9em;
color:#000;
text-align: center;
font: 12px Verdana;
font-weight:bold;
font-style:italic;
padding:5px;
 


