div.downloads {
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  width: 90%;
  /*border: thin solid black;*/
}

div.downloadsRow {
 margin: 0px;
 margin-bottom: 10px;
 padding: 10px;
 text-align: center;
 height: 150px;
}

div.downloadsRow img {
  height: 150px;
  width: 250px;
}

div.downloadsLCell {
  float: left;
  width: 50%;
  height: 150px;
}

div.downloadsRCell {
  margin-left: 50%;
  height: 150px;
}

div.sectionheader {
  text-align: center;
}

div.sectionheader img {
  height: 150px;
  width: 250px;
}

div.subheader {
  color: #BF7A0F;
  font-size: 1.5em;
}

div.subsection ul {
  margin-top: 0px;
}

div.subsection li {
  margin-bottom: 0.5em;
}

div.caption {
  margin-top: 5px;
  font-size: 0.75em;
}

.center { text-align: center; }