If you want the sideboxes to match, you have to give them the same dimensions:
Code:
.leftBoxHeading, .centerBoxHeading {
margin: 0em;
background-color: #FF0000;
padding: 0.5em 0em; <------.5em top & bottom
}
.leftBoxContainer {
border: 0px solid #ffffff;
}
.sideBoxContent {
background-color: #ffffff;
padding: 0.0em;
}
h3.rightBoxHeading, h3.rightBoxHeading a {
font-size: 11px;
color: #FFFFFF;
}
.rightBoxHeading {
margin: 0em;
background-color: #FF0000;
padding: 0.2em 0em; <------.2em top & bottom
}