I can't seem to figure out why this box is floating down a bit from alignment with it's neighbor. The same code is in use inside the main boxes for the content, so It's a big puzzling, and the parents have nothing special that should be messing with the alignment.
http://jordan.rave5.com/tmpstuff/
I tried vertical-align knowing it wouldn't work with the elements anyway. I'm just confused. Again!
CSS
.right-large-box {
float: right;
width: 300px;
height: auto;
padding: 0;
margin: 0;
vertical-align: top;
top: 0;
}
.left-large-box {
height: auto;
padding: 0;
margin-right: 310px;
vertical-align: top;
top: 0;
}