@charset "utf-8";
/* CSS Document */

body {
	background-color: #990000;
	background-image: url(images/bg03.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0px auto;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

#wrapper {
	width: 800px;
	border: 2px solid #FFF;
	margin: 0px auto;
	padding: 0px;
}

#header {
	background-image: url(images/headerbg.jpg);
	width: auto;
	height: 194px;
	padding: 0;
	margin: 0;
}

#navbar {
	position: relative;
	display: inline;
	width: auto;
	top: 166px;
	left: 230px;
	margin: 0px;
	padding: 0px;
}

#menudl {
	text-align: center;
	margin: 20px auto;
}


.bodycontent {
	background-color: #fff;
	padding: 2px;
}



.calloutleft {
	float: left;
    margin: 0px;
	padding: 0px;
    background-image: url(images/callout.jpg);
	background-position: 100%;
	background-repeat: no-repeat;
	width: 441px;
	height: 260px;
}

.right {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 260px;
	background-image: url(images/kop-location.jpg);
	background-position: 100%;
	background-repeat: no-repeat;
}

.menuleft {
	float: left;
    margin: 0px;
	padding: 10px 0px 20px 0px;
	background-color: #E8E1CA;
	background-position: 100%;
	background-repeat: no-repeat;
	width: 200px;
	height: 550px;
	font-size: 14px;
}

.menuright {
	float: right;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	width: 590px;
	height: 550px;
	background-color: #D7CCA8;
	background-image: url(images/menubg.gif);
	background-repeat: repeat;
	text-align: left;
}

.menuinclude {
	background-color: #D7CCA8;
	background-image: url(images/menubg.gif);
	background-repeat: repeat;
	margin: 10px;
	padding: 0px 10px;
	color: #000;
}

.menuinclude h2 {
	margin: 2px 0px 15px 0px;
	padding: 0px;
	font-size: 20px;
}

.about p {
	text-align: justify;
	padding: 2px 15px;
	font-size: 14px;
}


.imagecaption {
	width: auto;
	display: inline;
	float: left;
	margin: 10px;
	padding: 10px;
	background: #5A7E65;
	color: #fff;
	font-size: 12px;
}

div.imagecaption img {
	margin-bottom: 8px;
}

h1.welcome {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

/* LINK Styles */

a {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #F90;
	text-decoration: none;
}

a.body {
	color: #900;
	text-decoration: none;
}

a.body:visited {
	color: #900;
	text-decoration: none;
}

a.body:hover {
	color: #063;
	text-decoration: underline;
}

/* MENU ITEMS */

.price {
	text-align: right;
	font-weight: bold;
	color: #900;
}

.priceleft {
	text-align: right;
	font-weight: bold;
	color: #900;
	padding-right: 14px;
}

#priceschange {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #333;
}

.menupic {
	text-align: center;
	margin: 5px 0px;
}


#guestbook { text-align: center; font-size: 10px; margin-bottom: 16px; }

div.commenta { text-align: left; margin: 10px 15px; padding: 8px; background: #E8DFCE; border-bottom: 1px dashed #666;}
div.commentb { text-align: left; margin: 0px 15px; padding: 8px; background: #FFFFFF;}

.commenta h4 { margin: 0px 0px 6px 0px; font-weight: bold; }
.commentb h4 { margin: 0px 0px 6px 0px; font-weight: bold; }

/*FACEBOOK */

.connect_widget_connected_text { color: #fff;}
.connect_widget_connected_text a { color: #F8EFD3;}


