﻿.twoColumn
{
}

.twoColumn .row
{
    clear: both;
}

.twoColumn .row .left
{
    width: 450px;
}

.twoColumn .row .right
{
    width: 450px; 
    text-align: center; 
    float: right;
}

.space
{
    clear: both;
}
