body {
  color: #000;
  background-color: #6c4b3e;
  background-image: url(images/background_skin.jpg);
  background-repeat: repeat-x;
  background-position: 0 top;
  font-family: 'Tahoma', Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 750px;
}

.content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 745px;
  height: 395px;
  margin-top: -198px;
  margin-left: -372px;
  text-align: center;
}
.image {
  width: 500px;
  height: 354px;
  margin-bottom: 11px; }
.description{
  background-color: #fff;
  text-align: left;
  width: 450px;
  padding: 9px 25px; }
.label {
  background-color: #fff;
  background-image: url(images/background_label.gif);
  background-repeat: repeat-y;
  text-align: center;
  width: 228px;
  height: 395px;
  float: right; }
.link {
  color: #860000;
  text-transform: uppercase;
  float: right;
  clear: none; }
.name {
  color: #be6f36;
  text-transform: uppercase;
  clear: none; }
.date {
  color: #412922;
  clear: none; }
.menu {
  text-align: center;
  width: 188px;
  height: 178px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto; }
.mcat {
  padding-right: 6px;
  border-width: 0; }
.tcat {
  position: relative;
  z-index: 50;
  float: left;
  margin-left: 5px;
  border-width: 0; }
.thumblist {
  position: relative;
  top: 43px;
  margin-left: 17px; }
.thumb {
  margin-right: 5px;
  margin-bottom: 2px; }
.type {
  color: #860000;
  font-size: 11px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant: small-caps;
  text-align: left;
  letter-spacing: 2px;
  position: relative;
  top: 8px;
  width: 130px;
  z-index: 5;
  margin-left: 17px; }
a, a:link, a:active, a:visited{
  color: #860000;
  text-decoration: none; }
a:hover{
  color: #999;
  text-decoration: none; }
