Floated div 1 to the left, wrapped div 2 and div 3 in a span and floated it right. Used the span to maintain the order of 2, 3 when using float:right
.
Since div's are in block format, just specified where div2 and div3 needed to be placed.
This felt hacky...positioning inner box using percentages and then backing it up by -50px
.