A fixed-width three column template
By fixing the size of the three columns and floating them left, they arrange themselves side by side. This is a simple way to achieve a three column layout in CSS without using tables.
This template uses a floated wrapper around the columns. The float ensures the wrapper encloses the floated columns on SCBs. IE does this without the float, although this is not correct behavior.