$(document).ready(function() {	
	 Cufon.replace('h1, #navs a, h2,#about_home_title, #lang_selector a, #footer li a, h3', { fontFamily: 'Aller' });
	 
	var height = $("#wrapper").height();
	
	$("#sidebar").height(height-5);
});