The grid system used by Montezuma is quite simply explained in the admin area under appearance > montezuma options. If you use the same grid in your header and footer as you do in your content, things should align. If you make new templates, copy the defaults ones first and edit them, rather than starting from scratch, and you should have an easier time aligning things.
When you test your css layout, make every div a different background color. You can do that quite simply with this code:
Code:
<div class = "[whatever]" style = "background: #[rrggbb;]">
...
</div>
Just remember that the bg will color only the main area and the padding, but not the margins.
It things are still not aligning, test your css on a validator.
I hope this helps.