body {
	background:#78635c;
}

#bg-top {
	position:fixed;
	z-index:-2;
	top:0px;
	width:100%;
	height:168px;
	background:url(../assets/bg-top.jpg) center repeat-x;
}

#bg-mid {
	position:fixed;
	z-index:-2;
	width:100%;
	top:166px;
	bottom:166px;
	background:url(../assets/bg-mid.jpg) top center repeat;
}

#bg-bot {
	position:fixed;
	z-index:-2;
	bottom:50px;
	width:100%;
	height:168px;
	background:url(../assets/bg-bottom.jpg) center repeat-x;
}

#container {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-450px;
	width:900px;
}

#logo {
	position:fixed;
	z-index:1;
	margin-top:16px;
}

#photos {
	width:365px;
	height:286px;
	background:url(../assets/photos/1.png) no-repeat;
	overflow:hidden;
}

#navigation {
	position:fixed;
	z-index:200;
	min-width:500px;
	top:20px;
	left:50%;
	margin-left:-40px;
}

#about {
	margin:10px auto auto -15px;
}

#foodadrink {
	margin:auto auto auto -15px;
}

#happenings {
	margin:20px auto auto -17px;
}

#onelove {
	margin:18px auto auto -15px;
}

#content {
	position:absolute;
	z-index:0;
	top:132px;
	left:50%;
	margin-left:-70px;
}

#middle {
	padding:20px 45px 40px 50px;
	width:368px;
	background:url(../assets/content-middle.png) repeat-y;
}

#body-text {
	width:375px;
	min-height:300px;
	position:relative;
	z-index:999999;
}

h1 {
	font-family:'Covered By Your Grace', cursive;
	font-size:30px;
	color:#333;
	margin-bottom:15px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	line-height:24px;
	font-weight:bold;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:24px;
	margin-bottom:15px;
}

strong {
	font-weight:bold;
}

ul {
	margin-bottom:15px;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:24px;
	list-style-type:disc;
	margin-left:40px;
}

.tagline {
	text-align:center;
	font-family:'Covered By Your Grace', cursive;
	font-size:30px;
	color:#333;
}

#bottom {
	margin:-25px auto auto 10px;
}

#footer {
	width:100%;
	height:43px;
	background:url(../assets/footer.jpg) center repeat-x;
	position:fixed;
	bottom:0px;
	box-shadow:#000 0px -2px 5px;
	border-top:solid 1px #fff;
	font-family:'Covered By Your Grace', cursive;
	font-size:28px;
	color:#fff;
	text-align:center;
	text-shadow:#000 0px 2px 2px;
	padding-top:14px;
	z-index:5555;
}

#footer a, #footer a:visited {
	text-decoration:none;
	color:#fcc900;
}

#facebook {
	position:fixed;
	bottom:4px;
	left:50%;
	margin-left:-400px;
	z-index:9999999;
}

#twitter {
	position:fixed;
	bottom:3px;
	left:50%;
	margin-left:-350px;
	z-index:9999999;
}

#palm-left {
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:-1;
}

#palm-right {
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:-1;
}

#rope-left {
	width:46px;
	height:100%;
	background:url(../assets/rope-left.png) repeat-y;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
}

#rope-right {
	width:46px;
	height:100%;
	background:url(../assets/rope-right.png) repeat-y;
	position:fixed;
	top:0px;
	bottom:0px;
	right:0px;
}

#middle a {
	position:relative;
	z-index:99999;
	font-weight: inherit;
	color: inherit;
	text-decoration: underline;
	font-size: inherit;
	font-style: inherit;
}

#preload {
	height:1px;
	width:1px;
	visibility:hidden;
	overflow:hidden;
}

#highslide-position {
	position:absolute;
	width:20px;
	height:20px;
	top:0px;
	left:50%;
	margin-left:-552px;
}