I have a drupal website I've been working on and read that it is best to have your contact show up first in your sourse code (for SEO purposes), before any left or right menus. The drupal theme I use is table-less and uses PHP and CSS. I have been trying to figure out how to put my main content (middle column) before my left and right column menus. When I simply put the code above, the main content shows normally, but the menus are scrolled all the way to the bottom of the screen. I have attached both my main page (page.tpl.php) and my css file (styles.css (as .txt)) If anyone could help me that would be great. Thank you very much.