body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}

.leftPanel {
	height: 500px;
	background-image: url(images/leftPanel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.rightPanel {
	background-image: url(images/rightPanel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.centerPanel {
	background-image: url(images/centerBg.gif);
	background-repeat: repeat-x;
	height: 424px;
}

.centerSubPanel {
	background-image: url(images/centerSubBg.gif);
	background-repeat: repeat-x;
	height: 134px;
}


.topNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #003942;
	margin-top: 148px;
}

.topSubnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003942;
}

.cell {
	padding: 20px 20px 20px 20px;
}

.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003942;
	line-height: 17px;
}

.wineDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003942;
	line-height: 17px;
	font-style: italic;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.line {
	margin: 0px;
}

.subHead {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003942;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C89F21;
	padding-bottom: 2px;
}

.largeSubHead {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003942;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C89F21;
	padding-bottom: 2px;
}

.width1 {
	width: 338px;
}

.pageTitle {
	display: block;
	width: 718;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 17px;
	background-color: #BE1D01;
	padding: 2px 0px 4px 6px;
}
