function adjust_ie() {
	if (window.attachEvent) {
		document.getElementById('navColumnTwoWrapper').style.width='251px';
		//document.getElementById('zen_footer').style.width='600px';
		//document.getElementById('zen_footer').style.paddingRight='315px';
		//document.getElementById('indexDefaultMainContent').style.fontSize= '0.8em';
		var body = document.getElementsByTagName('body');
		body = body[0];
		body.style.fontSize = '60%';
		document.getElementById('fixed_navigation').style.fontSize= '0.8em';
	}
}