/* mainpage.css */

#MainPage {
  margin: 10px auto;
  width: 957px;
  border: 1px solid white;
}

#MainPage .content {
  background: white;
  width: 100%;
}

#MainPage .Left {
  width: 170px;
  background: #CC0033;
}

#MainPage .Right {
  width: 170px;
}

#MainContent {
  min-height: 400px;
  _height: 600px; /* ie6 hack */
  _display: table; /* ie6 hack */
}

#MainContent .AdsTitle {
  font-family: arial;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #0066CC;
  margin: 15px;
  border-bottom: 2px solid #0066CC; 
}