/* http://www.qtlbim.org */
/* Main layout code to provide a two-column layout */

/************************************************ Essential Layout Code ************************************************/
body {
	font-size:75%;
	margin:0;
	padding:0;
}

#PageCell {
	margin: 0px 10px;
	padding: 0px 170px 10px 12.5em;
	min-width:570px;
}

#Sidebar {
	position:absolute;
	top:0;	left:0;
	width:12.5em;
	max-width: 200px;
	height:100%;
	padding: 185px 10px 0px;
}

@media screen
{
	body>div#Sidebar {
		position:fixed;
	}
}

/* IE only hacks */
* html body { overflow:hidden; }
* html div#PageCell { height:100%; overflow:auto; }

/************************************************ End of Essential Layout Code ************************************************/
