#cellHeader,
#cellNavigation,
#cellSubNavigation,
#cellSecondary,
#cellTertiary {
	display:			none;
}

#cellPrintHeader {
	display:			block;
	
	margin:				0px 0px 20px 0px;
	padding:			12px 0px 12px 0px;
	
	width:				100%;

	border:				2px solid #333333;
	border-left:		none;
	border-right:		none;	
}

#cellPrintHeader h1 {
	margin:				0px;
	padding:			0px;

	font-size:			35px;
}

#cellContent {
	position:			relative;
	
	top:				auto;
}

#cellPrimary  {
	padding:			0px;
	margin:				0px;
	
	width:				100%;
}


#cellFooter {
	margin:				0px;
	padding:			12px 0px 12px 0px;
	
	width:				100%;
	
	font-size:			14px;
	line-height:		20px;

	border:				2px solid #333333;
	border-left:		none;
	border-right:		none;

}