body {
  background-color: #94b0b9;
  background-image: url('images/background.jpg');
  margin: 0px;
  text-align: center;
  font: 14px arial;
}

.wrapper {
  background-color: #94b0b9;
  margin: 0px auto;
  width: 1000px;
  border-right: 3px solid #7A8082;
  border-bottom: 3px solid #7A8082;
  border-left: 1px solid #7A8082;
  clear: both;
  /*min-height: 915px;*/
}


/* -------------------- Header Section -------------------- */


.header {
  width: 1000px;
}

.titlebar {
  border-bottom: 1px solid #7A8082;
  width: 1000px;
  background-color: #94B0B9;
}

.title {
  font-size: 36px;
  padding: 45px 20px 20px 20px;
  float: left;
  width: 650px;
  text-align: left;
}


h1 {
  font-size: 36px;
}

h2 {
  font-size: 20px;
  line-height: 1px;
}

.logo {
  float: right;
  padding-top: 10px;
  width: 269px;
}

.nav {
  text-align: center;
  width: 980px;
  padding: 10px;
  float: left;
  border-bottom: 2px solid #7A8082;
}

a.navlink {
  text-decoration: none;
  font: bold 14px tahoma;
}

a.navlink:hover {
  text-decoration: none;
  border-bottom: 2px solid #7A8082;
}

a.activelink {
  text-decoration: none;
  font: bold 14px tahoma;
  border-bottom: 2px solid #7A8082;
}


/* -------------------- Body Section -------------------- */


.body {
  float: left;
  padding: 20px;
  width: 960px;
  font-size: 1em;
  text-align: left;
  background-color: #ffffff;
  border-right: 3px solid #7A8082;
  border-bottom: 1px solid #7A8082;
}

.pagetitle {
  width: 960px;
  text-align: center;
  font-weight: bold;
}

.spotfree {
  float: left;
  width: 960px;
  text-align: center;
  padding-top: 10px;
}

.hr {
  padding: 10px;
}

.contact {
  float: left;
  width: 900px;
  text-align: center;
  padding-top: 10px;
}


/* -------------------- Footer Section -------------------- */


.footer {
  clear: both;
  width: 1000px;
}

.footernav {
  text-align: right;
  width: 1000px;
  padding: 10px 15px 5px 0px;
  float: right;
}

a.footerlink {
  text-decoration: none;
  font: bold 12px tahoma;
}

a.footerlink:hover {
  text-decoration: none;
  border-bottom: 1px solid #7A8082;
}

a.footeractive {
  text-decoration: none;
  font: bold 12px tahoma;
  border-bottom: 1px solid #7A8082;
}

.legal {
  float: right;
  font-size: 8px;
  line-height: 12px;
  padding: 0px 26px 10px 10px;
  clear: both;
  width: 980px;
  text-align: right;
}


/* -------------------- Contact Page -------------------- */


.titlecell {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.leftcell {
  font-weight: bold;
  text-align: right;
  padding-right: 6px;
}