I'm not sure if this is what you mean, but you can add margin:0 to
h3.leftBoxHeading, h3.rightBoxHeading {
font-size:1.1em;
font-weight:normal;
height:1.5em;
padding:.2em 0 0 0;
}
Oh wait, I see what you mean, you can add padding:0 and margin:0 to this:
#navMain ul {
float:left;
list-style:none;
}
Bookmarks