This design has one container div and the columns are seperated by margins between the columns . It may be the most popular design of 3 column layout.
Here we skipped the double margin bug of IE6 by avoiding float and margin in the same direction.
We considered rounding issues using em and % units. Both Fixed column layout using px, or em and liquid layout using % work well in IE and Firefox.