dl {
  margin: 20px 0 40px 0;
  padding: 0;
}

dl dt {
  font-size: .9em;
  list-style-type: disc;
}
dl dt:before {
  content: '\00B7\2000\2000';
}
dl dd {
  margin: 0 0 15px 40px;
  font-size: .8em;
}

#left_column {
  float: left;
  width: 300px;
  padding: 5px 0 0 0;
}

#right_column {
  float: right;
  width: 300px;
  padding: 5px 0 0 0;
}

#right_column img {
  margin: 40px 0;
}

.section h2 {
  display: inline;
  border-style: solid;
  border-color: #a5b95e;
  border-width: 1px 0;
}
.section h2:before {
  content: '\00b7\2000';
  color: #85993e;
}
.section h2:after {
  content: '\2000\00b7';
  color: #85993e;
  padding-right: 5px;
}


p { margin: 20px 0; }

#gallery h2 { border: 0; }
#gallery h2:before,
#gallery h2:after { content: ''; padding: 0; }

.section { text-align: left; }
.section dl { text-align: left; }

#news_events { text-align: center; }