﻿#two_column_layout_contentcolumn{
margin-left: 300px; /*Set left margin to LeftColumnWidth*/
background-color:White;
}

#two_column_layout_leftcolumn{
float: left;
width: 300px; /*Width of left column*/
margin-left: -100%;
background-color:White;
}

#two_column_layout_leftcolumn11{
float: left;
width: 200px; /*Width of left column*/
height:50px;
margin-left: -95%;
background-color:White;
}