
$(document).ready(function() {					   
	var currentWindow = ($('#columns').height()) - 0;
    $('#columns').css({'padding-bottom': 6});
	$('#mainNav li').first().addClass('first');
	$('#lowerNav a').first().addClass('first');
	$('#mainTestimonials p').first().addClass('first');
	$('#footer p').first().addClass('first');
	$('#footer p').last().addClass('last');
	$(".columns").equalHeights(356);
});


