📖 Documentation
Panels
The 2-column stacked panel was not displaying properly in ie: columns were getting shifted.
This was a similar issue: http://drupal.org/node/84281
I therefore copied twocol_stacked.css into aberdeen/layout/twocol_stacked.css
added the following css command to the columns
overflow: hidden;
And the columns displayed properly on ie.
I then made the first column slightly larger than the second to accomodate the picture and the news items.

