table {
	margin-bottom: 5px;
	/*
	background-color: #FFFFFF;
	border: #ECE8DB 1px solid;
	*/
}
#rooms, #services, #discounts {
	background-color: #ffffff;
	border: #ECE8DB 1px solid;
	padding: 5px;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}

#prices {
	width: 702px;
	height: 340px;
	padding: 0 10px;
	overflow: hidden;
	background: url(../images/sectionContents.png) no-repeat;
	line-height: 15px;
	font-size: 12px;
	padding: 10px;
}

h3 {
	padding-left: 40px;
}
#rooms ul {
	padding: 5px;
	margin-left: 20px;
	list-style-type: disc;
}

#rooms ul li {
	float: left;
	width: 120px;
}

#services ul li, #discounts ul li {
	margin-left: 20px;
	list-style-type: disc;
}
