In IE8, when you use their "Developer Tools" you can view the box model of individual items in "Layout" tab. Even if I strip margins from my item, it ends up offset on the screen and with a "Offset" parameter in the box model.
In this case the offset is 77px on the left. I don't even have the number 77 in my stylesheets, I do however have a left margin of 33px applied to some other elements. If I view the wireframe of the site though nothing is pushing this particulat element, it just gets an offset and hangs there by itself.
Example of the box model is attached.
