body {
  font-family: arial, helvetica, sans-serif;
  background: #fff;
  color: #000;
}

#left {
  position: absolute;
  left: 70px;
  top: 70px;
}

#center {
  position: absolute;
  left: 250px;
  top: 15px;
  width: 500px;
}

#center h1 {
  font-family: book antiqua, times new roman, serif;
  font-weight: bold;
  font-size: 1.25em;
}

#center p {
  text-align: justify;
}

.address {
  font-size: 0.75em;
  padding-left: 150px;
}

.addressbr {
  font-size: 0.3em;
}

#right {
  position: absolute;
  left: 790px;
  top: 70px;
}

.caption {
  font-family: book antiqua, times new roman, serif;
  font-weight: bold;
  font-size: 0.75em;
  margin-top: 0px;
}

