/* mainpage.css */
.SiteLeft {
  width: 33%;
  background: transparent url("/images/left-background.gif") repeat-y right;
}
 
.SiteContent {
  background: white;
}

.SiteRight {
  width: 33%;
  background: transparent url("/images/right-background.gif") repeat-y left;
}

#StructureTable td {
  vertical-align: top;
}

#AdBanner {
  width: 120px;
}

#MainContent {
  width: 100%;
}

#MainContent a{
  color: #055993;
}