#roomselector {
	position: absolute;
	color: #C69C6D;
	margin-left: 600px;
	margin-top: 11px;
	z-index: 3;
}

#search {
	position: relative;
	margin: 10px 15px;
	float: right;
	z-index: 3;
}

#search input.text {
	width: 150px;
	border: 1px solid #C69C6D;
}

#homeContent {
	position: absolute;
	margin: 480px 0px 0px 50px;
	
}
#newsContent {
	position: absolute;
	margin: 400px 0px 0px 50px;
	
}


#departure {
	position: absolute;
	margin-left: 60px;
}


#departure label {
	position: absolute;
	margin-left: 60px;
}

#roomselectornav {
	margin-bottom: -10px;
	z-index: 10;
}

.ortag{
	color: #C69C6D;
	padding-left: 0px;
	line-height:12px;
	font-size: 10px;
	text-decoration: none;
	

}