@charset "utf-8";
/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	text-align:left;
}
h1 {
	font-size: 26px;
	display:inline;
	font-variant: small-caps;
	text-align:right;
}
h2 {
	font-size: 23px;
	display:inline;
}
.packageHeader {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.packageHeader2 {
	font-size: 19px;
	font-weight: bold;
	text-decoration: underline;
}
#roomInfo {
	color:#B30000;
}
.roomHeader {
	font-size:24px;
	/*color:#B30000;*/
}
.roomPoint {
	color:#000080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.social {
	padding:10px 5px 10px 5px;
}
.closed {
	position:relative;
	background-image: url(images/closed.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:4;
	width:252px;
	height:25px;
	margin-bottom:-32px;
	margin-left:120px;
	margin-top:5px;
}

