tr#content {
  background-color: black;
  color: #999999;
  text-align: left;
  font-size: 11px;
  line-height: 2.5em;
  vertical-align: top;
}

tr#content td#maintext {
  padding: 12px 20px 20px 20px;
}

tr#content td#maintext em {
  font-weight: bold;
  color: white;
}

tr#content td#maintext ul {
  list-style-type: none;
}

tr#content td#maintext a {
  color: #999999;
  text-decoration: underline;
}

tr#content h5 {
  color: white;
  letter-spacing: 3px;
  font-weight: 200;
  font-size: 11px;
  padding: 10px 0px;
  text-transform: uppercase;
}

tr#content img#logo {
  height: 154px;
  width: 118px;

}

tr#content img#picture {
  float: right;
  padding: 30px 15px 40px 40px;
}

td#links2 {
  clear: both;
  background: none;
  background-color: #9E371D;
  padding-top: 12px;
  padding-bottom: 0;
  vertical-align: bottom;
  text-align: center;
}

#links2 table {
  background-color: black;
  border-collapse: collapse;
  border: 2px solid black;
  height: 98px;
  margin: 0 auto;
  text-align: center;
}

#links2 table td{
  vertical-align: bottom;
  padding: 3px;
}

#links2 table a {
  color: #CE988C;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
}

