@charset "utf-8";

#contentheadercontainer
{
	background-color: #ffffff;
	height: 58px;
}

#contentheader
{
	background-image: url(/assets/skin/images/secondary_page/bg_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 58px;
	width: 852px;
	margin: 0 auto;
}

#rightcolumn
{
	margin-left: 220px;
	margin-bottom: 0;
}

* html #rightcolumn
{
	margin-left: 220px;
	margin-bottom: 0;
	height: 500px;
}

#leftcolumn
{
	float: left;
	width: 212px;
}

* html #leftcolumn
{
	float: left;
	width: 212px;
	margin-top: -30px;
}