Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('.nav li a');
Cufon.replace('.lang a');
Cufon('.nav-left li a', {
	color: '#ffffff',
	hover: {
		color: '#b0d3fe'
	}
});

/*
$(document).ready(function(){
    var window_height = parseInt($(window).height());
    var header_footer = parseInt($('#header_fix').outerHeight(true)) + parseInt($('#footer').outerHeight(true));
    var content = window_height - (header_footer + ( parseInt($('#content').outerHeight(true)) - parseInt($('#content').height()) ));
    if(content > 100) {
	$('#content').css({
	    'height': content,
	    'overflow-y': 'auto'
	});
    }
});
*/
