$(function() {
	//$("#col-content").find("p:last").css("marginBottom", 0);
	$(".contact-form").validate({errorPlacement: function() {}});
	$("#col-content").jScrollPane({
		showArrows: true, 
		verticalDragMaxHeight: 200
	});
});

