
.imgfloatleft p
{
    margin-top:4px;
    /* float : left;
    width : 60%;*/
    text-align : justify;
}

.imgfloatleft div.left
{
    text-align : center;
    float : left;
}

.imgfloatleft div.right
{
    /*text-align : center;
    float : right;
    position : relative;
    margin : 10px;
    width : 180px;*/
}

.imgfloatleft .imageholder
{
    float : left;
    margin : 10px;
    margin-left : 10px;
    padding-right : 5px;
    /*border-right : 2px outset;*/
}

.imgfloatleft .spacer
{
    clear : both;
}
