Remove the clear:both from the #rightpanel, you don't want to clear it there.
Put the clearing AFTER #rightpanel and use something besides clear:both. I use this:
.brclear { /* Use a break with this class to clear float containers on both sides */ clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}
In the markup, put in <br class="brclear" /> after then ending </div> for #rightpanel.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!