I'm running into two problems on my site, but I think they're related. I've got a page that I'm trying to run two loops on.
Both loops are set up to only display one post from one unique category. That part is working just fine.
The issue is with the CSS. The second loop is displaying the same css as the first loop even though it's nested in a different div that has different styling assigned. When I look at it in firebug, it looks as though it's inside of div class="posts", even though on my specials.php page it's clearly inside of div id="body".
If I take the loop off the template and just insert static text in the div it appears exactly how I want it to, but as soon as the loop is put in it seems to pick up the .posts styling again.
I'm working on it live at http://www.manayunktavern.com. If anyone knows why it would be doing this it would be so helpful. Thanks so much for taking the time to look through this, I'm not sure where I'm going wrong.