IE changes the look of my site, help

I am new to web design,I decided to re-design our business site with a template. I am using KOMPOZER and the site looks fine in Google Chrome and yet in IE all the text moves to the far left and the size is bigger, its ugly, my Pisca album also does not work. I have spent a lot of time and need help, how can I fix this, it must look the same as in Google Chrome. Help me somebody, Icannot afford to pay a designer? What must I DO?:injured:

my site is http://www.bainandbanda.co.za

try adding a conditional stylesheet for ie. Then you could tweak it for the desired effect without overriding the other browsers. Something like the following should do it:

<!–[if IE]>
<link type=“text/css” rel=“stylesheet” media=“all” href=“ie.css” />
<![endif]–>