$(document).ready(function() {
    $(".text-and-images p:first").addClass("intro");
	$("#navigation li:first-child").addClass("first-child");
	$("#navigation ul li:first-child").addClass("first-child");
	$("#navigation").height(50 + $("#navigation ul ul").outerHeight());
	

						   });
