Floated elements need to come first in your markup. So you would need to move the sidebar div above mainContent div. Otherwise, you must float mainContent left.
If you want to learn how to do things right, I recommend learning HTML5 now; not later.
Nancy O.