$(function(){
	Cufon.replace('h1, h2');
	if($("body#section #main_container #content, body#interior #main_container #content").height()<433){
		$("body#section #main_container #content, body#interior #main_container #content").height(433);
	}
});