div#contentLayer {
  float: right; 
  width: 555px; 
  padding: 0 20px 30px 0; 
}
div#contentLayer h1 {
  position: relative; 
  font-weight: normal;
  font-size: 18px;
  color: #89454d; 
  margin: 15px 0;
}
div#contentLayer h2 {
  color: #89454d; 
  margin: 10px 0; 
  font-size: 14px; 
  font-weight: normal;
}
div#contentLayer p {
  margin: 7px 0; 
}
div#contentLayer td {
  vertical-align: top;
  padding: 1px 2px 1px 2px;
}
div#contentLayer table {
  width: 100%;
}
div#contentLayer p.capital, div#contentLayer th.capital {
  border: 1px solid #89454d; 
  padding: 2px 4px 2px 4px; 
  background-color: #8a6065;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
div#contentLayer i.exalt {
  color: #555555;
}
div#contentLayer img.docThumb {
  float: right;
  margin: 5px;
}
div#contentLayer img.galleryThumb {
  border: 1px solid #8a6065;
}
div#contentLayer div#leftPane {
  float: left; 
  width: 237px;
}
div#contentLayer div#rightPane {
  float: right; 
  width: 237px;
}