#contentWrap {
  margin-bottom: 0px; /* Step 1 of solution to solve spacing issue in Safariset margin back to zero for IE win*/
}
#content ul#sitemap01 ul, #content ul#sitemap02 ul{
  margin-left: 20px;
} /* for some reason IE 6 and 7 was giving me issues with margins. It wasn't too obvious to me what the issue really was after looking for a while, so I just increased the margin as a quick fix for now. (likely a cascade from something)*/