#content {
  width: 461px;
  padding: 0;
}
#content caption {
  background: #ffe5cc;
  padding: 5px 5px 5px 5px;
  text-align: left;
  margin: 1px 2px;
}
#content td {
  vertical-align: top;
  padding: 2px;
}
#content td.filename {
  width: 125px;
  background: #fc9;
  text-align: right;
}
#content td.icon {
  width: 36px;
  background: #f93;
  text-align: center;
}
#content td.description {
  width: 300px;
  background: #ffe5cc;
}
#content td.description img {
  padding-top: 10px;
  float: right;
}
