﻿@import url('TwoColumn.css');

div#left-nested-column
{
    float: left;
    width: 330px;
}

div#right-nested-column
{
    display: inline;
    float: right;
    width: 330px;
}