@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 {
  position: relative;
  max-width: 800px;
  height: 375px;
  margin: 40px auto;
  background-color: transparent;
  border: 0px solid #48D1CC;
}

header {
  position: relative;
  float: left;
  width: 450px;
  height: 228px;
  padding-top: 40px;
  border: 0px solid #FFE4C4;
}

.title-image {
  position: relative;
  float: left;
  width: 350px;
  height: 228px;
  background-image: url(sailboat-lg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

a {
  color: #F0F38D;
}

a:hover {
  color: #e06604;
}

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

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

h3 {
  font-size: 12pt;
  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;
  margin-right: 5px;
  width: 150px;
  font-size: 12pt;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border: none;
  list-style: none;
}

ul a {
  color: #F0F38D;
  display: block;
  margin-bottom: 5px;
  padding: 7px;
  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);
  }