#container {width: 950px; margin: 0 auto;background:#fff;}

.heading {
    background-color:#cfdfc2;
    padding:5px;
}

.float-wrapper-rigid {float: left; width: 760px;} 
     /*** This can be floated left or right ***/

.first-float-rigid {float: right; width: 570px;}
     /*** This must be floated opposite
		to .second-float ***/

.second-float-rigid {float: left; width: 190px;}
     /*** This must be floated opposite
		to .first-float ***/

.third-float-rigid {float: right; width: 190px;}
     /*** This must be floated opposite
		to .float-wrap ***/

.clearfooter {
    background-color:#cfdfc2;
    border-top:solid 1px #000;
    clear: both;float:none;
    height:30px;
    margin:10px 0 0 0;
    padding:5px;}
img {border:0px;}
 /*p {padding: 10px;}*/
