$(document).ready(function(){
	$('#menu_contents h2:first').css('margin-top','0px');
	$('#mission_statement h2:first').css('margin-top','0px');
	$('.menu_menu a').corner('9px top');
	$('.testimonial:last').css('border-bottom','none');
	$('.testimonial p:last').css('margin-bottom','0px');
	$('#homepage_images').crossSlide({
		fade:1.5,
		sleep:6.5
	}, [	
		{ src: 'images/home/chicken.jpg'},
		{ src: 'images/home/potatoes.jpg'},
		{ src: 'images/home/tomato_salad.jpg'}
	]);

});
