Divide your page into logical divs
Put your main navigation into a div
with an id
of mainnav; put your subnav inside a div
with an id
or class
of subnav, put your footer in a <div id="footer">
, and wrap your content inside a <div id="content">
.
It doesn't look like much now, but once you start adding rules to your style sheets, things will get better quickly.