/* mainpage.css */

#MainPage {
  margin: 0 auto;
  width: 957px;
  background: white;
}

#MainContent {
  min-height: 400px;
  padding: 10px 0 0 0;
}

/* hack ie6 and below */
* html #MainContent {
  height: 350px;
  display: table;
}
#MainContent h1 {
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: white;
  width: 957px;
  height: 31px;
  line-height: 31px;
  margin: 0 0 10px -2px;
  padding: 0;
  background: transparent url(/images/background-h1.gif) no-repeat; 
}

#MainContent h1 .arrow {
  background: url(/images/content/arrow.gif) no-repeat  15px 0;
  padding-left: 40px; 
}

#MainContent h2 {
  font-weight: bold;
  font-size: 14px;
  color: #e5642a;
  text-transform: uppercase;
  margin: 20px 20px 10px 10px;
}

#MainContent .text{
  font-size: 13px;
  margin: 20px;
}

#MainContent .agencyInfos {
  font-size: 11px;
  color: gray;
}