@charset "utf-8";
html {
	min-height: 100%;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif
	font-size: 16px;
	color: #9c6728; 
	min-height: 100%;
	background-image:url(../images/background-default.jpg);
	background-repeat:no-repeat;
	background-color:#000000;

}
body a {color: #9c6728;}
body a:hover {color: #fdf7c1;}
h1 {
	font-size:24px;
	font-family: Garamond;
	font-style:normal;
}
h2 {
	font-size:18px;
	font-family: Garamond;
	font-style:normal;
	text-align: center;
	margin-top: 50px;
}
.menu-heading-bullet {
}
.wrapper {
	width: 1025px;
	height: 100%;
	margin-right: auto;
	margin-left: 0px;
}
#header {
	height: 194px;
	background-image:url(../images/header-background.png);
	background-repeat:no-repeat;
}
#logo {
	width: 219px;
	float: left;
}
#banner-right {
	width: auto;
	float: left;
	margin-top: 60px;
	margin-left: 120px;

}
#top-menu {
	height: 42px;
	width: 670px;
	margin-top: 16px;
	padding-left: 0px;
	float: left;
	clear:both;	
}
#top-menu ul {
	margin-left: -15px;
	margin-top: 0px;
	
}
#top-menu li {
	width: auto;
	display: block;
	margin-top: 12px;
	margin-right: 35px;
	list-style-type: none;
	font-size: 14px;
	color: #9c6728;
	text-transform: uppercase;
	float: left;
	text-align:left;
}
#top-menu a {
	color: #9c6728;
	text-decoration: none;
}	
#top-menu a:hover {
	color: #fdf7c1;
}
#body-content {
	width: 635px;
	padding-left: 25px;
	padding-top: 5px;
	float: left;
	clear: left;
	margin-bottom: 50px;	
}
#home-photo-slide {
	margin-top: 35px;

}
#home-photo-slide img {
	margin-right: 5px;
	border: solid 1px #611506;
}
#hours-operation {
	float:left;
	width: auto;
	margin-left: 60px;
	margin-top: 450px;
	padding:0px;
}
#hours-operation img {
	margin-right: 3px;
	margin-top: 5px;

}
#footer {
	background-image:url(../images/footer-background.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	width: auto;
	height: 110px;
	clear: both;
	padding-top: 40px;
}
#footer ul {
	margin-left: -15px;
}
#footer li {
	width: auto;
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	padding-right: 30px;
	background-image:url(../images/footer-vertical-line.png);
	background-repeat:no-repeat;
	background-position:right;
	list-style-type: none;
	font-size: 14px;
	color: #9c6728;
	float: left;
	text-align:left;
}