
 /* Layout 1 - using the 300x250 AD
    ========================================================================================================================= */
    #leftColumn_300   { float: left; width: 396px; padding-top: 10px; margin: 0 8px 0 11px; display: inline }   /* display: inline is for an IE specific bug when using float and margin together */
    #rightColumn_300  { float: left; width: 328px; padding-top: 10px; margin-right: 11px; }
    
    #leftAD_300   { float: left; width: 160px; margin: 0 8px 8px 0 }
    #rightAD_300  { float: left; width: 160px; margin: 0 0 8px 0 }



 /* Layout 2 - using the skyscraper AD
    ========================================================================================================================= */
    #leftColumn_sky   { float: left; width: 564px; padding-top: 10px; margin: 0 8px 0 11px; display: inline }   /* display: inline is for an IE specific bug when using float and margin together */
    #rightColumn_sky  { float: left; width: 160px; padding-top: 10px; margin-right: 11px; }
    
    #leftColumn_sky div.leftColumnContent { margin-left: 14px; margin-right: 12px; font: 12px arial; line-height: 18px; color: #4e4e4e; }
    


 /* Layout 3 - default with no embedded ADs
    ========================================================================================================================= */
    #templateContent a:link    { color: #df7d20; }
    #templateContent a:visited { color: #df7d20; }
    #templateContent a:active  { color: #df7d20; }
    #templateContent a:hover   { color: #9E5723; }

 
 
 /* Content
    ========================================================================================================================= */
    
    .leftColumnContent { margin: 0; font: 12px arial; line-height: 18px; color: #4e4e4e; }
    div.leftColumnContent a:link    { color: #df7d20; }
    div.leftColumnContent a:visited { color: #df7d20; }
    div.leftColumnContent a:active  { color: #df7d20; }
    div.leftColumnContent a:hover   { color: #9E5723; }
    
    div.leftColumnContent div { font: 12px arial; }

    #pageTitle { font: bold 19px arial; color: #df7d20 }
    
    #recipeDisclaimer { font: bold 11px arial; color: #8e8e8e; margin-top: 15px; }