#cellHeader {
	width:					100%;
	
	margin-bottom:			20px;
	
	border-bottom:			2px solid #666666;
}

#cellNavigation,
#cellBanner,
#cellSecondary,
#cellFooter {
	display:			none;
}

#cellContent,
#cellPrimary,
#cellPrimary .cellNucleus {
	padding:			0px;
	margin:				0px;
	
	width:				100%;
}

#cellPrimary h1,
#cellTertiary h1 {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 16px 0px;

	width:				auto;
	height:				auto;

	font-size:			20px;
	font-weight:		bold;
	color:				#000000;
}