﻿.picturesRight
{
    border: solid 2px black;
    float: right;
    margin-left: 20px;
    
}

.picturesLeft
{
    border: solid 2px black;
    float: left;
    margin-right: 20px;
}

.picturesBottom
{
    border: solid 2px black;
    float: left;
    bottom: 10px;
    display: block;
    position: relative;
}


#col1
{
    float: left;
    width: 200px;
}

#col2
{

}