﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
	color: #000000;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
	background-color: #FFCCFF;
}
.oneColFixCtr #container {
	width: 900px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */;
	background: #FFFFFF;
/* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: inset;
	border-top-color: #850E08;
	border-right-color: #850E08;
	border-bottom-color: #FFFFFF;
	border-left-color: #850E08;
	position: relative;
}

#leftborderbar {
	background-color: #FFFFFF;
	width: 190px;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-color: #380603;
	float: left;
	margin-right: 20px;
	height: 600px;
	padding: 0px;
}
.breakfastroom {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#main_text_Content {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	height: 650px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	font-style: normal;
	background-color: #FFFFFF;
}


.menu  {
	border-left: 1px none #440704;
	border-right: 1px none #440704;
	border-top: 1px solid #440704;
	border-bottom: 1px none #440704;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-style: italic;
	background-image: url('images/menubutton_grad.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	padding-top: 1px;
}
#frontpage_text {
	width: 500px;
	position: absolute;
	left: 200px;
	top: 0px;
}
.entrance_image {
	border: 1px solid #F57885;
	float: left;
	width: 250px;
	height: 174px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	left: 320px;
	top: 500;
}
.dining_room_image {
	float: right;
	border: 1px solid #F45951;
	width: 250px;
	height: 166px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

