$(document).ready(function(){
	
	// template results setup
	$("#primaryContent h2:first").css({
		background: "none",
		paddingTop: "0px"
	});

});