table#page {
  background-color: #fff7f0;
  border: solid #ffbb77 2px;
  width: 960px;
}

table#page td {
  border: solid #ffbb77 2px;
  width: 900px;
  vertical-align: top;
}

table#items {
  border: solid #000000 0px;
  width: 900px;
}

table#items td {
  border: solid #000000 0px;
  vertical-align: middle;
}

table#items td.title
{
  vertical-align: middle;
  background-color: #ffbb77;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  width: 930px;
}

table#items td.overview {
  background-color: #fff7f0;
  width: 100%;
}

table#item {
  width: 930px;
}

table#item td {
  width: 0;
}

table#item td.view {
  vertical-align: middle;
  width: 128px;
}

table#item td.details {
  font-size: 13px;
  width: 100%;
}

.price {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

p.more {
  font-size: 15px;
  white-space: nowrap;
}

p.testimonial {
  font-family: italic;
  font-size: 15px;
  text-align: right;
}

table#footer {
  background-color: #ffbb77;
  width: 960px;
  font-size: 11px;
  text-align: right;
}
