$(document).ready(function() {
	$("#box_menu").corner("10px");
	$("#box_news").corner("10px");
	$("#box_enq").corner("10px");
	$("#box_c1").corner("10px");
	$("#box_c2").corner("10px");
	$("#box_c3").corner("10px");
	$("#box_c4").corner("10px");
	$("#box_c5").corner("10px");
	$("#box_c6").corner("10px");
	$("#box_c7").corner("10px");
	
	$("#box3").corner("10px");
	$("#box4").corner("bottom");
	$("#box5").corner("20px tl");
	$("#box6").corner("20px tr bl");
	$(".menu ul li").corner("10px");
});