.tbl {
	background-image: url(images/French-Camp-1a.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.wine {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-weight: bold;
	color: #00CC00;
	font-variant: small-caps;

}
.text {
	font-family: "Gill Sans MT";
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;

}
a.nav {
	font-family: "Gill Sans MT";
	font-size: 12px;
	color: #CCFF00;
	text-decoration: none;
	font-weight: bold;
}
a.nav:link {
	font-family: "Gill Sans MT";
	font-size: 12px;
	color: #CCFF00;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	font-family: "Gill Sans MT";
	font-size: 12px;
	color: CCFF00;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	font-family: "Gill Sans MT";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	font-family: "Gill Sans MT";
	font-size: 12px;
	color: #CCFF00;
	text-decoration: none;
	font-weight: bold;
}
ul {
	list-style-image: url(/images/arrow.gif);
}
