

body {
   background: url(../images/home/bgBody.gif) 0 162px repeat-x;
}

#siteContainer {
   margin-top: 50px;
}
   #headerBar {
      background: url(../images/home/bgMain.jpg) top right no-repeat;
   }
      #headerBar ul {
         bottom: 0;
         left: 0;
         height: 36px;
      }
         #headerBar ul li {
            list-style: none;
            margin: 0 24px 0 0;
            padding: 0;
            height: auto;
            float: left;
            display: inline;
         }
         #headerBar ul img {
            display: block;
            height: auto;
         }
   #infoBar {
      height: 31px;
      padding: 0;
      margin-bottom: 18px;
      background: none;
   }
   
   #homeTextLeft,
   #homeTextRight {
      float: left;
      display: inline;
      height: 260px;
      background-color: #f6f6f6;
   }
   #homeTextLeft {
      width: 420px;
      margin-right: 12px;
   }
   #homeTextRight {
      width: 360px;
   }
      #homeTextLeft div,
      #homeTextRight div {
         padding: 0 12px;
      }

   #mainBar h2 {
      margin: 0;
      padding: 6px 12px;
      color: #ffffff;
      font-weight: bold;
      font-size: 15px;
      border-bottom: 4px solid #ffffff;
      background-color: #ce1d7c;
   }
