#cellPage {
	margin:				0;	
	padding:			0;	

	width:				100%;
}

#cellLogo,
#cellLogo .inner,
#cellContent,
#cellContent .inner,
#cellPrimary,
#cellSecondary,
#cellSecondary .widgetwrapper {
	position:			relative;
	top:				auto;
	left:				auto;
	
	margin:				0;	
	padding:			0;	

	float:				none;

	width:				100%;
	height:				auto;
	
	border:				none;
	
	clear:				both;
}


#cellHeader,
#cellBanner,
#cellNavigation,
#cellContent img,
#cellContent .imgdisplay,
#cellContent .actions,
#cellTertiary,
#cellFooter {
	display:			none;
}

