body{
  background-color: #FFF;
  color: #666;
  font-family: "Veranda", Arial, sans-serif;
  background-image: url(resources/background.jpg)
}
header{
  background-color: #000033;
  color: #FFF;
  font-family: georgia, serif;
}
main {
  padding-left: 20px;
  padding-right: 20px;
}
h1 {
  line-height: 200%;
  background-image: url(resources/sunset.jpg);
  background-position: right;
  padding-left: 20px;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
nav{
  background-color: #90C7B3;
  font-weight: bold;
  padding: 5px
}
h2 {
  color: #3399CC;
  font-family: georgia, serif;
}
h3 {
  color: #000033;
  font-size: 1.5em;
}
dt {
  color: #000033;
  font-weight: bold;
}
.resort{
  color: #000033;
  font-size: 120%;
}
footer {
  font-size: 70%;
  font-style: italic;
  text-align: center;
  padding: 10px;
}
#wrapper{
    width: 80%;
  margin-right: auto;
  margin-left: auto;
  min-width: 700px;
  max-width: 1024px;
  box-shadow: 5px 5px 5px #000;
  background-color: white;
}