body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

#hotel_left {
	float: left;
	width: 384px;
	background-image: url(hotel.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 313px;
}

#menuline {
	padding: 15px 0px 15px 0px;
	font-weight: bold;
	font-size: 15px;
}

#hotel_right {
	float: left;
	clear: none;
	padding: 0px 10px 10px 30px;
	color: #000;
	width: 384px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

hr {
	border-bottom: 1px solid black;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

h2 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
}