What load order? content or nav first?

With CSS layouts and absolute positioning I realized that in some cases order of the div tags does not effect the layout, so the code can be arranged so that different parts load first.

What would be better to load the content or the navigation?

an example of this would be on the site im working on (with mock content) http://revolutionz.net/working/medico/ the content shows up after the header then the nav loads last…