$(document).ready(function(){	
							 
	//corners
	$('#SubNav-Top').corner("bottom 6px");
	$('#motto').corner("8px");
	$('.featured-content').corner("8px");
	$('.featured-content h2').corner("top 8px");
	$('#MainNav-Left').corner("6px");
	$('#footer').corner("bottom 9px");

}); 
