I'm using a css template from OSWD.org. I have almost everything working the way I want it. However, I have the main content in a <div> and in this div, I need two columns, side by side. I used to use a table for this layout but I would like to eliminate the use of tables and have the two columns in css. I've tried div and span. No matter what I do, the second "container" ends up below the first "container" instead of beside it. Each side should be the same width. The template I'm using is here: The div in which I'm working is the class of "article". Any help will be greatly appreciated. Thank you.