/* mainpage.css */

#Content {
  width: 959px;
  background: #727375;
  padding-top: 25px;
}

.SiteLeft {
  width: 230px;
}

.SiteRight {
  width: 120px;
  padding-right: 5px;
}

#StructureTable {
  clear: both;
  width: 958px;
  border: 1px solid black;
  border-top: none;
  border-bottom: none;
  margin-left: 1px;
  background: white;
}

*:first-child+html #StructureTable {
  margin: 0;
  width: 959px;
}

* html #StructureTable {
  margin: 0;
  width: 959px;
}

#StructureTable td {
  vertical-align: top;
}

#MainContent {
  width: 100%;
  min-height: 600px;
  font-size: 12px;
}