	#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;
	*/
	}

/* seems that this one causes IE8 problem with shifting autocomplete list
#innerMiddle {
	position: relative;
}
*/

	#right {
		position: absolute;
		top: 10px;
		right: 0px;
		width: 190px;
	}

	#countryChooser {
		position: absolute;
		right: 220px;
		z-index:2000;
	}

	#footer  {
		clear: both;
	}

	#breadcrump {
		padding-right: 200px;
	}

