#coupon p {
	font-size: 15px;
	font-weight: bold;
}

#coupon {
	width: 600px;
	padding: 15px;
	border: double medium #6E140D;
	text-align: center;
	margin: 0 auto;
}
	
h1 {
	font-family: "Palatino Linotype," Book Antiqua, Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #6E140D;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

.wrap {
	margin: 0 auto;
	width: 883px;
}

.container {
	width: 883px;
	text-align: center;
	background-color: #E6E4D3;
	float: right;
}

.logo {
	width: 191px;
	height: 78px;
	margin-left: 20px;
	margin-top: 14px;
	float: left;
	background-image:url(images/logo.gif);
}

.address {
	width: 300px;
	margin-right: 20px;
	margin-top: 70px;
	float: right;
	font-family: "Palatino Linotype", Book Antiqua, Palatino, serif;
	font-size: 16px;
	color: #FFF;
}

.header {
	width: 883px;
	height: 106px;
	background-color: #000;
	text-align: center;
	margin: 0 auto;

}

.mainImage {
	width: 843px;
	height: 321px;
	text-align: center;
	background-image: url(images/main-image.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 20px;
	margin: 0 auto;
}

.navWrap {
	width: 883px;
	height: 45px;
	text-align: center;
	margin: 0 auto;
	background-color: #000;
	clear: both;
}

.guts {
	width: 883px;
	min-height: 340px;
	text-align: center;
	margin: 0 auto;
	clear: both;
	
}

.nav {
	float: right;
	width: 883px;
	padding-top: 0px;
}

	.nav ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	.nav ul li {
		*margin-top: -12px;	
	}
	
	.nav ul li a {
		height: 45px;
		float: left;
		display: block;
		*margin-top: 12px;
	}
	
	.nav ul li a#home {
		width: 130px;
		background: url(images/nav.gif);
	}
	
	.nav ul li a#menus {
		width: 111px;
		background: url(images/nav.gif) -130px 0;
	}
	
	.nav ul li a#parties {
	width: 186px;
	background: url(images/nav.gif) -241px 0;
	
	}
	
	.nav ul li a#wine {
		width: 135px;
		background: url(images/nav.gif) -427px 0;
	}
	
	.nav ul li a#specials {
		width: 142px;
		background: url(images/nav.gif) -563px 0;
	}
	.nav ul li a#contact {
		width: 179px;
		background: url(images/nav.gif) -705px 0;
	}
	
	.nav ul li a:hover#home {
		background-position: 0 -45px;
	}
	
	.nav ul li a:hover#menus {
		background-position: -130px -45px;
	}
	.nav ul li a:hover#parties {
		background-position: -241px -45px;
	}
	.nav ul li a:hover#wine {
		background-position: -427px -45px;
	}
	.nav ul li a:hover#specials {
		background-position: -563px -45px;
	}
	.nav ul li a:hover#contact {
		background-position: -705px -45px;
	}
	
.columnLeft {
	width: 550px;
	min-height: 310px;
	text-align: left;
	float: left;
	margin: 10px 0px 15px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5C5147;
}

.columnRight {
	width: 266px;
	height: 332px;
	float: right;
	padding: 7px;
	margin: 10px 20px 15px 0px;
	text-align: center;
	background-image: url(images/bg-box.gif);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C5147;
}

.txMo {
	width: 266px;
	height: auto;
	float: right;
	padding: 7px;
	margin: 0px 20px 0px 0px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5C5147;
}

.backContent {
	width: 843px;
	min-height: 310px;
	text-align: left;
	float: left;
	margin: 15px 20px 20px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5C5147;
}

.footer {
	width: 883px;
	height: 55px;
	font-size: 9pt;
	color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	padding-top: 10px;
	background-color: 000;

}

.footer a {
	color: #FFF;
	text-decoration: none;
	margin: 8px;
}

.footer a:hover {
	color: #666;
	text-decoration: none;
}

a {
	color: #6E140D;
	text-decoration: underline;
}

a:hover {  
	color: #666; 
	text-decoration: none;
}
