#content h3 {
  margin-bottom: 3em;
}

#col1 {
  width: 400px;
  float: right;
}

#media {
  position: relative;
  display: inline;
  float: left;
}

#media .media_img {
  position: absolute;
  left: 0;
  top: 0;
}

#media #media_button {
  position: absolute;
  top: 20px;
  left: 520px;
  width: 400px;
}

#media #media_button div {
  display: inline;
  float: left;
  cursor: pointer;
  padding: 0 4px;
  color: #fdb913;
}

#media #media_button div.active {
  padding: 0 3px;
  border-left: 1px solid #fdb913;
  border-right: 1px solid #fdb913;
}
