$(document).ready(function(){
	$(".article h2").attr({ style: "height:auto"});
	$(".article p").attr({ style: "height:auto"});
	$(".article h3").attr({ style: "height:auto"});
	$(".article h4").attr({ style: "height:auto"});
	$(".article a").attr({ style: "height:auto"});
	$(".article h5").attr({ style: "height:auto"});
	$(".article span").attr({ style: "height:auto"});
	
	$("#content .article h3").attr({ style: "width:230px"});
	$("#container .article h2").attr({ style: "width:230px"});
	$("#content .article p:not(.ref)").attr({ style: "width:230px"});
	$("#content .article p.logo").attr({ style: "width:135px"});
	$("#content .article h4").attr({ style: "width:230px"});
	
	$('a.zoom').ifixpng();
});	
