#slideshowHolder {
  position: relative;
  overflow: hidden;
  width: 707px;
  height: 307px;
  margin-top: 30px;
}
#slideshowHolder #border {
  z-index: 100;
  position: absolute;
  left: 0px;
  top: 0px;
}
#slideshowHolder #slideshow {
  position: absolute;
  left: 0px;
  top: 0px;
}
#slideshowHolder #slideshow li {
  position: absolute;
  left: 0px;
  top: 0px;
}
h4 {
  font-size: 16px;
  background-color: black;
  color: white;
  padding: 5px;
  display: inline-block;
  font-weight: normal;
  margin-top: 25px;
}
#content ul {
  list-style-type: disc;
  margin-top: 16px;
  margin-left: 50px;
}
#content ul p {
  font-size: 13px;
  font-weight: bold;
}
#content #left-column {
  float: left;
}
#content #right-column {
  float: left;
  margin-left: 50px;
}
