body {
	background: #000000 url(images/bg-body.png) top left repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #ffd4a0;
	line-height: 16px;
}

#bg_wrapper {
	width: 946px;
	height: 800px;
	background: url(images/bg-wrapper.png) top center no-repeat;
	padding: 0 0 0 72px;
	margin: 0 auto;
}

	#wrapper {
		width: 900px;
		text-align: left;
		padding: 0;
	}
	
		#header {
			width: 900px;
			height: 29px;
			background: url(images/header.png) top left no-repeat;
			padding-top: 221px;
		}
		
		ul#nav {
			width: 580px;
			height: 29px;
			display: block;
			margin: 0;
			padding: 0 13px 0 307px;
		}
		
			ul#nav li {
				margin: 0;
				padding: 0;
				overflow: hidden;
				list-style: none;
				float: left;
			}
			
				ul#nav li a {
					height: 29px;
					text-indent: -9999px;
					display: block;
				}
		
				li.home a {
					width: 80px;
					background: url(images/nav.gif) 0 0 no-repeat;
				}
				
				li.menu a {
					width: 79px;
					background: url(images/nav.gif) 0 -50px no-repeat;
				}
				
				li.about a {
					width: 110px;
					background: url(images/nav.gif) 0 -100px no-repeat;
				}
				
				li.location a {
					width: 111px;
					background: url(images/nav.gif) 0 -150px no-repeat;
				}
				
				li.gallery a {
					width: 105px;
					background: url(images/nav.gif) 0 -200px no-repeat;
				}

				li.order a {
					width: 95px;
					background: url(images/nav.gif) 0 -250px no-repeat;
				}
				
		#lower {
			margin-top: 11px;
		}
				
			#left {
				width: 250px;
				float: left;
			}
			
				#special_deals {
					width: 249px;
					height: 275px;
					background: url(images/special_deals.png) top left no-repeat;
					margin-bottom: 16px;
				}
				
				#our_location {
					width: 249px;
					height: 248px;
					background: url(images/location.png) top left no-repeat;
				}
				
			#right {
				width: 600px;
				float: right;
			}
			
				#image {
					width: 600px;
					height: 276px;
					background: url(images/image.jpg) top left no-repeat;
					margin-bottom: 15px;
				}
				
				#image_menu {
					width: 600px;
					height: 276px;
					background: url(images/image2.jpg) top left no-repeat;
					margin-bottom: 15px;
				}
				
				#content_wrapper {
					width: 600px;
					background: url(images/corners.png) top left no-repeat;
					padding-top: 21px;
				}
				
					#content_wrapper img {
						border: none;
					}
				
					#content {
						width: 558px;
						min-height: 227px;
						background: url(images/bg-content.png) top left repeat-y;
						padding: 0 21px 21px 21px;
						font-size: 14px;
						text-align: left;
					}
					
						#content img {
							margin-bottom: 25px;
						}
						
						#content p {
							margin: 0 0 18px 0;
							padding: 0;
							line-height: 20px;
							text-indent: 50px;
						}
						
							
							
							#content h1 {
								padding: 0;
								margin: 0 0 25px 0;
							}
							
						
						#toc {
							padding: 0 0 0 10px;
							margin: 0;
							text-align: center;
						}
						
						#toc a {
								font-family: Arial;
								font-size: 12px;
								color: #ffd4a0;
								text-decoration: none;
						}
						
							#toc a:hover {
								text-decoration: underline;
							}
							
/* Proper CSS this time by MV */							
							
.box {
	margin: 15px 0 0 0;
	padding: 0;
	width: 600px;
	background: url('/images/box_bg.jpg') repeat-y top center;
	text-align: left;
}						

.box .boxTop {
	margin: 0;
	padding: 15px 15px 0 15px;
	background: url('/images/box_top.jpg') no-repeat top center;
}

.box .boxBottom {
	margin: 0;
	height: 26px;
	background: url('/images/box_bottom.jpg') no-repeat bottom center;
}

a:link, a:visited {
	font-size: 14px;
	color: #fcca37;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img { border: 0; }

.menutb {
	margin-top: 15px;
}

.menutb td {
	margin: 3px;
	background: #140100;
	padding: 5px;
}