* {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  background: #616161 url(http://images.holidaytravelguide.org/bg.jpg) repeat-x top left;
  font: 13px/18px "Trebuchet Ms", Helvetica, Arial, sans-serif;
  color: #000;
}
#wrapper {
  width: 730px;
  text-align: left;
  background-color: #fff;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #666;
}
#toolbar {
  width: 730px;
  height: 22px;
  text-align: right;
  background-color: #333;
  padding-top: 3px;
}
#header {
  clear: both;
  height: 200px;
}
#header img {
  border: 0;
  display: block;
}
#nav ul {
  width: 100%;
  background-color: #333;
  float: left;
}
#nav ul li {
  display: inline;
}
#nav ul li a {
  float: left;
  line-height: 25px;
  padding: 2px 5px;
  border-right: 1px solid #fff;
  text-decoration: none;
  color: #fff;
}
#nav ul li a:hover {
  background-color: #555;
}
#content {
  clear: both;
  text-align: justify;
  padding: 10px 0;
  color: #666;
  font-size: 12px;
}
#content p {
  padding-bottom: 10px;
}
#footer {
  clear: both;
  background-color: #333;
}
#footer p {
  margin: 0;
  line-height: 11px;
  font-size: 11px;
  color: #fff;
  padding: 7px;
}
#footer a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  width: 1px;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 17px;
}  
h1, h2 {
  font-weight: bold;
  padding-bottom: 10px;
  color: #333;
}

#ad-left {
  float: left;
  padding-right: 10px;
}
#ad-bottom {
  float: left;
  padding-right: 10px;
}
#hotels {
  border: 0;
}
#hotels td img {
  border: 0;
}
#hotels td {
  vertical-align: top;
  padding: 2px;
}
