a {
  color: #fd5749;
}

h2 {
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  font-family: georgia, times;
  font-variant: small-caps;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 2em;
  color: #449930;
}

body {
  font-family: Georgia, Times New Roman, serif;
  font-size: 16px;
  color: #fd5749;
  background: #ffe6e5 url(../images/pageBG.jpg) top repeat-x;
  text-align: center;
  margin: 0;
  padding: 0;
}

body table td {
  font-family: georgia, times;
}

.hidden {
  display: none;
}

#page-container {
  max-width: 1000px;
  padding: 0 10%;
  margin: auto;
  text-align: left;
}

#header {
  height: 278px;
  margin: 0px;
  padding: 0px;
  background-color: ##fddedb;
  background: url(../images/headerBG.jpg) no-repeat bottom left;
}

#header img {
  max-width: 604px;
  width: 100%;
}
#menu {
  font-family: georgia, times;
  font-style: italic;
  position: absolute;
  top: 232px;
}
@media only screen and (max-width: 650px) {
  #menu {
    position: unset;
    width: 100%;
    margin: auto;
    margin-top: -150px;
    padding-bottom: 6px;
  }
  #nav li {
    float: none !important;
  }
}

#menu .padding {
}

#content {
  background: url(../images/contentBG.jpg) bottom left no-repeat #fff7f7;
  min-height: 600px;
  max-width: 1000px;
  padding-bottom: 110px;
}

#content .padding {
  padding: 25px;
}

#content h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

#content p {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

#footer {
  clear: both;
  color: #fd5749;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 9px;
  height: 20px;
  line-height: 15px;
  padding: 3px 13px 0px;
  text-align: center;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
}

#footer #altnav {
  float: right;
  text-align: right;
}
#credits {
  text-align: right;
  width: 95%;
  color: #777777;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 9px;
  margin: auto;
}
#credits a {
  text-decoration: none;
  color: #777777;
}

.medium {
  display: none;
}
