/* ********* BODY PROPERTIES ********* */

	html, body {
		height: 100%;
		width: 100%;
	}

	body{
	margin:0px;
	padding:0px;
	background:#000 url(../../imgs/pop-hotel-bg.jpg) top;
	background-position:center;
	font-family:arial;
	font-size:12px;
	line-height: 16px;
	color:#333;
	/*overflow:auto;*/
	background-repeat:no-repeat;
	}

/* ********* POP-UP PROPERTIES ********* */

#hotelpopdiv  {
	width: 100%;
	padding-top:18px;
	color:#eae3d7;
	background: #000 url(../../imgs/pop-hotel-bg.jpg) top;
	background-repeat:no-repeat;
}

#hotelcontentdiv {
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
	width:530px;
}

.hotelpopheader  {
	font-size:14px;
	color:#f5e1b8;
	font-weight:bold;
	line-height: 22px;
}

.hotelpopprint  {
	color:#f5e1b8;
	font-weight:bold;
	text-decoration:underline;
}

/* ********* CONTENT PROPERTIES ********* */

h1	{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin:20px 0px 20px 0px;
	text-align:center;
	color:#f5e1b8;
}