	$(function(){	
    

		 $('div.headers-footer').each(function() {
			 $(this).corner("5px");
        });

		$('div.round_border').each(function() {$(this).corner("round 4px").parent().css('padding', '1px').corner("round 5px")});

	});
