@charset "UTF-8";



* {
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
}

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12pt;
  background-color: #9A401D;
  color: #F0F38D;
}

.page {
  max-width: 400px;
  height: 635px;
  margin: 20px auto;
  background-color: transparent;
  background-image:;
  background-position: center top;
  background-repeat: no-repeat;
  border: 0px solid #48D1CC;
}

header {
  width: 400px;
  height: 380px;
  background-image: url(sailboat-lg.jpg);
  background-position: center 130px;
  background-repeat: no-repeat;
  border: 0px solid #ff0000;
}

a {
  color: #F0F38D;
}

a:hover {
  color: #e06604;
}

h1 {
  font-size: 26pt;
  font-weight: bold;
  text-align: center;
  border: 0px solid #000;
}

h2 {
  font-size: 16pt;
  font-weight: normal;
  text-align: center;
  padding-bottom: 10px;
  border: 0px solid #000;
}

h3 {
  font-size: 11pt;
  font-weight: normal;
  text-align: center;
  padding-bottom: 30px;
}

.list1 {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  border: 0px solid #000;
}

.list2 {
  position: relative;
  float: left;
  width: 100%;
  height: 75px;
  margin: 0px auto;
  padding-left: 0px;
  text-align: center;
  border: 0px solid #7CFC00;
}

li.first {
  float: none;
  width: 150px;
  margin: 0 auto;
  font-size: 12pt;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

li {
  float: left;
  margin-left: 5px;
  width: 48%;
  font-size: 12pt;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

.final {
  margin-bottom: 20px;
  border: 0px solid #000;
}

ul a {
  color: #F0F38D;
  display: block;
  margin: 0px 3px 5px 3px;
  padding: 10px;
  border: 1px solid #6B2D14;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

ul a:hover {
  color: #e06604;
  background-color: rgba(255,255,255,.15);
  }