// General fix
window.addEvent('load', function()
{
	$('contentExpand').setStyle('height', $('contentLeft').getStyle('height').toInt() - 430);
});


