Take a look :
Result should be
Take a look :
Result should be
#sidebar { float:left; width:280px; }
#content { margin: 0 0 0 280px; } /* dont float it */
You will have problems if you have floats inside of #content and you try to clear them, though.