OK, I found this worked well in FF, IE and Opera:
Code:
.navbar a {
padding-bottom:1px!important;
padding-bottom:0;
}
.contentouterindex {
position: relative;
width: 754px;
background-color: #FFFFFF;
text-align: left;
margin: -16px auto 0 auto!important;
margin: 0 auto;
padding-bottom:1px!important;
padding-bottom:0;
}
as a replacement for your current contentouterindex declarations. The first part is a new style block that is only needed for Opera but, due to Opera's reputation as standards compliant, and because it doesn't harm the other two browsers, I'd use it because other minor browsers may need it and Opera is currently gaining market share.
Bookmarks