/* mainpage.css */
.SiteLeft {
  width: 33%;
}
 
.SiteContent {
  padding-top: -20px;
}

#Content {
  border: 1px solid #455661;
  //padding-top: -20px;
}

.SiteMenuSection {
  background: #EAE6DB;
  height: 600px;
  display: table-cell;
}

.SiteRight {
  width: 33%;
}

#StructureTable td {
  vertical-align: top;
}

#AdBanner {
  width: 120px;
}

#MainContent {
  width: 100%;
}

.link-title a {
  font-size: 12px;
  text-decoration: none;
  color: #455661;
  line-height: 20px;
}