#banner {
	height: 150px;
	background-image: url(/images/accommodation/banner2.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#colContainer {
	padding-left: 50px;
}

.item {
	float: left;
	width: 200px;
	padding: 5px;
	margin: 5px;
}

.item h2,h3 {
	width: 100%;
	text-align: center;
	margin: 0;
}

.item .image {
	bottom: 0px;
	text-align: center;
	padding-top: 10px;
}

.item .image img {
	border: solid 1px #c85800;
	text-align: center;
}