function headersUp(){
	//$(".sp_content h1:first-child").css("margin-top", "-5px")
	$(".sp_content h1:first").css("margin-top", "-5px");
}



$(document).ready(function() {
	headersUp()
});