/* CSS Document */
body {
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 50px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #56534d;
	}
	
	
	
p {
	margin: 0 0 15px 0;
	line-height: 22px;
	}
	
h1 {
	margin: 5px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	}
	
h2 {
	margin: 5px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	}
	
/*---------------- menu start ----------------*/

#menu h1 {
	margin: 0 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	}
	
#menu h2 {
	margin: 0;
	padding: 15px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	}
	
#menu h3 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	}
	
#menu h4 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	}
	
#menu p {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

#menu p img {
	margin: 0;
	padding: 0 0 35px 0;
	}

#menu .divider1 {
	margin: 20px 0 30px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	}

#menu .divider2 {
	margin: 15px 0 10px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

#menu .info {
	border: 1px solid #E1D9CC;
	margin-top: 10px;
	}
	
/*---------------- menu end ----------------*/
	
#wrapper-bg {
	z-index: 1;
	position: absolute;
	top: 317px;
	left: 0;
	width: 100%;
	height: 333px;
	background: url(images/wrapper-center-bg.jpg) no-repeat top center;
	}
	
#navigate {
	margin: 0 auto;
	background: #997746 url(images/nav-bg.jpg) no-repeat top left;
	width: 900px;
	height: 40px;
	}
	
#navigate ul {
	text-align: right;
	color: #ffffff;
	margin: 0 0 0 0px;
	}
	
#navigate ul li {
	float: right;
	line-height: 40px;
	list-style: none;
	background: url(images/nav-divide.jpg) no-repeat center right;
	padding: 0 24px 0 24px;
	}
	
#navigate ul li a  {
	color: #ffffff;
	text-decoration: none;
	} 
	
#navigate ul li a:hover {
	text-decoration: underline;
	}
	
#navigate ul li.last {
	background: none;
	}
	
#wrapper {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	width: 890px;
	padding: 5px;
	background-color: #ffffff;
	}
	
#home-main {
	background: url(images/main-bg.jpg) no-repeat;
	width: 890px;
	height: 398px;
	}
	
#home-main ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#home-main ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	}
	
	
#inner-left {
	float: left;
	width: 280px;
	height: 221px;
	background-image:url(images/the-restaurant-left.jpg);
	}
	
#inner-left-marinade {
	float: left;
	width: 280px;
	height: 221px;
	background-image:url(images/the-marinade-left.jpg);
	}
	
#inner-left h1, #inner-left-marinade h1 {
	text-indent: -999em;
	margin: 0;
	padding: 0;
	}
	
#inner-pic {
	float: left;
	width: 610px;
	height: 221px;
	background:url(images/headers/home.jpg);
	}
	
.img {
	background-color: #f4f0e9;
	border: 3px solid #e5dac8;
	padding: 3px;
	}
	
	
#inner-pic-restaurant {
	float: left;
	width: 610px;
	height: 221px;
	background:url(images/headers/restaurant.jpg);
	}
	
#divider {
	clear: both;
	background: #ffffff url(images/divider-bg.jpg) no-repeat left top;
	height: 12px;
	}
	
#left-column {
	float: left;
	width: 590px;
	padding: 45px 5px 0px 5px;
	background: url(images/content-bg-top.gif) no-repeat top center;
	}
	
#left-column ul li {
	list-style-image: url(images/nav-li.gif);
	}
	
#right-column {
	float: left;
	width: 287px;
	background-color: #f4f0e9;
	border: 1px solid #bfb4a0;
	text-align: center;
	margin-bottom: 10px;
	}
	
#footer {
	clear: both;
	background: url(images/footer-bg.jpg);
	width: 890px;
	height: 79px;
	text-align: center;
	color: #fbe9c8;
	}
	
#footer p{
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#footer a {
	text-decoration: underline;
	color: #fbe9c8;
	}

.info {
	border: 1px solid #E1D9CC;
	}