I've got a few problems. You can
view it here to see what I'm talking about. Keep in mind that it's still being built!

Basically there are three things that I need to fix.
First, is that at the top and the bottom of the page three is a tan bar from a container div element that contains all the other elements. I have it's padding and margins at 0px minus the left side margin is 160px. The element that comes after that is set to "top: 0px;" but there is still that big gap. And, needless to say, I can't do a -20px or a measurement like that.
The second thing is that the right column with the navigation, how can I make that area extend the entire length without putting it in manually? I want the left and right columns to be the same height. Is there a way to do this?
And thirdly, after each paragraph there is an extra space. After certain ones I don't want a break, such as after "Children's Services." I want it to be flush with the following paragraph. I think this might somehow be linked to my first problem...
You can grab the CSS and XHTML files via the same link, the files are "index.html" and "style.css" respectively. I've been testing them in both FireFox and Safari, latest versions of both, and both have the same problems.