@charset "UTF-8";
#container {
	width: 815px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #39AA3E;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px #777;
	-moz-box-shadow: 0px 0px 15px #777;
	box-shadow: 0px 0px 15px #777;
}
#nav {
	width: 770px;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
	background-color: #39B54A;
	height: 32px;
}
#content, #content2 {
	width: 770px;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
}
#header {
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #555;
	margin-top: 4px;
}
#nav-cntnr {
	width: 770px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#nav-cntnr li {
	float: left;
	list-style-type: none;
	margin-top: 7px;
	/* [disabled]height: 32px; */
}
#nav-cntnr li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
	list-style-type: none;
	list-style-image: none;
	letter-spacing: 2px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
#nav-cntnr li a:hover {
	background-image: url(images/nav-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
	margin-top: -5px;
	padding-top: 5px;
}
#nav-cntnr li.active a:hover {
	background-image: none;
}
.active {
	background-image: url(images/nav-active.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: -5px;
	margin-top: -5px;
}
#leftcol {
	width: 330px;
	margin-right: 14px;
	margin-left: 14px;
	float: left;
}
#rightcol {
	width: 398px;
	margin-right: 14px;
	float: left;
}
blockquote {
	font-family: "Times New Roman", Times, serif;
	color: #666;
	font-size: 12px;
	font-weight: lighter;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.clearboth {
	clear: both;
	height: 1px;
}
#content2 p {
	float: left;
	width: 330px;
	margin-right: 10px;
}
#content2 img {
	float: left;
	margin-top: 14px;
}
.room-cntnr {
	width: 740px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 15px;
	margin-left: 15px;
}
.style12 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #333333; 
	font-style: italic; 
}
.style14 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}
html {
       overflow-y: scroll;
}
strong {
	font-weight: bold;
}
