Forum Moderators: open
I've seen a big difference in just making sure that section specific navigation (usually placed on the left) actually comes after the body content.
I don't bother to place it above the logo and primary navigation theough. My top divs usually containg a logo and a level one heading. Then the primary navigation then the content.
Seems to work pretty well....
Nick
When you look at the text file, you will be able to see what comes first.
Regarding using CSS, yes, if you can you should. Most engines do factor where in the document keywords are found. Using CSS to position the important stuff at the top can help make sure they find what you want them to find near ther top.
You can find a ton of info on using CSS in our Browsers & HTML Forum [webmasterworld.com].
You'll find several CSS gurus (including one of our newest Mods Papabaer) there that can help you get going.
In case you hadn't seen it there is an example here: Simple CSS layout [webmasterworld.com]
Nick