Silly me.. silly IE

Fixed a display bug in IE where the margin:auto style was not being applied correctly. I have been assuming that the simplicity of the website should allow IE and firefox to render it the same… haha Wrong!

IE does not apply margin:auto correctly (IE6 and IE7) however it (incorrectly) applies text-align:center to the position of the div that its attached to. So I had to text-align:center the container div and then text-align:left the inner div to fix the text. Now everything looks similar in IE and FF… and there was much rejoicing.