/*float left*/
.left

{
        float: left; /*left in our text*/
        margin: 3px; /*space around the image*/
}


/*float right*/
.right
{
         float: right; /*right in our text*/
         margin: 3px; /*space around the image*/
}
