#sidebarContainer {
	float: right;
	width: 45%;
	font-size: 1.1em;
	padding: 32px 0px 16px 16px;
	border-left: 1px solid #ccc;
}

#navcontainer #current {
	display:none;
}

#navcontainer {
	line-height:2.0em;
}

#contentContainer {
	margin-right:50%;
}


