I am aware that IE9 doesn’t support text shadows. Not to worry about that.
My main concern is that the menu is very close to the main content in Chrome but spaced well in IE9.
I still don’t quite understand is alignment of objects within in the main content, like inheritance?
There are charts on some of my pages, 800 x 600px. I wish the charts to be the full width of the main content and to expand and contract when the user zooms in or out.
I would like to have everything in the main content align left and right as the footer widths except the masthead bar at the top which I would like a full view port width view, correct?
It’s always good to test this sort of thing, as you don’t know what font size end users will have. A site can/should be coded to behave well at any font size.
You basically do what you did by accident: zoom in and out of your website to see what happens. Whether your browser is set to zoom fonts only or (more commonly these days) zoom the whole page, the layout should not break. If it does, then it’s not coded as well as it could be.
EDIT: I just checked your site, and it seems to behave OK when zooming the whole site, but if the browser is set to zoom fonts only, the content breaks, with the text slipping under the sidebar. Somepeople wouldn’t care about that these days, as browsers tend to be set to zoom the whole page, but still, for me is signals potential layout problems.