
h1 { color: #bec; }
#textBlock h2 { text-align: left; font-size: 1.2em; padding-top: 1.5em; }
#textBlock h3 { text-align: left; font-size: 1em; }

#textBlock {
  text-align: left;
  padding: 1em 1em 0 90px;
  background: url("/images/paragraph.gif") repeat-y;
  border-right: 80px solid #bec;
}
#textBlock hr {
  width: 70%;
  margin: 1em auto;
  height: 0px;
  border: 1px dashed #999;
}
#textBlock address {
  text-align: center;
}
