/* CSS Document */
div.doorways {
  margin: 30px 0;
}
div.doorways img {
  margin: 10px 10px 4px;
  border: 0;  
}
div.doorways div {
  float: left;
  margin-bottom: 30px;
}
div.doorways div p {
  text-align: center;
  font-size: 10pt;
  margin-top: 0;
}
.line {
  border-top: 1px solid #999;
  margin: 20px 0;
  clear: both;
}
h2 {
  font-weight: normal;
  line-height: 155%;
  font-size: 1.5em;
}
p.center {
  text-align: center;
}