
#page #body .story
{
   float: left;
}

#page #body .story.right
{
   padding: 14px 0 0 0;
}

#page #body .story.left
{
   clear: both;
   
   padding: 14px 14px 0 0;
}

#page #body .story img
{
   width: 266px;
   height: 143px;
}


#page #body .main_story img
{
   width: 545px;
}

#page #summaries
{
   font-size: 1.2em;
   clear: both;
}

   #page #summaries .footer_col.first
   {
      padding-left: 19px;
   }
   
   #page #summaries .footer_col
   {
      float: left;
      width: 170px;
      padding: 0 18px 0 0;
   }

   #page #summaries ul
   {
      list-style: none;
      padding: 0 0 0 5px;
   }
   
   #page #summaries li
   {
      background: url('/assets/images/site/icons/bullets/bullet10.gif') 0 3px no-repeat;
      padding: 0 0 8px 10px;
   }

   #page #summaries a
   {
      color: black;
      text-decoration: none;
   }

