body {
  background-color: #000000;
  margin: 0px;
  overflow-y: scroll;
}

h1 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}

table.maintable {
  width: 1000px;
  height: 100%;
}

table.maintable table.subtable {
  height: 100%;
}

table.maintable table.subtable td.borderlefttop {
  width: 13px;
  background-image: url('../images/borderlefttop.png');
  background-repeat: no-repeat;
}

table.maintable table.subtable td.borderleft {
  width: 13px;
  background-image: url('../images/borderleft.png');
  background-repeat: repeat-y;
}

table.maintable table.subtable td.borderleftbottom {
  width: 13px;
  background-image: url('../images/borderleftbottom.png');
  background-repeat: no-repeat;
}

table.maintable table.subtable td.borderrighttop {
  width: 13px;
  background-image: url('../images/borderrighttop.png');
  background-repeat: no-repeat;
}

table.maintable table.subtable td.borderright {
  width: 13px;
  background-image: url('../images/borderright.png');
  background-repeat: repeat-y;
}

table.maintable table.subtable td.borderrightbottom {
  width: 13px;
  background-image: url('../images/borderrightbottom.png');
  background-repeat: no-repeat;
}

#menu {
  width: 874px;
  height: 39px;
}

#menu img {
  padding: 0px;
  margin: 0px;
}

.foot {
  width: 874px;
  height: 46px;
}

#content {
  background-color: #080604;
  background-image: url('../images/contentbg.png');
}

#content td.contenttitle {
  width: 220px;
  text-align: center;
  padding-top: 20px;
}

#content td.contenttext {
  width: 634px;
  color: #a8cee2;
  font-size: 11pt;
  font-family: Arial;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.text {
  color: #a8cee2;
  font-size: 11pt;
  font-family: Arial;
  text-decoration: none;
}

.text:hover {
  color: #552c1c;
}

input.bordered {
  border: 1px solid #586a73;
  font-family: Arial;
}

textarea {
  font-family: Arial;
  font-size: 12px;
}

h2 {
  color: #7a3f28;
  font-size: 24px;
}
