html {
	height:101%;
	/*background: #EEEAC4 url(/images/bg_webuild.gif) no-repeat fixed 50% 0;*/
	padding-bottom: 15px;
	background: #D5D0C8 url(/images/bg_page.gif) repeat-y 50% 0;
}
body {
		margin:0px;
		padding:0px;
		font-size: 100%;
		height: 100%;
		background: #D5D0C8 url(/images/bg_page.gif) repeat-y 50% 0;
		/* fixes MAC - border shows about 15px*/
		/* of backgroundimage below last div*/
		/* if window is larger than content also*/
		/* place background-color in html above*/
		/* -fix by http://www.zeldman.com/press/discuss_css.html*/
	}
h1, h2, h3, h4, h5 {
	font: 100%/100% "Trebuchet MS", Verdana, Arial, sans-serif;
}
h1 {
	font-size: 30px;
	line-height: 100%;
	margin:0;
	color: #8B851A;
	padding: 3px 28px 10px 0px;
	text-transform: lowercase;
	float: right;
}
	
h2 {
	font-size:1.0em;
	line-height: 100%;
	margin:0;
	color: #6A5746;
	font-weight: bold;
	padding: 7px 0px 0px 0px;
}

h3 {
	font-size: 0.9em;
	line-height: 100%;
	margin: 0;
	padding: 3px 0px 10px 0px;
	color: #B7B371;
	font-style: italic;
}

	h3.red {
		color:#9D302E;
		font-weight:normal;
		font-size:1.0em;
		padding:15px 0 6px 0;
		margin:0 0 0 0;
	}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	margin:0;
	padding:0px 0px 3px 0px;
	color: #EC008A; 
}
h5 {
	font-size: 1.5em;
	color: #FFF;
	padding: 30px 0px 0px 32px;
	margin: 0px;
}


p, ol, ul, table, dl, pre {
	font:normal .75em/150% "Trebuchet MS", Verdana, Arial, sans-serif;
	margin:0;
	padding:0 0 15px 0;
	color: #6A5746;
}
a, a:visited {
	color:#336699;
}
  
a:hover {
	color:#336699;
	text-decoration: none;
  }

dl {
	margin:0;
	padding:0 0 5px 0px;

}

dd {	
	margin:0 0 5px 0px;
	padding:0;
	
}
dt {
	font-weight:bold;
		color:#85802E;
}

ol {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-position:inside;
	
}

ol li {
	margin: 0px;
	padding:0px 0px 5px 0px;
}

ul {
	margin:0px;
	padding: 0px 0px 15px 20px;
}
ul li {
	margin:0px;
	padding: 0px 0px 0px 0px;
	list-style:square;
}
th {
	font-weight:bold;
}

td {
	padding: 3px 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 100%;
}

#notice {
	background-color:#FFC;	
	border-bottom:1px solid #CC9;
	}
	#notice p {
		margin-left:20px;
		padding:5px;
		font-size:1.05em;
		line-height: 150%;
		color:#999;
	}
	#notice a {
		border:1px solid #CC9;
		text-decoration:none;
		padding:3px 5px 2px 5px;
		color:#CC9;
		font-weight:bold;
		font-size:12px;
		line-height:12px;
	}

#top_header {
	width: 100%;
	background: #B7B371 url(/images/bg_green.gif) repeat-y 50% 0;
	border-bottom: 3px solid #FFF;
}

#header {
	width: 764px;
	height: 131px;
	margin: 0px auto;
	background: url(/images/header.gif) no-repeat 0 0;
	}
	#logolink {
		width: 390px;
		height: 85px;
		background: transparent;
		position: relative;
		z-index: 1;
		cursor: pointer;
		top: 28px;
		left: 20px;
	}

#nav {
	width: 100%;
	background: #D5D0C8 url(/images/bg_gray.gif) repeat-y 50% 0;
	}
	#nav ul {
		width: 764px;
		height: 57px;
		background: url(/images/bg_nav.gif) no-repeat 0 0;
		margin: 0px auto;
		padding: 0px;
	}
	#nav ul li {
		list-style: none;
		float: left;
		padding: 0px;
	}
	#nav ul li a {
		font-size: 1.2em;
		line-height: 100%;
		display: block;
		margin: 22px 28px 0px 23px;
		text-decoration: none;
		color: #FFF;
	}
	#nav ul li a:hover {
		color: #6A5746;
	}
	#nav ul li a.last {
		margin-right: 15px;
	}
	#nav ul li a.contact {
		margin: 18px 0px 19px 45px;
		font-size: 18px;
	}
	#nav ul li a.contact:hover {
		color: #E8B259;
	}

#content {
	width: 100%;
	background: #F9F8F3 url(/images/bg_white.jpg) repeat-y 50% 0;
	}
	#content .padding {
		width: 764px;
		margin: 0px auto;
	}
	
#home_page {
	width: 764px;
	height: 356px;
	margin: 0px auto;
	background: url(/images/body_home.jpg) no-repeat 0 0;
	}
	#home_page p {
		font-size: 14px;
		padding: 0px 20px 10px 450px;
	}
	#home_page p.home_paragraph {
		padding-top: 127px;
	}
	#home_page a {
		background: url(/images/link_arrow.gif) no-repeat 0 50%;
		padding: 5px 0px 5px 35px;
		color: #E09822;
		text-decoration: none;
	}
	#home_page a:hover {
		text-decoration: underline;
	}

#back_content {
	width: 458px;
	margin-top: -22px;
	float: left;
	position: relative;
	left: 40px;
	color: #6A5746;
	padding-bottom: 25px;
	}
	#back_content img {
		float: right;
		margin: 0 0 5px 10px;
	}
	#back_content .captioned_pic {
		float: right;
		width:195px;
		margin: 0 0 5px 10px;
		text-align:center;
	}
	#back_content .captioned_pic img { float:none; margin:0; }

#testimonial {
	width: 210px;
	float: left;
	position: relative;
	left: 80px;
	}
	#testimonial p {
		font-size: 14px;
		font-weight: bold;
		color: #E09822;
	}
	#testimonial p.testimonial_source {
		font-size: 12px;
		line-height: 110%;
		padding-left: 10px;
	}

#event_pic {
	width: 425px;
	height: 425px;
	float: left;
	margin: 3px 0px;
}

#gallery_details {
	width: 325px;
	float: right;
	position:relative;
	z-index:50;
	}
	#gallery_details p, #gallery_details h2 {
		padding-left: 22px;
		padding-right: 25px;
	}
	#gallery_controls {
		height: 24px;
		padding-left: 21px;
		background: #FFF url(/images/bg_nav_control.gif) repeat-x 0 0;
		}
		#gallery_controls a {
			margin-right: 13px;
		}

#menu_pics {
	width: 240px;
	float: left;
	margin-top: 4px;
	}
	#menu_pics img {
		float: left;
		margin: 0px 4px 4px 0px;
		padding: 0px;
	}

#menu_dl {
	width: 220px;
	height: 25px;
	background: #FFF url(/images/bg_nav_control.gif) repeat-x 0 0;
	margin-bottom: 25px;
	}
	#menu_dl a {
		height: 25px;
		float: right;
		background: #FFF url(/images/btn_next.gif) no-repeat 0 0;
		color: #E09822;
		font-size: 14px;
		padding-left: 30px;
		padding-top: 3px;
		text-decoration: none;
	}
	#menu_dl a:hover {
		text-decoration: underline;
	}
	
#menu_details {
	width: 450px;
	float: left;
}

#footer {
	width: 764px;
	margin: 0px auto;
	text-align: center;
	color: #FFF;
	padding: 20px 0px;
	}
	#footer ul {
		padding-left:0;
		padding-bottom: 10px;
	}
	#footer li {
		list-style: none;
		display: inline;
		color: #FFF;
	}
	#footer li a {
		padding: 0px 10px 0px 8px;
	}
	#footer a {
		color: #FFF;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer p {
		color: #FFF;
	}

/****** ALL CLASSES ******/
.clear{         /* clear div class */
	clear:both;
}
.more_events, .more_menus {
	text-align: right;
	font-size: 0.9em;
	line-height: 100%;
}
.more_menus, .more_menus_list {
	position: relative;
	right: -75px;
}
.more_menus {
	padding-right: 25px;
}
.more_events_list, .more_menus_list {
	text-align: right;
	}
	.more_events_list li, .more_menus_list li {
		list-style: none;
		padding-right: 25px;
		padding-bottom: 0px;
	}
	.more_events_list li.current, .more_menus_list li.current {
		color: #E09822;
		background: url(/images/list_current.gif) no-repeat 100% 50%;
	}
.menu_list {
	border: 1px solid #CCC;
	width: 200px;
	list-style: none;
	}
	.menu_list a {
		color: #E09822;
		text-decoration: none;
	}
	.menu_list a:hover {
		text-decoration: underline;
	}
.menus {
	padding: 5px;
	font-size: 12px;
}
.entrees {
	font-size: 0.9em;
	line-height: 100%;
}