+1  A: 
  • Add vertical-align: top; to each of your divs.

  • Change those float: rights to float: left

  • Add text-align: right to get the contents of a div to align right.

Also, there's a new StackOverflow-affiliated website for HTML/CSS/Web Design at http://doctype.com/

Gordon Bell
thanks, that all worked perfectly!
jasondavis