Well I found A fix but I'm wondering if this is ok and/or if I'm going to "break" anything else on the site since it involves the H1 and H2 in the CSS

H1 and H2 were covering the portions of the picture and the hot spots on those portions of the picture so broke those two out and added a left margin:

h1, h2 {
margin: 0.3em 0;
margin-left: 4.5em;
}
h3, h4, h5, h6 {
margin: 0.3em 0;
}

Ok fix or am I screwing things up?