#layout {
	width: 718px;
	margin: 0px auto;
	position: relative;
	}
#header {
	width: 718px;
}
	#header a img {
		border: none;
	}
	#logo {
		width: 213px;
		height: 190px;
		background: url('../img/logo_bg.gif') no-repeat bottom right;
		float: left;
	}
	#menu {
		width: 502px;
		height: 190px;
		background: url('../img/menu_bg.jpg');
		margin-left: 213px;
	}
		#image {
			margin: 40px 0px 5px 5px;
			float: left;
		}
		#list ul {
			width: 140px;
			margin: 0px 0px 0px 330px;
			padding: 30px 0px 0px 0px;
			list-style: none;
		}
			#list ul li img {
				border: none;
			}
#left {
	width: 186px;
	float: left;
}
	#left_top {
		height: 20px;
		background: url('../img/left_bg_top.jpg') no-repeat;
	}
	#left_middle {
		min-height: 300px;
		background: url('../img/left_bg_middle.jpg') right top no-repeat;
		border-left: 1px solid #e8cfa6;
		border-right: 1px solid #e8cfa6;
	}
	#left_bottom {
		height: 21px;
		background: url('../img/left_bg_bottom.jpg') no-repeat;		
	}
	#left h2 {
		width: 100%;
		font: 14px Tahoma, sans-serif;
		color: #A70B03;
		font-weight: bold;
		text-align: center;
		margin: 0px;
	}
	#left ul {
		list-style: url('../img/product_bg.gif');
		color: #A70B03;
		margin: 0px;
		padding-left: 25px;
	}
		#left ul li {
			padding: 0px;
		}
		#left ul li a {
			font: 11px Tahoma, sans-serif;
			color: #A70B03;			
		}
	#left p {
		font: 11px Tahoma, sans-serif;
		color: #515151;
		margin: 0px 10px;
		text-align: center;
		line-height: 150%;
	}
		#left p span {
			font-weight: bold;
			color: #A70B03;
		}
	#left p.hours {
		font: 14px Tahoma, sans-serif;
		text-align: center;
		margin-top: 5px;
		color: #A70B03;
	}
	#left img {
		width: 170px;
		height: 110px;
		border: 1px solid #b6b6b6;
		padding: 1px;
		margin: 8px auto;
		margin-bottom: 0px;
		display: block;
	}
	#left img.first {
		margin-top: 40px;
	}
#footer {
	width: 718px;
	height: 30px;
	background: url('../img/footer_bg.jpg') no-repeat top right;
	font: 11px Tahoma, sans-serif;
	padding-top: 18px;
}
	#footer_text {
		width: 215px;
		height: 48px;
		float: left;
	}
	#footer_menu {
		margin-left: 215px;
	}
	#footer ul {
		text-align: center;
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
		#footer ul li {
			border-right: 1px solid #C27601;
			padding: 0px 25px;
			display: inline;
		}
		#footer ul li.first {
			padding-left: 0px;
		}
		#footer ul li.last {
			border-right: none;
			padding-right: 0px;
		}
			#footer ul li a {
				font-weight: bold;
				color: #C27601;
				text-decoration: none;
			}
