I had the same problem when I added the forum to the Axonz theme. IE has some strange CSS inheritance problems. Simply add text-align: left; to the css elements that are centered in your forum or do it explicitly in the topic.thtml file in layout/theme/forum/layout by adding style="text-align: left;" to the appropriate elements.