﻿#layout4
{
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	clear: both;
}

#layout4 #top
{
    width: 100%;
    clear: both;
}
#layout4 #top .column1
{
    width: 99.99%;
    float: left;
}

#layout4 #middle
{
    width: 100%;
    clear: both;
}
#layout4 #middle .column1
{
    width: 63.99%;
    float: left;
    margin-right: 15px;
    z-index: 2;
}
#layout4 #middle .column2
{
    width: 33.99%;
    float: left;
    z-index: 1;
}

#layout4 #top
{
    clear: both;
}

#layout4 #bottom .column1
{
    width: 99.99%;
    float: left;
}
