Probably a really simple css mistake with a 3 column div design

Reference: hxxp://sidelinesvictoria.com/2_/

For some reason the 3rd div (the one on the right) shows up underneath the middle/left divs aligned to the right, rather than just on the right. Any ideas? lol

I think your reliance on min-width, rather than a simple width declaration is causing you the issue. The box-model requires a width to be defined to get correct positioning for floated items.

You might want to try the CSS thread to get expert advice.

Maybe one of the moderators will come across this thread and save me the trouble of getting an infraction for making a duplicate thread in another forum lol.