#content {
}

#title {
  position: absolute;
  left: 23%; /* width of left column */
  width: 462px; /* see below */
}

#left {
  float: left;
  width: 23%; /* width of left column */
  margin: 0;
}

#left .description {
  color: #f67;
  font-size: 0.8em;
  margin: 14px;
  text-indent: 1em;
}

#left .description a {
  text-decoration: underline;
}

#center {
  margin: 0 0 0 23%; /* width of left column */
  width: 462px; /* width of table: (3(padding)+1(border)+146(thumbwidth)+1+3) * 3(#ofthumbs) */
}

#thumbs {
  border-collapse: collapse;
}

#thumbs td {
  vertical-align: top;
  text-align: center;
  padding: 3px 3px 0 3px;
}

.thumb {
  margin: 0;
}

.textbutton {
  background: #f67;
  margin: 26px;
  padding: 14px 8px;
  text-align: center;
}

.textbutton a {
  color: #fff;
  font-weight: bold;
}