﻿.leftImage
{
    float:left;
}

.rightImage
{
    float:right;
}

.topRightContent
{
    padding:10px 10px 10px 10px;
    float:right;
    width:430px;
}

.topLeftContent
{
    padding:10px 10px 10px 10px;
    float:left;
    width:430px;
}

.doorsBefore
{
    float:left;
    text-align:center;
}

.doorsAfter
{
    float:right;
    text-align:center;
}

.process
{
 margin:0px 0px 10px 0px;   
}