﻿#two_column_layout_contentcolumn{
/*margin: 0px 100px 0px 150px;*/
margin-left: 150px; /*Set left margin to LeftColumnWidth*/
}

#two_column_layout_leftcolumn{
float: left;
width: 150px; /*Width of left column*/
margin-left: -90%;
margin-top:30px;
}


#two_column_layout_rightcolumn
{
float: left;
width: 100px; /*Width of right column*/
margin-left: -100px; /*Set left margin to -(RightColumnWidth)*/
background: #FDE95E;
}


#rightcolumn
{
	float:right;
	width:10%;
}
