/* invert the columns */

html body #content .pagecontent {
	float: right;
	display: block;
	height: auto !important;
} 

html body #content .sidepanel{
	float: left;
	display: block;
}


