body {
	background: #CCE3BE;
}
a {
	color: #000000;
}
a img {
	border: none;
}
.prop {
	height: 520px;
	float: right;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.main-pane {
	display: inline;
	float: left;
	width: 710px;
	background: url(img/main_bg.jpg) top left no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	padding: 20px;
}
p.indent {	
	text-indent: 2em;
}
.hotel {
	border: 1px solid #333;
	padding: 10px;
	background-color:#abcd96;
	margin-bottom: 10px;
}
.hotel-name {
	text-align:center;
	font-size: 150%;
	font-weight:bold;
}