/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {
  background: #607C63;
  color:#373737;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  }
/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
  width: 920px;
  margin: 0 auto;
  background: #FFCC00;
  }
/* set 15px top margin for titlebar, other margins set to zero */
#titlebar {
  
  background-color: #77A1A0;
  width: 920px; 
  }
  
#nav {
width: 920px;
background-color: #CC9900;
}

#vacationrentalsleft {
width: 400px;
}
#vacationrentalsright {
width: 250px;
} 
  /* this rule changes the format for glink**/
 #glinks {
   background: #5B3913;
   width: 920px;
   
   }
   
 #nav2 {
 width: 160px;

 float: left;
 background:#524872;
 }
/* maincontent width is 1px smaller to account for left border */
#maincontent {
  width: 760px;
 
  float: right;
  margin: 0;
  padding: 0;
  font-size: small;
  }
  
 
 
/* set margins, padding, and line height for maincontent paragraphs */

/* set dimensions for level 1 and 2 headings in maincontent */
#maincontent h1, #maincontent h2 {
  margin: 0 0 5px 15px;
  padding: 2px 0 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #396632;
  }
#maincontent h1 {
  font-size: medium;
  }
#seasonal {
width: 120px;

  background:#524872;
  }

#hotelsleft {
width: 400px;
}
#hotelsright {
width: 200px;
}

#searchbar {
   width: 920px;
   height: 25px;

}

