The content <div> needs to be styled, using an ID selector, so that it does not flow under the navigation and more <div>s, so margin left and right are applied. No margin is needed above or below.
div#content
{
margin-left: 190px;
margin-right: 200px;
}
Other Max Design articles and presentations