body {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 1em;
  color: #322F16;
  margin: 0;
  text-align: center;
  background-color: #ECE7C9;
  height: 100%;
  background-image: url(../images/splash/text_tile.jpg);
  background-repeat: repeat-y;
  background-position: top center;
}

html {
  height: 100%;
}

h1 {
  font-family: "Trajan Pro", "Times", sans-serif;
  font-size: 13px;
  color: #322F16;
  text-transform: uppercase;
  display: block;
  margin: 0px 0px 0px 0px;
}

h2 {
  font-family: "Trajan Pro", "Times", sans-serif;
  font-size: .8em;
  color: #322F16;
  text-transform: uppercase;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

p {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  line-height: 1.4em;
  color: #322F16;
}

img {
  border: 0px;
}

.clear {
  clear: both;
}

#swoops {
  background-image: url(../images/main_top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
}

#main {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#maincontent {
  margin: 0 auto;
  width: 680px;
  text-align: center;
  clear: both;
  height: 100%;
}

#contenttop {
  width: 680px;
  text-align: left;
  height: 100%;
}

#content {
  min-height: 680px;
  height: auto !important;
  height: 680px;
  margin: 0px 0px 0px 0px;
  padding-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 2em;
  background-image: url(../images/inside-content-top.jpg);
  background-repeat: no-repeat;
  font-size: .7em;
}

#content a {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  line-height: 1.4em;
  color: #322F16;
  font-size: 1em;
}

#content a:hover {
  color: #000000;
}

#contentdon {
  min-height: 680px;
  height: auto !important;
  height: 680px;
  margin: 0px 0px 0px 0px;
  padding-top: 22em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 2em;
  background-image: url(../images/inside-content-top-donation.jpg);
  background-repeat: no-repeat;
  font-size: .7em;
}

#contentdon a {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  line-height: 1.4em;
  color: #322F16;
  font-size: 1em;
}

#contentdon a:hover {
  color: #000000;
}

#contentdon li {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  line-height: 1.4em;
  color: #322F16;
}

.padme {
  padding-left: 2em;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  line-height: 1.4em;
  color: #322F16;
}

.floatleft {
  float: left;
}

.floatleftend {
  float: left;
}

.floatright {
  float: right;
}

.splashgraphic {
  margin: 0px 0px 0px 0px;
  clear: both;
}

/* Guestbook */

#guestTopNav {
  width: 100%;
  position: relative;
  display: block;
  float: right;
}

#pageNav {
  float: right;
  left: 440px;
  position: absolute;
}

#pageText {
  line-height: 22px;
  height: 22px;
  padding-right: 10px;
  float: left;
}

#pageNav a {
  float: left;
  text-decoration: none;
}

#pageNav a img.back {
  padding-right: 10px;
}

.blankBack {
  width: 32px;
  height: 22px;
  float: left;
  display: block;
}

#pageNav form {
  padding: 0;
  margin: 0;
}

#guestBottomNav {
  width: 100%;
  position: relative;
  display: block;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

#bottomNav {
  float: right;
  left: 440px;
  position: absolute;
}

#bottomText {
  line-height: 22px;
  height: 22px;
  padding-right: 10px;
  float: left;
}

#bottomNav a {
  float: left;
  text-decoration: none;
}

#bottomNav a img.back {
  padding-right: 10px;
}

.gentry {
  width: 100%;
  background-color: #FDFEF7;
  margin-top: 20px;
}

.gheader {
  background-image: url(../images/subject-header-tile.jpg);
  background-repeat: repeat-x;
  font-weight: bold;
  color: #322F16;
  padding: 5px 5px 5px 5px;
  height: 42px;
}

.gname {
  float: left;
}

.gdate {
  float: right;
}

.gclear {
  clear: both;
}

.gsubject {
  float: left;
}

.gemail {
  float: right;
}

.gcontent {
  padding: 5px 5px 5px 5px;
  font-size: 1em;
  color: #6F6D59;
}

#postButton {
  width: 180px;
  height: 22px;
  background-image: url(../images/new-entry-button.jpg);
  background-repeat: none;
  line-height: 22px;
  font-size: 11px;
}

#postButton a {
  display: block;
  width: 180px;
  height: 22px;
  text-decoration: none;
  color: #FDFDF7;
  line-height: 22px;
  text-align: center;
}

#postButton a:hover {
  text-decoration: none;
  color: #FDFDF7;
}

/* Admin */
#adminFunc {
 display: block;
}
