html, body, #wrapper {
	background-color:#000000;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #b3b3b3;
} 

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	padding:15px;
}

.contentRooms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:15px;
}

.tablesRates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}

.footer {
	margin-bottom:3px;
	padding-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-align:center;
}

.footer a:link {
	color: #CCC;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #CCC;
}
.footer a:hover {
	text-decoration: underline;
	color: #CCC;
}
.footer a:active {
	text-decoration: none;
	color: #CCC;
}
