@media print {
	
	body { color: #000; }
	
	/* HEADER */
	#header { display: none; }
	
	/* PAGE HEADER */
	#page_header_with_image { display: none; }
	
	/* CONTENT */
	#content.alt_top-100 { margin-top: 0; }
	
	/* TERMS and POLICY */
	#terms { display: block !important; }
	#terms .col_text { padding-left: 0; background: transparent; }
	#terms .col_text .text_wrapper { padding: 0; }
	#terms .col_text .text_wrapper:before { display: none; }

	/* TERMS and POLICY: Navigation */
	#terms .col_nav { display: none; }
	
	/* FOOTER */
	#footer { display: none; }
}
