AhHa!! The dreaded IE default differences....
In your style sheet find this and add the red entry for the categories box only:
Code:
/*sideboxes*/
.columnLeft {}
h3.leftBoxHeading, h3.leftBoxHeading a {
font-size: 1em;
color: #ffffff;
}
.leftBoxHeading, .centerBoxHeading {
margin: 0em;
background-color: #99CC00;
padding: 0.5em 0.2em;
}
#categoriesContent {
text-align: left;
}
Or to grab them all find and just add this:
Code:
.sideBoxContent {
background-color: #99CC00;
padding: 0.4em;
text-align: right;
}