body {
  margin: 15px 0px;
  text-align: center;
  color: black;
  background-color: #DFD7CE;
  background-image: url('images/bg1.jpg');
}

a, a:link, a:visited, a:active {
  color: #E78613;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

li {
  list-style: none;
  display: inline;
  font-family: "Trebucht MS", Arial, sans-serif;
  font-weight: bold;
  color: #DFD7CE;
  font-size: 12pt;
}

p,td,div {
  text-align: left;
  line-height: 1.5;
  font-size: 11pt;
  font-family: Georgia, Times, serif;
}

p.heading {
  text-align: center;
  font-size: 12pt;
  color: #DFD7CE;
  font-family: "Trebucht MS", Arial, sans-serif;
  font-weight: bold;
}

p.highlight {
  text-align: center;
  font-size: 12pt;
}

p.nav {
  text-align: center;
  font-size: 12pt;
  color: #DFD7CE;
  font-family: "Trebucht MS", Arial, sans-serif;
  font-weight: bold;
}

a.nav, a.nav:link, a.nav:visited, a.nav:active {
  color: #DFD7CE;
}

div.special {
  text-align: left;
  background-color: #EFE3E7;
  border: 1px dashed #666633;
  padding: 8px;
  line-height: 1.0;
  font-size: 10pt;
}

#main-border {
  border: 3px solid #666633;
  width: 802px;
  margin: 0px auto;
}

#main {
  text-align: left;
  width: 800px;
  background-color: #666633;
  border: 1px solid black;
}

#header {
  text-align: center;
  background-color: #573405;
  height: 170px;
  margin: 0px;
}

#photobar {
  background-color: #666633;
  height: 140px;
  margin: 0px;
}

#content {
  background-color: #DFD7CE;
  padding: 8px;
}

#intro {
  margin-left: 15px;
  text-align: left;
}

#quote {
  background-color: #EFE3E7;
  text-align: center;
  padding: 10px;
}

#footer {
  padding: 8px;
  text-align: center;
  text-size: 15pt;
}

div.banner {
  color: #993333;
  text-align: center;
  background-color: #DFD7CE;
  padding: 8px;
}



