.containerIndex {
  border-style: solid;
  border-width: 1px;
  margin: auto;
  width: 867px;
  height: 650px;
  background-color: #6D7B8D;
  overflow: hidden;
  }


.containerHome {
  border-style: solid;
  border-width: 1px;
  margin: auto;
  width: 750px;
  background-image: url(beachocean750.jpg);
  overflow: hidden;
  }
  
.containerPhotos {
  border-style: solid;
  border-width: 1px;
  margin: auto;
  width: 750px;
  background-image: url(beachocean750.jpg);
  overflow: hidden;
  }  
  
.containerFacts {
  border-style: solid;
  border-width: 1px;
  margin: auto;
  width: 750px;
  background-image: url(largebeachbackground750.jpg);
  overflow: hidden;
  }   
  
.body {
  background-color: #6D7B8D;
  margin: auto;
  }
  
.col1 {
  width: 200px;
  float: left;
  }
  
.col2 {
  width: 450px;
  float: left;
  }

.clearing {
  height: 0;
  clear: both;
  }
  
.footer {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  }    
  
h1 {
  font-family: century gothic;
  font-size: 28pt;
  text-align: center;
  color: black;
  }  
  
h2 {
  font-family: century gothic;
  text-align: center;
  color: #E42217;
  padding-bottom: 50px;
  }
  
h3 {
  font-family: century gothic;
  color: #7E2217;
  border-bottom: solid 1px;
  border-top: solid 1px;
  width: 450px;
  padding-bottom: 0px;
  }  
  
h4 {
  font-family: century gothic, arial, sans-serif;
  color: blue;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  }   
  
h5 {
  font-family: century gothic, arial, sans-serif;
  color: blue;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  }  
  
h6 {
  font-family: century gothic, arial, sans-serif;
  color: black;
  text-align: center;
  Margin-top: 0;
  margin-bottom: 0;
  }  
  
.booking {
  color: black;
  } 
  
.white {
 color:#ffffff } 
  
p.home {
  font-family: arial;
  font-size: 10pt;
  text-align: justify;
  width: 450px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  }  
  
p.terms {
  font-family: arial;
  font-size: 8pt;
  }  
  
.travel {
  font-family: arial;
  font-size: 10pt;
  color: red;
  }
  
.travelBlue {
  font-family: arial;
  font-size: 10pt;
  color: blue;
  }  
     
  
ul.nav {list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  font-family: arial;
  font-size: 16pt;
  }
  
ol.terms {
  font-family: arial;
  font-size: 8pt;
  } 
  
ol.directions {
  font-family: arial;
  font-size: 10pt;
  }
  
.highlight {
  font-family: arial;
  font-size 10pt;
  colour: red;
  }    
     
  
ul.navPhotos {list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  font-family: arial;
  font-size: 16pt;
  padding-bottom: 300px;
  }  
  
ul.nav a {display: block;
  width: 150px;
  text-decoration: none;
  border: 1px solid;
  margin-bottom: 20px;
  margin-left: 25px;
  margin-right: 25px;
  background-color: white;
  }
  
ul.navPhotos a {display: block;
  width: 150px;
  text-decoration: none;
  border: 1px solid;
  margin-bottom: 20px;
  margin-left: 25px;
  margin-right: 25px;
  background-color: white;
  }  
  
ul.nav a:hover {
  background: #FFC125;
  } 
  
ul.navPhotos a:hover {
  background: #FFC125;
  }    
  
.logoText {
  font-size: 60%;
  color: black;
  }
  
.imgLogo {
   border: none;
   }
   
.imgHome {
   margin-left: 25px;
   }
   
.apartment {
  font-family: arial;
  font-size: 12pt;
  list-style-image: url(fatarrow.png);
  }   

a.link {
   text-decoration: none;
   border-bottom: dashed 2px blue;
   }
   
.important {
   font-family: arial;
   font-size: 10pt;
   color: red;
   }

a.navigation {
   text-decoration: none;
   border-bottom: 0px;
   }    
   
.imgFirst {
   border: none;
   width: 100%;
   }   

.figure {
	float: left;
	width: 210px;
	margin: 0 10px 10px 10px;
    }

    
.bigPic {
    border: 1px solid;
    padding: 4px;
    background-color: white;
    }    
    
.photo img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -5px;
	left:-5px;
    }

.figure p {
	font: 10pt/normal Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
    }

/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
    }

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
    }  