#bookingFormContainer {
	margin-left: 	15px;
}

#news {
	width: 			463px;
	position: 		absolute;
	right: 			5px;
	top:			0;
}

#currentNew h1 {
	font-size: 		1.1em;
	height: 		35px;
	line-height: 	35px;
}

#currentNew .text h1 {
	font-size: 		1.1em;
	height: 		auto;
	margin-bottom: 	20px;
	line-height:	15px;
	position: 		static;
	float: 			left;
}

#currentNew .date {
	position: 		absolute;
	right: 			15px;
	top:			13px;
}

#currentNew img {
	float: 			left;
	padding: 		10px;
	display: 		block;
}

#currentNew {
	position:		relative;	
	width: 			426px;
	height: 		281px;
	padding:		0px 0px 0px 30px;
	background: 	url("images/currentNewBackground.jpg") no-repeat;
}

.newContent {
	margin-top:	10px;
	margin-right: 	30px;
	height: 		225px;
	overflow: 		scroll;
}

.newContent h1 {
	width: 				200px;
}

#currentNew .scrollControlsY {
	top:				80px;
	right: 				10px;
}

#newsList {
	width: 				424px;
	height: 			325px;
	padding-left:		25px;
	padding-top:		3px;
	background: 		url("images/newsList.jpg") no-repeat;
	margin-top: 		20px;
}

#newsList li span {
	display: 			block;
	text-align: 		right;
	float: 				left;
	width: 				140px;
	color:				#877764;
} 

#newsList a {
	color:				#877764;
	text-decoration: 	none;
	position: 			relative;
	display: 			block;
	width: 				250px;
	margin-right: 		20px;
	overflow: 			hidden;
	float: 				left;
}

#newsList li.selected a, #newsList li.selected span, #newsList a:hover	 {
	color:				#533d32;	
}

#newsList li {
	height: 			45px;
	line-height:		45px;
}

#newsList li.new2 {
	height: 			55px;
	line-height: 		55px;
}

#newsList li.new3 {
	height: 			55px;
	line-height: 		55px;
}

#news .bottom {
	width: 				452px;
	height: 			34px;
	background: 		url("images/newsFooter.png") no-repeat;
	position: 			relative;
}

#news .bottom a { 
	padding-left: 	15px;
	background: 	url("images/newArrow.png") no-repeat left center;
	position: 		absolute;
	text-decoration: none;
	color:			#3b3030;
	font-size: 		.9em;
}

#prevNews {
	top:			8px;
	left:			100px;
}

#news .bottom #nextNews {
	padding-left: 	0px;
	padding-right:	15px;
	top:			8px;
	right:			100px;
	background: 	url("images/newArrow.png") no-repeat right center;
}