.rigid {width: 820px; margin: 0 auto;}

.float-wrapper-rigid {float: left; width: 820px;}
     /*** This can be floated left or right ***/

.first-float-rigid {float: right; width: 645px;}
     /*** This must be floated opposite 
		to .second-float ***/

.second-float-rigid {float: left; width: 165px; } 
     /*** This must be floated opposite 
		to .first-float ***/

.third-float-rigid {float: right; width: 150px;}
     /*** This must be floated opposite 
		to .float-wrap ***/ 

.clearfooter {clear: both;}

 p {padding: 10px;}
