body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: 10;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #343434;
	line-height: 1.4;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFCC00;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

#navigation a {
	font-size: 13px;
	color: #010101;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 8px;
	text-decoration: none;
	line-height: 149%;
}
#navigation a:hover {
	text-decoration: none;
	border: 0px none;
	color: #333;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFCC00;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.bodyHeader { 
	font-size: 16px;
	color: #FFFFCC;
}
.roomsHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-left: 10px;
}
.roomsHeaderl1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 14px;
	letter-spacing: 1.5px;
}
.largeFirst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	text-transform: uppercase;
}
.mx {
	color: #FFF;
}
.mx h2 {
	color: #AF710A;
	margin-left: 10px;
}
.mx ul {
	list-style-type: square;
}
#scroll {
	overflow: auto;
	height: 350px;
}
#scroll h1 {
	font-size: 16px;
	margin-top: 0px;
}
#scroll a {
	color: #333;
}
.img_center {
	text-align: center;
}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: center;
}
