/*  Print Styles
==============================================================*/

* {
	color: #000; background: #fff;
	}

#accessibility, #navigation, #content-feature {
	display: none;
	}
	
	
	
	
	
	/*  for search results  print display 
	===========================================*/
	
	
	#brand,
	#nav,
	.nav-search-type,
	#legal {
		display:none;
	}
	
	#content {
		float:left;
	}
