body {
  margin: 0;
  padding: 0;
  background-color: #a5ac6a;
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}

img {
  border: 0;
}

a {
  color: #000099;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
  color: #367c2b;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  color: #367c2b;
}

h3 {
  font-size: 14px;
  font-weight: normal;
  color: #367c2b;
}

h1 a, h2 a, h3 a {
  color: #367c2b;
}

hr {
  clear: both;
  width: 80%;
  border: 0;
  color: #adadad;
  background-color: #adadad;
  height: 2px;
}

img.right_image {
  float: right;
  padding: 0 0 10px 18px;
}

img.left_image {
  float: left;
  padding: 0 18px 10px 0;
}

.error { color: #FF0000; font-weight: bold; }
.subtle { color: #AAA; }
.subtle a { color: #AAA; }
.spacer { clear: both; }
.first_tag { margin-top: 0; }

.highlight1 {
  color: #382b02;
  font-weight: bold;
}

.caption_box {
  padding: 1px;
  background-color: #dad8c6;
  color: #56554c;
  text-align: center;
  font-size: 13px;
}

.caption_box img {
  display: inline;
  vertical-align: bottom;
}

.caption_box p {
  margin: 5px 0;
  padding: 0 5px;
}

.caption_box p.credit {
  color: #8c8b7f;
  font-size: 11px;
  text-align: right;
}

#wrapper {
  margin: 20px auto 0 auto;
  width: 868px;
  background: url("/images/shared/bg-right_edge.png") repeat-y top right;
}

#main_div {
  float: left;
  width: 860px;
  padding-top: 8px;
  background: #fff url("/images/shared/top_cap.png") no-repeat top left;
}

#right_edge {
  float: right;
  width: 8px;
}

#right_edge img {
  display: block;
}

#masthead {
  background: #dad8c6 url("/images/shared/bg-nav.png") repeat-x bottom left;
  height: 111px;
}

#masthead img {
  display: inline;
  vertical-align: bottom;
}

#masthead #masthead_left {
  float: left;
  width: 200px;
}

#masthead #masthead_right {
  float: left;
  width: 660px;
}

#masthead #masthead_right #title {
}

#nav {
  padding-left: 4px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nav ul li {
  display: inline;
  margin: 0 0 0 7px;
  padding: 0;
}

#precontent {
  border-bottom: 1px solid #b7b6a7;
}

#precontent img {
  display: inline;
  vertical-align: bottom;
}

#content {
  padding: 20px 30px;
  min-height: 300px;
}

#content > h1:first-child { margin-top: 0; }
#content > p:first-child { margin-top: 0; }

#main_base {
  clear: both;
}

#main_base img {
  display: block;
}

#footer {
  clear: both;
  padding: 4px;
  text-align: center;
  color: #4d4e4d;
  font-size: 14px;
}

#footer a {
  color: #4d4e4d;
}

/* contact form */

#contact_form_preform {
  float: right;
  width: 400px;
}

#contact_form {
  float: left;
  width: 350px;
}

