@charset "UTF-8";
body {
	background: #cca760;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 0px;
	margin: 0px;
	height: 165px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 20px;
	background: url(../images/bckndinside.jpg) no-repeat;
	height: auto;
	margin-bottom: 0px;
}
#mainContent p {
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #887858;
	text-decoration: none;
	margin: 0px;
	padding: 0px 50px 10px 40px;
}

#mainContent h1 {
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #706f69;
	text-decoration: none;
	margin: 0px;
	padding: 0px 50px 10px 40px;
}

#mainContent h4 {
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #B49355;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 50px 10px 40px;
}

#mainContent h5 {
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	margin: 0px;
	padding: 20px 50px 10px 35px;
	text-align: left;
}

#feature{
	padding: 0 0px;
	margin: 0px;
}

.oneColFixCtrHdr #footer {
	padding: 0px 10px 0;
	height: 35px;
	background: url(../images/footerbcknd.jpg) repeat-x;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #d5952c;
	text-decoration: none;
	text-align: center;
	padding: 0px 0 10px;
	background: center;
}
#footer table {
	text-align: center;
	margin-top: 0px;
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #d5952c;
	text-decoration: none;
	background: center center;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
}

#footer a{
	color: #d5952c;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
#mainContent a {
	color: #996600;
	text-decoration: none;
}
#mainContent a:hover {
	color: #996600;
	text-decoration: underline;
}
#mainContent h2 {
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 13px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	color: #330000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 50px 10px 40px;
}
#mainContent h3 {
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 13px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #887858;
	text-decoration: none;
	margin: 0px;
	padding: 0px 50px 10px 40px;
}
#mainContent small {
	font-size: 70%;
	text-decoration: none;
}
#mainContent #travelerprofile {
	background: url(../images/travelerprofiles.jpg) no-repeat;
	margin-left: 40px;
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#mainContent #travelerprofile p {
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;
}
#mainContent #contactus {
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 15px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #887858;
	text-decoration: none;
	margin: 0px 0px 0px 40px;
	padding: 0px 50px 10px 0px;
}

#amenities {
	background: url(../images/amenities.png) no-repeat;	
	}
#amenities p {
	font-family: Rockwell, "American Typewriter", serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal
	font-weight: normal;
	font-variant: normal;
	color: #f9e27b;
	text-decoration: none;
	padding: 8px 50px 10px 35px;
	text-align: left;
	line-height: normal;
}
