@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #856d3a;
	background: #000;
}

a img {
	border: 0 none;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
	color: #856d3a;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
}

h4 {
	margin-bottom: 5px;
}

ul {
	list-style-type: square;
}

.nofloat {
	position: relative;
	float:none;
	display:block;
	clear: both;
}

#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 944px;
	height:auto;
	color: #fff;
	background: #000 url(../images/bg/container.jpg) repeat-y scroll;
}

#header {
	position: absolute;
	left: 9px;
	width: 926px;
	height: 234px;
	background: #000 url(../images/bg/head.jpg) no-repeat scroll;
}

#snav {
	position: absolute;
	width: 240px;
	height: 20px;
	text-align: right;
	background: transparent url(../images/bg/snav.jpg) no-repeat;
	left: 411px;
	top: 11px;
	z-index: 100;
}

#snav a {
	padding: 0 10px;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
}

#snav a:hover {
	color: #000;
}

#teaser {
	position: absolute;
	color: #fff;
	left: 0px;
	top: 127px;
	padding-left: 10px;
	width: 641px;
}

#nav {
	position:absolute;
	left: 9px;
	top: 153px;
	width: 651px;
	height: 30px;
	background: none;
	z-index: 100;
}

#nav a {
	position:relative;
	display: block;
	float: left;
	width: 162px;
	height: 30px;
	background-position: 0px;
	background-repeat: no-repeat;
} 

#nav a:hover {
	background-position: -162px;
}


#nav #about_us {
	background-image:url(../images/nav/about_us.gif);
}

#nav #location {
	background-image:url(../images/nav/location.gif);
}

#nav #gallery {
	background-image:url(../images/nav/gallery.gif);
}


#nav #guestbook {
	background-image:url(../images/nav/guestbook.gif);
	width: 165px;
}

#nav #guestbook:hover {
	background-position: -165px;
}

#main {
	position: relative;
	width: 926px;
	padding: 234px 9px 100px 9px;
	z-index: 10;
}

#lbox {
	position: relative;
	float: left;
	width: 110px;
	height: auto;
	padding: 0 31px 0 10px;
	color: #800421;
	background: #000 url(../images/bg/lbox.jpg) repeat-y scroll right top;
}

#lbox a {
	color: #800421;
	font-weight:bold;
	text-decoration: none;
}

#lbox p {
	font-size: 0.8em;
	margin-bottom: 10px;
}

#lbox a img{
	border: 1px solid #800421;
}

#lbox  ul {
	margin-bottom: 50px;
	border-bottom: 1px solid #856d3a;
	padding-bottom: 15px;
	font-size: 0.8em;
	font-weight: bold;
	list-style: none inside; 
	text-decoration: underline;
	line-height: 2em;
	text-align: right;
}

#lbox  ul a:hover, #lbox  ul span {
	color: #fff;
}

#content {
	position: relative;
	float: left;
	width: 500px;
}

#content .contentbox {
	position: relative;
	width: 480px;
	padding-bottom:10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #856d3a;
}

#content p{
	position: relative;
	width: 480px;
	font-size: 0.9em;
	color: #856d3a;
}

#content p a {
	color: #fff;
	text-decoration: none;
}

#content p a:hover {
	color: #fff;
	text-decoration: underline;
}

#content p img{
	position:relative;
	float:left;
	margin: 10px 0;
	border: 1px solid #856d3a;
}

#content p .leftimg{
	margin-right: 10px;
}

#content p .rightimg{
	float:right;
	margin-left: 7px;
}

#content .sitenav {
	font-weight: bold;
	text-align: right;
}

#content .sitenav a, #content .sitenav span {
	margin-right: 5px;
}

#rbox {
	position: relative;
	float: left;
	width: 229px;
	padding: 0 18px 0 18px;
	height: auto;
	background: none;
}

#rbox .rbox_p {
	background: transparent url(../images/bg/rbox_p.jpg) no-repeat scroll left bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 0.8em;
}

#rbox .rbox_p img {
	margin: 5px 0 10px 0;
}

#rbox a {
	color: #fff;
	text-decoration: underline;
}

#rbox a:hover {
	color: #856d3a;
}

#rbox img {
	border: 2px solid #856d3a;
	margin:5px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 944px;
	height: 30px;
	padding: 70px 0 0 19px;
	background: #000 url(../images/bg/footer.jpg) repeat-y scroll left top;
	z-index: 90;
	color: #856d3a;
	font-size: 0.8em;
}
