	/*	CSS Design by Chris Duren	*/html { 	min-width: 950px;	 }body	{	background: #222 url(img/bg.gif);	font: 13px/1.4 helvetica, arial, verdana, sans-serif;	color: #fff;	margin: 0 0 15px 0;	}		/*	Typography	*/	p	{	margin: 0;	padding: 0 0 12px 0;	}em	{	color: #c93;	}hr	{	height: 1px;	margin: 15px 0;	border: 0;	color: #ccc;	background-color: #ccc;	}	h1	{	text-indent: -9999px;	display: block;		width: 950px;	height: 302px;	background: transparent url(img/marchant.jpg) top left no-repeat;	margin: 0;	padding: 0;	border: 0;	}	h2	{	font-family: georgia, times, serif;	font-size: 21px;	color: #c93;	margin: 0 0 10px 0;	font-weight: normal;	}h4	{	font-size: 14px;	font-weight: bold;	color: #c00;	margin: 0 0 10px 0;	}ul	{	margin-bottom: 14px;	margin-top: 0;	}	b	{	color: #000;	}		/*   Basic Layout Divisions	*/	#wrapper	{	background: #000;	width: 950px;	margin: 0 auto;	padding: 0;	text-align: left;	border-left: 1px solid #6C5624;	border-bottom: 1px solid #6C5624;	border-right: 1px solid #6C5624;	}	#content 	{	background: #000 url(img/bg-content.jpg) top left no-repeat;	width: 910px;	float: left;	margin: 0;	padding: 20px;	}#hours	{	width: 400px;	padding: 20px;	background: transparent url(img/hours.jpg) top left repeat-x;	border: 1px solid #6C5624;	color: #000;	text-align: center;	margin: 10px auto;	}#footer	{	clear: both;	background: #000;	width: 950px;	margin: 0;	padding: 20px 0;	text-align: center;	color: #fff;	font-weight: bold;	}	#footer	a	{	color: #fff;	}		/*	Main Navigation	*/	#globalnav	{	height: 43px;	width: 950px;	margin: 0;	padding: 0;	border: 0;	background: transparent;	}#globalnav #menu	{	height: 43px;	width: 950px;	background: transparent url(img/menu.jpg) top left no-repeat;	margin: 0;	padding: 0;	position: relative;	}#globalnav #menu li {	margin: 0;	padding: 0;	list-style: none;	position: absolute;	top: 0;	}	#menu li, #menu a {	height: 43px;	display: block;	}	#globalnav #menu li a {	text-indent: -9999px;	text-decoration: none;	}	#home	{left: 0; width: 102px;}#catalog	{left: 132px; width: 245px;}#specials	{left: 406px; width: 140px;}#tour	{left: 573px; width: 164px;}#contact	{left: 765px; width: 185px;}#home a:hover {background: transparent url(img/menu.jpg) 0px -43px no-repeat;}#catalog a:hover {background: transparent url(img/menu.jpg) -132px -43px no-repeat;}#specials a:hover {background: transparent url(img/menu.jpg) -406px -43px no-repeat;}#tour a:hover {background: transparent url(img/menu.jpg) -573px -43px no-repeat;}#contact a:hover {background: transparent url(img/menu.jpg) -765px -43px no-repeat;}	/*   Links 	*/a:link	{	color: #fff;	font-weight: bold;	}	a:visited	{	color: #fff;	font-weight: bold;	}	a:hover	{	color: #c93;	font-weight: bold;	}