body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #432910;
	background-color: #60462B;
}
a {
	color: #4C75A1;
}
a:hover {
	color: #2D760A;
}

p:first-child{
	margin-top: 0px;
}
h1:first-child{
	margin-top: 0px;
	padding-top: 0px;
}
.floatRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}


#fill {
	background-image: url(siteimages/template/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


#page {
	margin: auto;
	width: 780px;
}
#header {
	height: 218px;
	background-image: url(siteimages/template/header-bg.jpg);
	background-repeat: no-repeat;
}
#header #navbar {
	padding-top: 12px;
	padding-right: 36px;
	padding-left: 36px;
}


#mainContent {
	background-image: url(siteimages/template/content-fill.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFEFD3;
	width: 780px;
}
#mainContent .content {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 36px;
	padding-bottom: 16px;
	padding-left: 36px;
}
#mainContent .content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #41577C;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



#mainContent .content .leftCol {
	padding-right: 18px;
	vertical-align: top;
}
#mainContent .content .rightCol {
	padding-left: 18px;
	vertical-align: top;
}

#mainContent .content h1 {
	font-size: 18px;
	color: #37290C;
	font-weight: normal;
}
#mainContent .content .caption {
	font-size: 12px;
	color: #406B9E;
}
#mainContent .content .caption p {
	margin-top: 0px;
	margin-bottom: 8px;
}
#mainContent .content li {
}
#mainContent .content ol li {
	margin-bottom: 12px;
}

#fill #page #mainContent .content ul {
	padding-left: 0em;
	margin-left: 1.5em;
}


#mainContent .quote {
	font-style: italic;
	font-weight: normal;
	color: #4C75A1;
	font-size: 18px;
}
#mainContent .quoteSmall {
	color: #4C75A1;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

#mainContent .content .boxout {
	padding: 0px;
	border: 1px none #41577C;
	font-size: 12px;
	font-weight: bold;
}
#mainContent #gallery {
	height: 500px;
	border: 1px none #60462B;
	width: 707px;
}
#mainContent #rates td {
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #A5C2EA;
	border-right-color: #A5C2EA;
	border-bottom-color: #A5C2EA;
	border-left-color: #A5C2EA;
	font-size: 12px;
}
#mainContent #reservation .reservationTable {
	font-size: 12px;
	border: 1px solid #60462B;
}
#mainContent #reservation .reservationTable td {
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #EBCF9F;
	border-right-color: #EBCF9F;
	border-bottom-color: #EBCF9F;
	border-left-color: #EBCF9F;
}










#footer {
	height: 29px;
	background-image: url(siteimages/template/foot-fill.jpg);
	background-repeat: no-repeat;
}
#footer .content {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 12px;
}
#footer .content a {
	color: #37290C;
}
