Hey guys, I am working on my site design for my personal training business and I am having problems with the spacing that H2 fonts normally have. It is pushing the layout down and causing a problem. Example is here: http://www.goallinefitness.com/layout/ as you can see on the right side, the H2 tag (Web specials) is creating a gap between the top (and you can see the grey). I want the red background of the h2 tag to be the on the top with no grey showing above it. Help please. Thank you!
Reset the margin or margin-top to 0 in : div#navigation h2 { background-image: url('nav-h2.png'); color: #fff; width: 220px; padding: 5px; margin: 0; }