body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 0.6875em;
	background: #dfdac2 url(../img/bodybg.jpg) repeat-x;
}

a                 { text-decoration: none; }
a:link, a:visited { color: #827452; }
a:active, a:hover { color: #54441e; }
a:visited:hover   { color: #54441e; }

img {
	border: 0;
}

h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: #eae6d5;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.272em;
	margin-top: 2em;
	color: #eae6d5;
}

h3 {
	font-size: 1em;
	color: #eae6d5;
}

p {
	text-align: justify;
	line-height: 1.6em;
}

#main, #mainhome ul {
	line-height: 1.6em;
}

#linkbar {
	padding: 4px 0;
	/* height: 23px; */
	text-align: right;
	font-family: arial, helvetica;
	font-size: 1em;
	font-weight: bold;
	color: #80754d;
	background-color: #dcd6c0;
	border-bottom: 2px solid #bbb290;
}

#linkbarwrap {
	width: 900px;
	margin: 0 auto;
}

select#sites {
	font-size: 1em;
	font-weight: normal;
	color: #62572d;
	border: 1px solid #62572d;
	background-color: #f2efe4;
}

#container {
	width: 912px;
	margin: 30px auto;
	text-align: center;
}

img#logo {
	margin-left: 6px;
	float: left;
}

#wrapper {
	clear: both;
	width: 912px;
	margin: 0 auto;
}

#wraptop {
	height: 7px;
	width: 100%;
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
}

#wrapmid {
	width: 100%;
	text-align: left;
	background-image: url(../img/mid.png);
	background-repeat: repeat-y;
}

#wrapbot {
	height: 7px;
	width: 100%;
	background-image: url(../img/bot.png);
	background-repeat: no-repeat;
}

 	#top {
		width: 900px;
		margin: 0 auto;
		height: 40px;
		background: #cbc09f url(../img/topbg.jpg) no-repeat;
	}

		#nav {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			#nav li {
				margin: 0;
				padding: 0;
				float: left;
			}

				span.navtxt {
					display: none;
				}

				ul#nav li a {
					display: block;
					height: 40px;
					margin: 0;
					padding: 0;
					color: #ffffff;
				}

				#nav li a.amen { width: 85px;  background-image: url(../img/nav_amen.jpg); }
				#nav li a.meet { width: 74px;  background-image: url(../img/nav_meet.jpg); }
				#nav li a.wedd { width: 77px;  background-image: url(../img/nav_wedd.jpg); }
				#nav li a.banq { width: 77px;  background-image: url(../img/nav_banq.jpg); }
				#nav li a.rest { width: 95px;  background-image: url(../img/nav_rest.jpg); }
				#nav li a.attr { width: 158px; background-image: url(../img/nav_attr.jpg); }
				#nav li a.shop { width: 73px;  background-image: url(../img/nav_shop.jpg); }
				#nav li a.tour { width: 143px; background-image: url(../img/nav_tour.jpg); }
				#nav li a.phot { width: 118px; background-image: url(../img/nav_phot.jpg); }

				#nav li a.amen:hover { background-image: url(../img/nav_amen_on.jpg); }
				#nav li a.meet:hover { background-image: url(../img/nav_meet_on.jpg); }
				#nav li a.wedd:hover { background-image: url(../img/nav_wedd_on.jpg); }
				#nav li a.banq:hover { background-image: url(../img/nav_banq_on.jpg); }
				#nav li a.rest:hover { background-image: url(../img/nav_rest_on.jpg); }
				#nav li a.attr:hover { background-image: url(../img/nav_attr_on.jpg); }
				#nav li a.shop:hover { background-image: url(../img/nav_shop_on.jpg); }
				#nav li a.tour:hover { background-image: url(../img/nav_tour_on.jpg); }
				#nav li a.phot:hover { background-image: url(../img/nav_phot_on.jpg); }

	#main, #mainhome {
		width: 900px;
		margin: 0 auto;
    background-color: #7f0000;
    overflow: hidden;
	}

  #contenthome {
    overflow: auto;
  }

		#mainleft {
			position: relative;
			width: 210px;
			float: left;
		}

		#mainlefthome {
			position: relative;
			width: 450px;
			height: 400px;
			float: left;
		}

		#mainleftcontact {
			position: relative;
			width: 550px;
			height: 400px;
			float: left;
		}

			#booknow {
				position: absolute;
				top: 193px;
				left: 10px;
				width: 190px;
				height: 137px;
			}

			#specials {
				position: absolute;
				top: 337px;
				left: 10px;
				width: 190px;
				height: 53px;
			}
			#summerspecial {
				position: absolute;
				top: 60px;
				left: 10px;
				width: 210px;
				height: 120px;
			}

		#content {
			float: left;
			width: 630px;
			padding: 30px;
			color: #ffffff;
			background: #7f0000 url('../img/contentbg.jpg') no-repeat;
			overflow: auto; /* opera */
			overflow: -moz-scrollbars-vertical; /* moz */
			overflow-y: auto; /* IE */
			overflow-x: hidden; /* IE - force scrollbar inclusive of div width */
		}

			.floatp p {
				float: left;
				width: 260px;
				margin: 15px;
			}

			div.clr {
				clear: both;
				margin: 0;
				padding: 0;
				width: 100%;
				font-size: 0.1em;
			}

			img.galleryimg {
				margin: 5px;
				float: left;
			}

		#contenthome {
			float: left;
			width: 390px;
			height: 340px;
			padding: 30px;
			color: #ffffff;
			background: #7f0000 url(../img/contentbg.jpg) no-repeat;
		}

		#contentcontact {
			float: left;
			width: 290px;
			height: 340px;
			padding: 30px;
			color: #ffffff;
			background: #7f0000 url(../img/contentbg.jpg) no-repeat;
		}

			#content a, #contenthome a, #contentcontact a { text-decoration: underline; }
			#content a:link, #content a:visited, #contenthome a:link, #contenthome a:visited, #contentcontact a:link, #contentcontact a:visited { color: #ffffff; }
			#content a:active, #content a:hover, #contenthome a:active, #contenthome a:hover, #contentcontact a:active, #contentcontact a:hover { color: #eae6d5; }
			#content a:visited:hover, #contenthome a:visited:hover, #contentcontact a:visited:hover { color: #eae6d5; }

#footer {
	clear: both;
	margin: 30px 0 0 0;
	padding: 20px;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 1em;
	color: #978c62;
	border-top: 3px solid #978c62;
	border-bottom: 1px solid #978c62;
	background-color: #f2efe4;
}

	hr.ftrhr {
		margin: 2em auto 0 auto;
		padding: 0;
		width: 600px;
		height: 1px;
		text-align: center;
		color: #e2dec6;
		background-color: #e2dec6;
		border: 0;
	}

	#footer p {
		text-align: center;
		margin: 0;
	}

	#footer a       { color: #978c62; }
	#footer a:hover { color: #54441e; }

	#footerwrap {
		width: 600px;
		overflow: auto;
		margin: 0 auto;
		text-align: center;
	}

		.ftrcolleft, .ftrcol, .ftrcolright {
			text-align: left;
			margin: 0;
			padding: 0;
			float: left;
			list-style: none;
		}

		.ftrcol, .ftrcolright {
			padding-left: 10px;
			border-left: 1px solid #e2dec6;
		}

		.ftrcolleft, .ftrcol {
			margin-right: 30px;
		}

		.ftrcolleft li.dblline, .ftrcol li.dblline, .ftrcolright li.dblline {
			margin-bottom: 1em;
		}