/**
 * Core JS File (included on every page for main functions)
 *
 * Joyworks Website (joyworks.co.uk)
 * Website Desiged & Developed by Papertank (papertank.co.uk)
 * Copyright (c) Papertank LLP (hello@papertank.co.uk) 2010. All rights reserved.
 *
*/

$(document).ready(function(){

	$("#header").corner('round bottom 5px');
	$("#footer").corner('round 5px');
	
	$('.corners').corner('round 5px');
	
});
