Well it is doing exactly what you seem to be telling it to do....
And third time I suggested you remove the margins and they are still there....
You have set the right column to 75px and are trying to display an image that is 100px wide in it
Code:
<td id="navColumnOne" class="columnLeft" style="width: 150px">
<div class="leftBoxContainer" id="categories" style="width: 145px">
<td id="navColumnTwo" class="columnRight" style="width: 75px">
<div class="rightBoxContainer" id="whatsnew" style="width: 75px">
/images/Zahm%20Drinking%20Shirt.png
100px wide
Margins:
Code:
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin:.3em;
padding: 0m;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
margin: auto;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
margin-left: 0.3em;
margin-right: 0.3em;
}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: .3em;
background-color: #ff2280;
background-image: url(../images/tile_back.gif);
padding: 0.3em .3em;
font-weight: bold;
color: #ffffff;
height: 1%;
width: 880px;
border: 1px solid #ff2280;
}