#content H1 {
  width: 520px;
  float: right;
  font-size: 28px;
  font-weight: bold;
  color: #C00;
}

#content #page {
  width: 500px;
  float: right;
  border-width: 0 6px;
  border-style: solid;
  border-color: #33f;
  padding: 0 6px;
  font-size: 15px;
  color: #00C;
}

#content #page H3 {
  text-align: left;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  color: #C00;
  margin: 20px 0;
}

#content #page .image {
  float: left;
  width: 49%;
  text-align: center;
  margin-top: 10px;
}
  
#content #page #caption {
  clear: both;
  text-align: center;
  font-size: 15px;
  color: black;
}

