/* 3 Columns 
  1st widget 33% width / 2nd widget 66% width / 3rd widget 100% width under */

 .pwa-widget-count-1{float:left;width:300px;margin:0 15px 10px 40px;}
 .pwa-widget-count-2{float:left;width:600px;margin:0 0px 10px 15px;}
 .pwa-widget-count-3{width:940px;clear:both;margin:25px 0 0 0;margin:0px 0 0 40px;}

/* IE 6 Styles (I hate it...) */

* html .pwa-widget-count-1{float:left;width:300px;margin:0 15px 10px 20px;}
* html .pwa-widget-count-2{float:left;width:600px;margin:0 0px 10px 15px;}
* html .pwa-widget-count-3{width:940px;clear:both;margin:25px 0 0 0;margin:0px 0 0 40px;}
