/* 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: 650px;
  _height: 650px; /* ie6 hack */
  _display: table; /* ie6 hack */
}

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


.rouge_bold {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}
