I'm not sure why the center box heading is showing behind all of the info page, but that seems to be the case.
In your stylesheet:
.leftBoxHeading, .centerBoxHeading {
margin: 0em;
background-color: #762c23;
padding: 0.5em 0.2em;
}
Break out the centerBoxHeading into it's own statement, and remove the background color.



