body, table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
a {
	color: #7C2D00;
}
h1 {
	color: #7C2D00;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
h2 {
	color: #7C2D00;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.header {
	background-color: #350200;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.header-gradient {
	background-image: url(/images/header_gradient.jpg);
	background-repeat: repeat-x;
}
.bg-grapes {
	background-image: url(/images/bg_grapes.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.nav {
	background-color: #827A6D;
}
.highlight {
	background-color: #EEE3CB;
	font-style: italic;
	padding: 10px;
	font-size: 11px;
}
.subnav {
	background-color: #EEE3CB;
	color: #7C2D00;
	font-size: 11px;
}
#footer {
	background-color:#EEE3CB;
	color: #340300;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.cartbutton{
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #7C2D00;
	background-color: #EEEBDF;
	border: 1px solid;
	border-top-color: #958E73;
	border-right-color: #958E73;
	border-bottom-color: #958E73;
	border-left-color: #958E73;
}
.intro-paragraph {
	font-weight: bold;
}
.link-button {
	width: 8em;
	border: 2px solid #7C2D00;
	padding: 3px;
	margin-bottom: 8px;
	font-style: normal;
	text-align: center;
}
.link-button a {
	text-decoration: none;
}
div#errordiv {
	border:3px double #900;
	background-color:#FFFFF2;
	color:#900;
	padding:5px 10px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:18px;
}
