Basti, hab deine PN bekommen und mir deine Site mal angeschaut. Es liegt wohl daran, dass du die .aligncenter Formatierung zu weit oben stehen hast. Eine andere Formatierung weiter unten hebt die obere wieder auf:
.entry img {
float:left;
margin:2px 5px 5px 0;
}
Also entweder ab nach ganz unten mit der neuen Formatierung oder du musst allem das !important mitgeben (auch einem float):
img.aligncenter, img[align="center"] {
border:0 none;
display:block;
[COLOR=Red]float:none !important;[/COLOR]
[COLOR=Red][COLOR=black]margin-left:auto[/COLOR] !important;[/COLOR]
[COLOR=Red][COLOR=Black]margin-right:auto[/COLOR] !important;[/COLOR]
}