html, body {
  height: 100%;
  margin: 0; padding: 0; border: 0;
}

body { /* changes internally */
  background-attachment: fixed;
}

td.ferns { /* changes internally */
  background-color: #000000;
  background-repeat: repeat;
  background-attachment: fixed;
}

div { /* separate blocks of content */
  margin-bottom: 32px;
}

.menu {
  background-image: url(menu/pole_fill.gif);
  background-repeat: repeat;
}

#content {
  padding: 8px 32px 8px 32px;
  background-image: url(menu/hill.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}

#intro { /* div where logo and header goes */
  width: 350px;
  margin-left: 50px;
}

h2 { /* changes internally */
  text-align: center;
  margin-top: 8px;
  margin-bottom: -12px;
}

h3,p,ul,h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  line-height: 18px;
}

h3 {
  font-size: 14px;
  text-align: center;
  margin-top: 0;
  margin-bottom: -8px;
}

p {
  text-align: left;
  text-indent: 12px;
}

ul {
  margin-left: -24px !important; margin-left: 16px;
}

.photo-right {
  float: right;
  margin-left: 16px;
  border: 2px solid #FFFFFF;
}

.photo-left {
  float: left;
  margin-right: 16px;
  border: 2px solid #FFFFFF;
}

.frame {
  border: 2px solid #FFFFFF;
}

h4 { /* used in sidebar for contact info */
  font-size: 12px;
  color: #995522;
  text-align: center;
  margin-top: 0;
  margin-bottom: -8px;
}

h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
}

h5 { /* home footnote text */
  color: #FFFFFF;
  text-align: left;
}

h6 { /* link text */
  color: #000000;
  text-align: center;
  background-color: #664A33;
  padding: 0 1px 1px 1px;
}

#aca {
  margin-right: 12px;
}

#sidebar {
  width: 230px;
  float: right;
  margin-left: 16px;
  background-color: #FFFFFF;
  border: 2px solid #24408F;
  padding: 4px 8px 16px 8px;
}

/* links */
  a {text-decoration: none;}
  a:hover {text-decoration: underline;}
  a:link {color: #B79355;}
  a:visited {color: #B79355;}
  a:active {color: #FFFFFF;}
