/* CSS Document */

body{
   
   margin:0px;
   padding:0;
   font-family: "Book Antiqua" ,small helvetica, Arial, sans-serif;
   background-color: black;
   background-image: url(images/thatch4.jpg);
   background-repeat: repeat-x repeat-y;
   min-width: 600px;
   
   
   }
#wrapper {
        width: 700px;
		margin-left:auto;
		margin-right:auto;
		}
#main{
   width: 700px;
   margin:0px ;
   padding:10px;
   background-color: white;
   
   
   }
   


#content{
   
   background-color: white;
   margin: 0;
   padding: 10px ;
   }
   
#accommodations{
   margin:30px;
   }
   
#accommodations ul.retreats{
    list-style:none;
	}
#accommodations ul.retreats li img{
    float:left;
	}
#footer{
   clear:both;
   background-color: white;
   margin:0;
   
   }
   
ul{
   
   list-style-position:outside;
   list-style:bullet;
   font-size:90%;
   
   
   }
 
   
    
p{
   font-size:80%;
   text-align: left;
  
   }
   
a{
   text-decoration:none;
   font-size:90%;
   }
   
a:link{
   color: #4682b4;
   background-color:transparent;
   }
   
a:visited{
   color: #a52a2a;
   }
   
a:hover{
   color:#a52a2a;
   font-weight:bold;
   }
#header{
   margin:0px;
   padding-left:0px;
   }
   
   
h1{
  font-family:"Bradley Hand ITC" ,cursive ;
  font-size: 100%;
  font-weight:normal;
  color: Black;
  text-align: center;
  }
  
h2{
   font-family:sans-serif ;
   font-size:100%;
   font-weight:bold;
   color:brown;
   }
   
h3{
   font-famil:serif;
   font-size:90%;
   text-align:center;
   }
   
h4{
   font-family:"Bradley Hand ITC";
   font-weight: bold;
   text-align:center;
   }
   
h5{
   font-family: sans-serif;
   font-size:100%;
   font-weight:bold;
   color:blue;
   text-align:left;
   
   }
   
h6{
   font-family: serif;
   font-size:80%;
   text-align:center;
   color:brown;
   }
   


   
   

   

   

   
   

     
