BODY {
	background-color: #780000;
	color: white;
	font-family:  "Trebuchet MS", Arial, Verdana, Tahoma, Geneva,Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0 10px 0;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

P {
	padding: 0px;
}

.wrap {
	width: 960px;
}

.logo {
	margin-top: 120px;
	margin-bottom: 25px;
}

.content {
	text-align: justify;
}

.content TH {
	color: white;
	text-align: left;
	background-color: #780000;
	padding: 5px;
	font-family: "Georgia", Times, serif;
	font-size: 18px;
}

.heading {
	font-family: "Georgia", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.content IMG {
	border: 1px solid white;
}

.subnav_wrap {
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
	visibility: hidden;

}

.subnav {
	width: 190px;
	padding: 5px;
	border: 1px solid white;
	text-align: center;
	display: block;
	height: 20px;
}

.clear { clear: both;}

.winethumbs TD {
	text-align: justify;
	padding: 7px;
}

.winethumbs TD IMG {
	margin-right: 15px;
	border: 1px solid white;
	padding: 3px;
}


.credits {
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

.creditshome {
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bf667e;
	margin-top: 30px;
}

.creditshome a:link {text-decoration: none; color: #bf667e;}
.creditshome a:visited {text-decoration: none; color: #bf667e;}
.creditshome a:active{text-decoration: none; color: #bf667e;}
.creditshome a:hover {text-decoration: none; color: white;}

.credits a:link {text-decoration: none; color: white;}
.credits a:visited {text-decoration: none; color: white;}
.credits a:active{text-decoration: none; color: white;}
.credits a:hover {text-decoration: none; color: #bf667e;}

a:link {text-decoration: underline; color: white;}
a:visited {text-decoration:none; color: #ffd9e3;}
a:active{text-decoration: none; color: white;}
a:hover {text-decoration: underline; color: white;}


