@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px}


div#hotel{
	position: absolute;
	padding: 10px;
	width:600px;
	height: 300px;
	top:53%;
	left:7%;
	padding-right:2px;
	margin-left:-75px;	
	overflow: auto;
	background: #fff;
	font-size: 95%;
	color: #5c3a14;
	line-height: 130%;
}

div#hotel2{
	position: absolute;
	padding: 10px;
	width:600px;
	height: 300px;
	top:53%;
	left:7%;
	padding-right:2px;
	margin-left:-75px;	
	overflow: auto;
	background: #fff;
	font-size: 95%;
	color: #5c3a14;
	line-height: 130%;
}

div#hotel a{		
	color: #5c3a14;
}

div#hotel h1{
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
	color: #5c3a14;
}
div#hotel h1 a {
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
	color: #5c3a14;
}
div#hotel h2 {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: #5c3a14;
}
div#hotel h2 a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: #5c3a14;
}
