@charset "UTF-8";
body {
	background-image: url(images/background.jpg);
}
#pagewrap {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#header {
	padding-left: 110px;
	padding-top:30px;
	width: 1000px;
	position: absolute;
}
#quote {
	width: 975px;
	background-color: #E3DFC9;
	padding:0px 0 0 0px;
	padding-top:10px;

	margin: 0 auto;
	position: absolute;
	top:1010px;
	left:110px;
	border: 0.5px solid #999999;

}
#welcomecontent {
	width: 975px;
	background-color: #E3DFC9;
	padding:0px 0 0 0px;
	margin: 0 auto;
	position: absolute;
	top:255px;
	left:110px;

}

#rooms {
	width: 975px;
	background-color: #E3DFC9;
	padding:0px 0 0 0px;
	margin: 0 auto;
	position: absolute;
	top:200px;
	left:110px;
	border: 0.5px solid #999999;
}

#localareacontent {
	width: 975px;
	background-color: #E3DFC9;
	padding:0px 0 0 0px;
	margin: 0 auto;
	position: absolute;
	top:650px;
	left:110px;
		border: 0.5px solid #999999;

}
#arealinks {
	width: 477px;
	background-color: #E3DFC9;
	padding:0px 0 0 0px;
	margin: 0 auto;
	position: absolute;
	top:200px;
	left:110px;
	border: 0.5px solid #999999;
}
#calendar {
	width: 477px;
	background-color: #E3DFC9;
	padding:0px 0 0 0px;
	margin: 0 auto;
	position: absolute;
	top:200px;
	left:617px;
	border: 0.5px solid #999999;
}

h1 {
	font-size: 61px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E3DFC9;
	padding-top: 100px;
	float: none;
	font-family: "Edwardian Script ITC";
}
.h2 {
	width: 1000px;
	position: absolute;
	text-align:center;
	color: #E3DFC9;
}
.h3 {
	font-size: 30px;
	font-family: "Edwardian Script ITC";
	width: auto;
	text-align:center;
	background-color: #E3DFC9;
}

.h4 {
	font-size: 40px;
	font-family: "Edwardian Script ITC";
	width: 1000px;
	position: absolute;
	text-align:center;
	color: #330000;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
	background-color: #E3DFC9;
	padding: 10px 10px 10px 10px;
}
.roomtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	background-color: #E3DFC9;
}

