<!--
if (!window.opera) {
	try {
	  document.execCommand("BackgroundImageCache", false, true);
	} catch(err) {}
}

$(document).ready(
	function() {
		$('#menu li:first a').css('width','124px');
		if(typeof $('#pit3').columnize=='function') $('#pit3').columnize({ columns: 2 });
		$('.form_input').focus(function(){
			$(this).css({'border-color':'#37424a','background':'#e2e4e5','color':'#37424a'});
		});
		$('.form_input').blur(function(){
			$(this).css({'border-color':'#c1c4c7','background':'#c1c4c7','color':'#000'});
		});
		Cufon.replace('#header', {fontFamily: 'AGOpusHR'});
		Cufon.replace('#header_lat', {fontFamily: 'Linux Biolinum O'});
	}
);


// -->
