@charset "utf-8";
body  {
	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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #F2FFF0;
	background-repeat: repeat;
}
#navbar {
	background-color: #060;
	margin: 0px;
	padding: 2px;
	font-size: 100%;
	color: #900;
	right: 0px;
	float: none;
	clear: both;
}


#navbar a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
}
#navbar a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
}
#navbar a:hover {
	color: #999;
	text-decoration: none;
	padding-left: 5px;
}
#navbar ul   {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #093;
}

#container #footer p {
	line-height: 1px;
	padding-top: 15px;
}

#navbar ul li   {
	display: table;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	font-weight: bold;
	color: #903;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 105%;
}
#container #sidebar1 a:link {
	text-decoration: none;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}
#container #sidebar1 a:visited {
	text-decoration: none;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
}
#container #sidebar1 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #063;
}

#container  {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-repeat: repeat;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 175px;
	width: 780px;
	background-image: url(Images/Snowdrops.jpg);
} 
#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	font-size: xx-large;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	background-color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#booking  {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	background-color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#container #booking a:link {
	font-size: 125%;
	color: #FFF;
	text-decoration: none;
	background-color: #063;
	font-weight: bold;
	padding: 5px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}

#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: small;
} 
#container #booking a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 125%;
	background-color: #063;
	font-weight: bold;
	padding: 5px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}

#footer  {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(Images/Stonebackground.jpg);
	background-repeat: repeat;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: small;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #header h3 {
	text-align: center;
	color: #000;
	font-weight: bold;
}
#container #sidebar1 p {
	text-align: left;
}
#mainContent a:link {
	font-weight: bold;
	text-decoration: none;
	color: #063;
}
#mainContent a:visited {
	font-weight: bold;
	color: #063;
	text-decoration: none;
}
#mainContent a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.Menutable {
	background-color: #FFC;
}
.Menutable1 {
	line-height: normal;
	background-color: #C4E3C1;
	text-align: justify;
}
.menutable2 {
	background-color: #D2ACC2;
}
#container #sidebar1 ul li {
	list-style-type: none;
	color: #F00;
}

