

/*
=== GENERAL STYLES ===
*/


	#ContentShell #ContentContainer {
		position: relative;
		left: 0px;
		width: 840px;
	}
	
	#ContentShell #ContentContainer #ContentSubContainerLeft {
		position: absolute;
		left: 0px;
		width: 370px;
		clear: both;
	}
	
	#ContentShell #ContentContainer #ContentSubContainerRight {
		position: absolute;
		left: 405px;
		width: 370px;
		top: 0px;
		clear: both;
	}

	
	#HotelInfoResDirect {
		top: -30px;
		right: -42px;
	}
	
	#HotelInfoContainer {
		margin-top: 10px;
	}

