.floatLeft
{
float: left;
margin: 5px 20px 5px 0px; 
clear: both;
}


.floatRight
{
float: right;
margin: 5px 0px 5px 20px; 
display: inline;
clear: both;
}

