	#left {
		width: 190px;	
	}

	#middle { 
		margin-left: 190px;
		_margin-left: 0px;
		margin-right: 200px;
		_margin-right: 0px;
		_padding-right: 220px;
	/* seems that this one causes IE8 problem with shifting autocomplete list	
		position: relative;
	*/	
	}
	
	#innerMiddle {
	/* seems that this one causes IE8 problem with shifting autocomplete list	
		position: relative;
	*/	
	}

	#right {
		position: absolute;
		top: 10px;
		right: 0px;
		width: 190px;
	}

	#countryChooser {
		position: absolute;
		right: 220px;
	}

	#footer  {
		clear: both;
	}

	#breadcrump {
		padding-right: 200px;
	}