$(document).ready(function(){
	
	$pqHeight = $('#mainCopy').height() + $('#fallPhoto').height()+ 8 + 2;
	$('#pullQuotes').css("height", $pqHeight + 'px');
	
	// $borderHeight = $('#differenceLinks').height();
	$borderHeight = $('#linkGroup').height() - 32;
	$('#border').css("height", $borderHeight - 45 + 'px');
	
});
