#contentarea {
	position: relative;
}

#content_sidebar {
	float: none;
	position: absolute;
	top: 0;
}

#content_main {
	float: none;
	position: absolute;
	top: 0;
	left: 276px;
}

body.index #content_main {
	left: 0;
	top: 0;
}

#foot {
	display: none;
}