body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   12px;
}
body { 
  /*background-color: #784300;*/
  /*background-color: #5f3f00;*/
  background-color: #532e09;
  color: #2d2829;
  width: 100%;
  margin: 0;
  padding: 0;
}
a,
a:visited {
  color: #2d2829;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}
img {
  border: none;
}
h1 {
  font-family: "Times New Roman";
  color: #784300;
  font-size: 18px;
}
#main {
  width: 770px;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px 15px 0 15px;
}
#header ul {
  float: right;
}
#content a {
  color: #784300;
  text-decoration: underline;
}
#content a:hover {
  color: #000;
}
#header a:hover {
  border-top: 3px solid #cbb691;
}
#content {
  clear: both;
  padding-top: 15px;
}
#content ul {
  list-style-type: none;
}
#verse {
  width: 100%;
  padding: 22px 0 7px 0;
  border-top: 1px solid #f2e8d3;
  clear: both;
  background: url(images/triquetra_bg.png) no-repeat right top;
}
#home_text_left {
  width: 345px;
  font-size: 11px;
  padding: 5px 20px 0 0;
}
#home_text_middle {
  font-size: 12px;
  padding: 10px 0;
  background: url(images/triquetra_bg.png) no-repeat right top;
}
#home_text_middle table td {
  vertical-align: top;
  text-align: center;
  font-family: "Times New Roman";
  color: #784300;
  font-size: 14px;
}
#home_text_right {
  padding: 5px 0 0 20px;
}
.times {
  font-family: "Times New Roman";
}

#footer {
  border-top: 1px solid #f2e8d3;
  font-size: 10px;
  height: 48px;
  width: 100%;
  text-align: center;
  clear: both;
}
#footer a {
  font-size: 10px;
  color: #784300;
}
#header #topnav {
  margin-bottom: 0;
  padding-top: 23px;
}
#footer ul,
#header ul {
  list-style-type: none;
}
#footer li {
  display: inline;
  font-size: 10px;
  padding: 3px;
}
#header li {
  display: inline;
  font-size: 12px;
  padding: 3px;
}
#footer li {
  color: #cbb691;
}
.left { 
  float: left; 
}
.right {
  float: right;
}
.content_image {
  padding-right: 20px;
}
dt {
  font-weight: bold;
  padding-left: 5px;
}
dd {
  padding: 5px;
}
.clearer {
  clear: both;
}

