body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
.hotel_name {
	padding: 5px;
	height: 20px;
	font-size: 16px;
	color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url('../assets/hotels/bgname.gif');
}
#content {
	float: none;
	width: 100%;
	margin: 10px;
	padding: 0px;
}
#content p {
	padding-bottom: 5px;
}
#content ul li, #content ol li {
	margin-bottom: 2px;
}
#hotel_summary {
	float: left;
}
#hotel_image {
	float: left;
	width: 240px;
}
#hotel_summary {
	margin-bottom: 15px;
}
#hotel_summary table {
	float: left;
	border-collapse: collapse;
	width: 240px;
}
#hotel_summary th {
	font-weight: bold;
	color: #EE5F00;
}
#hotel_summary td, #hotel_summary th {
	vertical-align: top;
	border-bottom: 1px dotted #EE5F00;
}
#hotel_summary tr.hotel_address td, #hotel_summary tr.hotel_address th {
	border-bottom: 0px;
}
#hotel_details {
	width: 480px;
}
#content .smallbottompadding {
	padding-bottom: 5px;
}
