You have the "nav_bar" floated left. You should wrap the "nav_main2" and "container_2" div's inside another div and have the new wrapper div floated left also. This will make is so you don't have to try and move those two right with positioning or margins.
But the strangest thing happened after that fix.. On the pages where I actually have some written content (specifically the Property Management page and the Gallery Pages) the whole tops links and content container FALL below my image button links..?? I've tried changing various attributes like limiting the text width, content box width, etc.. I can't figure it out?
Do you need all those separate liked style sheets? CSS = cascading. Last linked style sheet (or closest to element) overrides previous ones.
You have to make your buttons and content narrower to fit side by side in width of window. Remember "box model" and add right + left margins, padding, border to content width.
Try giving your buttons and content <div>s percentage widths.
Bookmarks