/* mainpage.css */

#Content {
  width: 923px;
  margin: 10px auto;
  background: white;
  border: 1px solid #A7AEB5;
  font-size: 12px;
}

.SiteRight {
  width: 120px;
}

#StructureTable {
  clear: both;
}

#StructureTable td {
  vertical-align: top;
}

#MainContent {
  width: 98%;
  font-size: 12px;
}



