/* CSS to format the "secondary" div as a 250px sidebar */

#primary {
  margin-right: 270px;
  min-height: 38em;
  overflow-x: hidden;
  padding-bottom: 38px;
}
* html #primary {
  height: 40em;   /* IE 6 and below don't support min-height */
}
#secondary {
  font-size: 90%;
  width: 250px;
  position: absolute;
  right: 10px;
  top: 0;
}

#secondary h3 {
  font-weight: bold;
  font-size: 100%;
}

.new_section {
  border-top: 1px solid #ACA5CD;
  margin-top: 1.5em;
  padding-top: 1.5em;
  clear: both;
}

