Amit,
First of all I’m not seeing any problems with the left column in IE7 in either of those two pages.
I do, however, see some bleed over in your content area and perhaps these minor adjustments might help solve what you are seeing. If not you can always go back.
in template.css (line 840)
Change from this:
#ja-mainbody #ja-contentwrap {
float:right;
width:75%;
}
To this:
#ja-mainbody #ja-contentwrap {
float:right;
width:72%;
}
And in template.css (line 869)
Change from this:
#ja-content {
padding:0 20px 0 40px;
}
To this:
#ja-content {
padding:0 20px 0 30px;
}
I’m also seeing some of the rotating quotes at the bottom are being cut off. Perhaps using a different font or a smaller font size would be better.
Good luck! Have fun!
John.