div.columns, div.three_columns
{
	overflow: auto;
}

div.columns div.center
{
	margin-left: 50%;
}
* html div.columns div.center
{
	height: 1%;
	margin-left: 0px;
	position: relative;
}
*+html div.columns div.center
{
	overflow: hidden;
}

div.columns div.inner_left_padding
{
	padding-left: 5px;
}

div.columns div.inner_right_padding
{
	padding-right: 5px;
}

div.columns div.left
{
	float: left;
	position: relative;
	width: 50%;
}

div.columns div.outer_left_padding
{
	padding-left: 16px;
}

div.columns div.outer_right_padding
{
	padding-right: 16px;
}

div.page_columns div.outer_left_padding
{
	padding-left: 8px;
}

div.page_columns div.outer_right_padding
{
	padding-right: 8px;
}

div.three_columns div.center
{
	margin-left: 66.66%;
}
* html div.three_columns div.center
{
	height: 1%;
	margin-left: 0px;
	position: relative;
}
*+html div.three_columns div.center
{
	overflow: hidden;
}

div.three_columns div.left
{
	float: left;
	position: relative;
	width: 33.33%;
}

div.three_columns div.inner_left_padding
{
	padding-left: 2px;
}

div.three_columns div.inner_right_padding
{
	padding-right: 3px;
}
