jQuery( document ).ready( function($) {

	Cufon.replace( '#header .menu ul li a, #header .menu ul li a:visited', 
	{ fontFamily: 'century-gothic', hover: true } );
	
	Cufon.replace( 'div.image-title p, div.image-desc p, div.caption .caption_cont span', 
	{ fontFamily: 'century-gothic', hover: true } );
	
	Cufon.replace(  '#footer ul li a, #footer ul li a:visited, #footer .right', 
	{ fontFamily: 'century-gothic', hover: true } );
	
	Cufon.replace( '.maincontent h1, .maincontent h2, .maincontent h3, .maincontent h4, .maincontent h5, .maincontent h6, .maincontent p, .maincontent li', 
	{ fontFamily: 'century-gothic', hover: true } );
	
	Cufon.replace( '.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, .sidebar p, .sidebar li', 
	{ fontFamily: 'century-gothic', hover: true } );
	
	Cufon.replace(  '.photo span', 
	{ fontFamily: 'century-gothic', hover: true } );
	
	Cufon.replace(  '.maincontentcontact h2, .maincontentcontact label, .maincontentcontact button', 
	{ fontFamily: 'century-gothic', hover: true } );
	
	jQuery( '[href="#"]' ).click( function () { return false; } );
	
} );
