$(document).ready(function(){
	$('#MainContents .Block:last-child').css("border","none");
});

