You’ll need to put <div style="clear: both;"></div>
(or use your stylesheet) just before </div> <div id="footer">
. This fixes your first problem.
For your second problem, your sidebar should also be floating left. In CSS definition for #sidebar
, add float: left
. You will need to remove the left margin, and maybe reduce width/padding.
-Brendon.