I have always wondered how to get an extra column into wp. I normally just call the sidebar and footer from index.php as usual and then if I want a three column layout, put the two columns in the sidebar. e.g.
[/div][!-- end of id content--]
[/div][!--end of id wrapper--]
[!--index.php end--]
[!--include sidebar--]
<?php
get_sidebar();
?>