/* 3 Columns 
   1st widget 50% width / 2nd widget 50% width / 3rd widget 40% width - under 2  / 4th widget 100% width - bottom*/

 .pfwa-widget-count-1{float:left;width:440px;margin:0 15px 10px 40px;}
 .pfwa-widget-count-2{float:left;width:440px; margin:0 0px 30px 15px;}
 .pfwa-widget-count-3{width:440px;margin:0 0px 10px 508px;}
 .pfwa-widget-count-4{clear:both;width:940px;margin:10px 0px 0px 40px;}

/* IE 6 Styles (I hate it...) */

* html .pfwa-widget-count-1{float:left;width:440px;margin:0 15px 10px 20px;}
* html .pfwa-widget-count-2{float:left;width:440px; margin:0 0px 0px 15px;}
* html .pfwa-widget-count-3{width:440px;margin:0 0px 10px 508px;}
* html .pfwa-widget-count-4{clear:both;width:940px;margin:10px 0px 0px 40px;}