If I am not mistaken this is the layout you want….
+————–+————–+
+ Header + Side bar +
+————–+ +
+ + +
+ + +
+ + +
+ + +
+————–+————–+
While I would say try to avoid “divitis” you could wrapper the header and the main body in a div that is floated left and the sidebar in a separate div that is floated right. Is that the right layout?