body { padding: 15px; }
#header_title { width: 400px; }
#header h1 { width: 400px; }
#header_links
{
	width: auto;
	vertical-align: bottom;
	float: right;
	text-align: right;
	height: 80px;
	padding: 6px 90px 6px 6px;
}
#content_center { margin-right: 216px; }
#container_rightside { float: right; }
#container_rightside, #container_leftside { clear: none; }
#content_left { float: left; }
#content_right { float: right; }
#content_left, #content_right {
	width: 50%;
	width: 49%;
}
html>body #content_left, html>body #content_right { width: 50%; }
