   #start_frame
   {
      background: #F6D796;
      width: 486px;
      height: 360px;
      text-align: center;
   }

   #start_frame a
   {
      text-decoration: none;
   }
   .box
   {
      width: 228px;
      height: 168px;
      border: solid 1px #FAA61A;
      background: #fff;
      float: left;
      font-size: 10px;
      overflow: hidden;
   }

   .box_heading
   {
      background: #FAA61A;
      text-transform: uppercase;
      color: #FFFFFF;
      font-size: 9pt;
      font-weight: bold;
      padding-top: 1px;
      padding-bottom: 1px;
   }

   .box_thumbnail
   {
      height: 100px;
      margin-top: 15px;
      margin-bottom: 8px;
   }

   .left
   {
      margin-left: 11px;
      margin-right: 4px;
   }

   .top
   {
      margin-top: 8px;
      margin-bottom: 4px;
   }
