/* mainpage.css */

#MainPage {
  margin: 0 auto;
  width: 960px;
  background: #FDF1B8;
}
#MainPage .Content {
  height: 350px;
  width: 100%;
  //padding-top:- 2px;
}
#MainPage .leftCell {
  width: 168px; 
}
.AdsTitle,
.AgencyTitle,
.ContactTitle {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
  color: white;
  line-height: 25px;
  width: 630px;
  height: 25px;
  display: block;
  text-transform: uppercase;
  background: transparent url(/images/content/backgroundTitle.gif) no-repeat;
}