YW 
For the menu alignment add this to the #header1 ul block: padding-left: 5px;
In #middletop, make these changes:
width: 648px;
margin: 0 0 0 21px;
In #leftcolumn, make this change: margin-left: 8px;
In #rightcolum, make this change: margin: 0 0 0 442px;
In #outer, make this change: padding-top:15px; -- you don't want just "padding: 15px", that adds 30 px to your width.
By adding a border to #middletop, you added 2px to 650, so you must reduce the width then add the border to get the 'perfect match' to your header. Then the other adjustments go along with that.
Other things in your CSS:
there is no "font-color", all you need is "color"
You've got margin spelled wrong in one place
I assume once you have it working you'll take the styles out of the document and use the external file ? Having both makes them fight each other.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|