div.specials {
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
.specials p, .activity p {
  width: 430px;
}
.activity p {
  padding-left: 20px;
}
div.activity {
  margin: 10px 0 10px 20px;
} 
.room_type img, .specials img, .activity img {
  float: right;
  margin-left: 20px;
}
div.room_type_list {
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
.reserve_button a {
  color: #fff;
  background-color: #006837;
  font-weight:bold;
  padding: 5px 15px;
  margin: 5px;
  text-decoration: none;
}
.reserve_button a:hover {
  background-color: #8d4e23;
}
#header h1 {
  color: #fff;
  position: absolute;
  top: 200px;
  left: 20px;
  font-size: 30px;
}
#right_col {
  text-align:center;
  background-color: #d69961;
  padding-top:15px;
}
#right_col img {
  margin-bottom:10px;
}
#header {
  position:relative;
  height:290px;
  width:974px;
  overflow:hidden;
}
#header #logo {
  position:absolute;
  z-index:11;
  border-right:1px solid #fff;
}
#header_image img {
  float:right;
  width:850px;
}
#menu_bar {
  margin-bottom:20px;
}
#room_type_nav {
  padding-top: 30px;
  clear:both;
}
#room_type_nav ul li {
  list-style-type: none;
  display: inline;
  padding-right: 20px;
}

