I cant seem to get the two large images under the slider will not align properly they should be beside each other. the website is currently at PROBLEM FIXED THANKS
Can't you just get the images a bit smaller in width? Cause they seemed to be more than the width of your page. Or just replace - <img src="assets/ad2.png" border="0" alt=""> with this - <img src="assets/ad2.png" border="0" alt="" width="330">. This will do.
yes make the adjustment of width according to the content width and also keep an eye on the margin or padding used in it.
The banners are to big to fit. Make them smaller and then use left and right floating for each image.
You can edit the padding-right of the .append css class to be 7px instead of 20px, then it will fit. also, right under the 2 p tags that hold the image, you need to put in a clear:both styled element. That is below the p's but WITHIN the div that contains the p's.