@media print {


	/* Remove unwanted elements */
	.subMenu, .header, .gap, .gap-100, #top, #gallery, #contact, .noPrint {
		display: none;
	}

	
	/* Ensure the contents spans the full width */
	.content {
		display: block;
	}


	/* Insert page breaks */	
	#about {
	page-break-after: always;
	}	
	#dj {
	page-break-after: always;
	}
	#calendar {
	page-break-after: always;
	}
	.content1 {
	page-break-after: always;
	}


}