	$(document).ready(function(){	
		$('#navspacer').html('&nbsp;');
		$('#navspacer').height($('#navcontainer').height() + 12);
		if($('#CenterTD').height() < 400)
		{
			$('#CenterTD').height(400);
		}
		
		$('#leftpanelstuff').height($('#CenterTD').height() - 50 );

		//$('.button').button();
	});
