/* mainpage.css */
#Content {
  width: 948px;
  margin: auto;
  
}
 
.SiteContent {
  padding: 0px 20px 10px 0px;
  width: 100%;
  
}

.SiteContent table {
  margin-left: 5px;
}

#ContentBox {
  border: 1px solid #455661;
  
}

.SiteLeft {
  width: 200px;
}

.SiteRight {
  width: 120px;
}

#StructureTable {
  clear: both;
  background: white url(/images/fond-content.gif) repeat-x bottom;
}

#StructureTable td {
  vertical-align: top;
  
}

#AdBanner {
  width: 120px;
}

#MainContent {
  width: 100%;
  font-size: 12px;
  min-height: 600px;
  _height: 600px; /* ie6 hack */
  _display: table; /* ie6 hack */
}

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