	/* Print specific class information (IE only) */		
		/* Hide elements */	
		
			#primary.search .searchColTwo {
				display: none;
			}
		
		/* IE fix relative positioning */
			
			#primary .innerBoxTitle, #primary .innerBox {
				position: relative !important;
			}
			#primary .innerBox {
				clear: both !important;
			}
 		
 			