body{
	margin: 0;
	padding: 0;
}
#page {
	/*width: 90em;*/
	margin: 0 auto;
	max-width: 70em;
	max-width: 1104px;
	max-width: 85em;
}
#page-inner {
	min-width: 50em;
}
.small #page-inner,
.not-front.node-type-page #page-inner,
.not-front.node-type-image #page-inner,
.not-front.node-type-story #page-inner {
	max-width: 75em;
}
.not-front.node-type-page, .not-front.node-type-story{
	/*padding-right: 17em;*/
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.clearfix { display:block; }
#ie_clearing { display:none; }

#sidebar-left { float:left; width:16em; margin: 0;}
#content { width:auto; margin: 0; border-left-width: 16em}

#content-inner, #sidebar-left-inner{ position:relative; }

/* creates new block floating context */
#content-content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 20;
}

.panel-2col-stacked .panel-col-top {
	clear: none;
}
#navbar {
	display: none;
}