div#content h3 {
  float: left;
  margin: 0;
}

div#content p {
  margin-bottom: 2em;
}

div#content div.contactinformation {
  margin: 0 0 0 10em;
}

div#content dl,
div#content address {
  font-style: normal;
  margin: 0 0 3em 0;
}

div#content div.contactinformation p {
  margin: 0;
}

div#content dl dt {
  float: left;
  width: 25em;
}

div#content dl dd {
  font-weight: bold;
}

div#content dl dt,
div#content dl dd {
   margin-bottom: .5em;
}