BODY {
	background: #ffffff;
	padding: 5px;
	text-align: center;
	width: 790px;
}

.top h1 {
	width: 788px;
	height: 72px;
	background-image: url(imgs/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

.top h1 span {
		display: none;
}

.bannertop {
	background-color: #ffffff;
}

.bannertop h1 {
	width: 788px;
	height: 276px;
	background-image: url(imgs/banner.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

.bannertop h1 span {
		display: none;
}

.menutop {
		border: 1px solid #832410;
		background-color: #D2BD40;
		width: 788px;
		margin: -1px;
}

.menutop a {
	font-family: "Times New Roman", Times, serif;
	color: #832410;
	text-decoration: none;
	padding: 0px 50px 0px 10px;
	background-image: url(imgs/menutop_spacer.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.menutop .last {
	font-family: "Times New Roman", Times, serif;
	color: #832410;
	text-decoration: none;
	padding: 0px 50px 0px 10px;
	background-image: none;
}

.bannermenutop {
		position: relative;
		top: -97px;
		border: 1px solid #832410;
		background-color: #D2BD40;
		width: 788px;
		margin: -1px;
}

.bannermenutop a {
	font-family: "Times New Roman", Times, serif;
	color: #832410;
	text-decoration: none;
	padding: 0px 50px 0px 10px;
	background-image: url(imgs/menutop_spacer.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.bannermenutop .last {
	font-family: "Times New Roman", Times, serif;
	color: #832410;
	text-decoration: none;
	padding: 0px 50px 0px 10px;
	background-image: none;
}

.sidebar {
	background-color: #ffffff;
	width: 180px;
	border-right: 1px solid #832410;
	float: left;
	font-family: "Times New Roman", Times, serif;
	padding: 0px 0px 0px 25px;
	margin-top: 35px;
	margin-right: 25px;
	color: #DC7635;
	text-align: left;
	font-size: 12px;
}

.sidebar h3 {
	font-size: 14px;
}

.sidebar p {
	margin: 0px 0px 0px 5px;
}

.content {
	background-color: #ffffff;
	text-align: left;
	margin: 50px 0 0 25px;
	padding-left: 25px;
}

.content h2 {
	color: #DC7635;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
        padding: 0 50px 0 180px;
}

.content h3 {
	color: #DC7635;
	font-size: 14px;
}

.content p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 50px 0 180px;
	color: #666666;
/*	color: #979E75; */
}

.content a {
	text-decoration: none;
	color: #832410;
}

.price {
	font-weight: bold;
	text-align: right;
}

.wine {
	display: block;
	height: 275px;
}

.wine img {
	padding: 0px 15px 15px 0px;
}

.footer {
	display: block;
	width: 790px;
	background-color: #832410;
	margin: 25px 0 0 0;
	padding: 15px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;	
}

.footer a {
	text-align: left;
	padding: 0px 50px 0px 10px;
	background-image: url(imgs/footer_spacer.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #D2BD40;
	text-decoration: none;
}

.footer .last {
	text-align: left;
	padding: 0px 50px 0px 10px;
	color: #D2BD40;
	text-decoration: none;
	background-image: none;
}