BabyJeffy,
I really hate inline styles. To me they should be in an external file, for the reason of seperation. Most of the inline styles I use are just for testing purposes, to make it work, while I try and get all the kinks out. This helps when I already have something working on another page that uses a style and needs tweaking for another page.
In this case I use alternate on all ym other pages and it displays fine in both IE and FF, just this page is causing issues. I may just create another style, but I like re-using style as much as possible.
Monksnake,
I didn't even realize I had the display block there, I have used it as a div everywhere else in my site so far, and thus hadn't even thought of that. Your quick fix worked, so I may just ahve to create another style for it or something.