/* mainpage.css */

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

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

#MainPage .Left {
  width: 170px;
}

/*#MainPage .Right {
  width: 170px;
}*/

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

#MainContent .AdsTitle {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #4E874E;
  margin: 15px;
  border-bottom: 2px solid #4E874E;
  line-height: 30px; 
 }