#home-feature {
   float: left;
   margin: 15px 0 15px 18px;
   width: 578px;
}

   #flashcontent {
      height: 272px;
      /*background: transparent url(../img/temp-flash.png) no-repeat left top;*/
   }
   #flashcontent img {
      display: block;
   }
   #focus {
      margin: 10px 0 0 6px;
      background: #e59b15 url(../img/well-orange-bg.gif) repeat-x left top;
      min-height: 31px;
      width: 572px;
   }
   #focus .top {
      height: 5px;
      background: transparent url(../img/well-orange-top.gif) no-repeat left top;
   }
   #focus .bottom {
      height: 5px;
      background: transparent url(../img/well-orange-bottom.gif) no-repeat left bottom;
   }
   #focus .content {
      padding: 5px 10px;
   }
   #focus .content p {
      margin: 0;
      font-size: 0.95em;
      font-weight: bold;
      color: #fff;
   }
   #focus .content p a {
      color: #ccccff;
   }


#home-content {
   float: left;
   width: 310px;
   margin: 25px 0 0 20px;
}

#home-content h3 {
   margin: 0 0 10px 0;
   font-family: Georgia, Times, serif;
   font-size: 1.8em;
   font-weight: normal;
}
#home-content .buttons {
   margin: 20px 0 0 0;
}
