/* mainpage.css */

#Content {
  width: 926px;
  margin: 0px auto 0 auto;
  padding-bottom: 2px;
}

.SiteLeft {
  background: transparent url(/images/menu/background-section-bottom.gif) no-repeat 10px bottom;
  width: 210px;
}

.SiteRight {
  width: 120px;
  display: block;
  padding: 40px 10px 0 0;
}

.SiteContent {
  margin: 10px;
}

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

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

#StructureTable .bottom_menu {
  background: white url(/images/banners/border-menu.gif) repeat-x top;
  height: 10px;
}

* html #StructureTable {
  margin: 0;
  width: 100%;
}

#StructureTable td {
  vertical-align: top;
}

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

.bottom_content {
  height: 10px;
}

.linkTitle {
  padding: 10px 0px 10px 0px;
  font-size: 11px;
  color: #4D4D4D;
  text-decoration: none;
  width: 926px;
  display: block;
  height: 15px;
  position: absolute;
}

*:first-child+html .linkTitle {
  margin-top: 20px;
}

* html .linkTitle {
  margin-top: 20px;
}