Sidebar Float Issues with My Directory Page

Wondering what is going on with the sidebar on my site here:

It works fine in Firefox, Chrome and Safari, but the sidebar keeps getting pushed down below the content on this page. Any ideas on how I might have to adjust my CSS to get this to work in IE as well?

Thanks.

Which version of IE are you having trouble with?

All three. 7, 8 and 9

OK, try setting a definite width for the main section:


#main {width: 670px;}

Without a defined width, that main section is getting too wide in IE.

Nice. that did it. I knew it was going to be something obvious I was overlooking.