Here is a small tutorial on custom vb pages from mods or the like:
If you are using something like vbadvanced and want it to just be the header and navbar without the forum jump menu and user box find $navbar in that specific template and delete the $navbar line.
If you want the forum jump menu on the page along with the user login/loggedin box find the $navbar line and after it add
Code:
<!-- Navbar TBC Styling closer -->
</div>
<!-- / Navbar TBC Styling closer -->
that will close out the navbar and keep the footer from mixing with your page