<div style="width:900px">
<div id="leftColumn" style="float:left; width:200px;">
Left sidebar with a width of 200 pixels
</div>
<div id="rightColumn" style="float:right; width:650px;">
Body content
</div>
<div style="clear:both"></div> <!-- Catches the shorter column up -->
</div>