/* CSS Document */
body {
	background: #3c84ac url(img/sky_bkgnd.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
		}
.mainbkgnd {
	background-color: #1c115e;
}
.roomsbkgnd {
	background-color: #971b1e;
	border: medium solid #FFFFFF;
}
p {
	text-align: left;
	padding: 20px;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-size: 75%;
	color: #FFFFFF;
	word-spacing: normal;
}
.whiteborder {
	border: medium solid #FFFFFF;
}
a:link {
	color: #FF0;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 75%;
}
a:visited {
	color: #FF0;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 75%;
}
a:hover {
	text-decoration: underline;
	font-family: Helvetica, sans-serif;
	font-size: 75%;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 95%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.line { background: #fff url(borderLine.png) no-repeat center bottom;
margin: 8px auto;
height: 1px;
}
.reserveform {
	font-family: Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}
.labels {
	font-family: Helvetica, sans-serif;
	color: #FFF;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}
