Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
1 to 6 of 6
To get you started on the first part of your problem, try removing the absolute positioning for the 3 containers in the #content. Then make sure all 3 containers float left and reduce the width of the #feature to 200px.
The code for the 3 containers should look something like this:
div#content_main { width:470px; float:left;}
div#content_sub { width: 180px; float:left; }
div#feature { width: 200px; float: left; border-left: #CCC thick; border-left:#EEE solid 1pt;}
You'll then need to adjust your margins and padding to get things to align properly.
1 to 6 of 6