@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: #000000;
	background-color: #B2D181;
	background-image: url(images/patt_48816f9184992.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
 #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #B2D181;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
#hours {
		background-color: #557430;
	padding: 5px;
	margin: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #012C01;
	border-right-color: #012C01;
	border-bottom-color: #012C01;
	border-left-color: #012C01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF99;
}
 #header {
	background-color: #DDDDDD;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	background-color: #B2D181;
	background-image: none;
	background-repeat: no-repeat;
	color: #012C01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	border: thick none #012C01;
	list-style-image: none;
	text-align: center;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: middle;
	display: block;
	list-style-type: none;
	list-style-position: inside;
	margin: 20px;
	height: auto;
	padding: 0px;
	background-position: right bottom;
}

 #mainContent {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #B2D181;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	width: auto;
	height: auto;
	background-position: center center;
	white-space: normal;
	clear: none;
	float: none;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
 #footer {
	padding: 0 10px 0 20px;
	background-color: #012C01;
	color: #FFFF99;
} 
 #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 */
}
.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:450px;
	font-size: 1px;
	line-height: 0px;
}
#vertnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	list-style-type: none;
	font-size: 24px;
	margin: 2px;
	padding: 0px;

}
#vertnavli {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#vertnava {
	color: #FFFCFF;
	list-style-type: none;
	display: block;
	text-decoration: none;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
}
#contacts {
	background-color: #557430;
	background-repeat: repeat;
	padding: 5px;
	margin: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #012C01;
	border-right-color: #012C01;
	border-bottom-color: #012C01;
	border-left-color: #012C01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF99;
	background-image: url(images/grapes.jpg);
}
#contactspacing {
	background-color: #B2D181;
	height: 40px;
}
#contactspacing2 {
	background-color: #B2D181;
	height: 340px;
}
.twoColFixLtHdr #container #mainContent .fltlft {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#moonlitecafe.jpg {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
#hortnav{
	margin: 15px;
	padding: 0px;
	background-color: #012C01;
	list-style-type: none;
	text-decoration: none;
	float: left;
	display: list-item;
	width: 716px;
	border-bottom-style: solid;
	border-top-color: #012C01;
	border-right-color: #012C01;
	border-bottom-color: #012C01;
	border-left-color: #012C01;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;

}
#hortnav li{
	margin: 0px;
	padding: 0px;
	float: left;

}
#hortnav a{
	line-height: 2;
	text-decoration: none;
	border-right-style: solid;
	background-color: #012C01;
	float: left;
	border-top-color: #012C01;
	border-right-color: #012C01;
	border-bottom-color: #012C01;
	border-left-color: #012C01;
	width: 175px;
	color: #FFC93E;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	text-align:center;

}
#hortnav a:hover{
	background-color: #B2D181;
}
.twoColFixLtHdr #container .fltrt {
	margin: 20px;
}

#vertlinks{
	background-image: url(images/grapes.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
