body {
	background-color: #d1cbaa;
}
body, table {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #303519;
}
#title h1 {
	font-size: 14px;
	color: #7c8649;
	padding: 0px 0px 35px 70px;
	margin: 0px;
	font-weight: bold;	text-transform:none;
}
h1 {
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}
#content, #nav, #photo {
	background-color: #ffffff;
}
#content {
	padding-top: 55px;
	vertical-align: top;
}
#nav  {
	text-align: center;
	background-image: url(../../images/grapes.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 680px;
}
#nav a {
	color: #666633;
	text-decoration: none;
}
#nav a:hover, #content a:hover {
	color: #bac57d;
}
#content a {
	color: #5b6b12;
}
#content a:hover {
	text-decoration: underline;
}
body#home-page p#home a, 
body#vineyard-page p#vineyard a, 
body#wine-page p#wine a, 
body#order-page p#order a, 
body#mailinglist-page p#mailinglist a, 
body#contact-page p#contact a {
	font-weight: bold;
} 

#photo {
	background-color: #FFFFFF;
	background-image: url(../../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 220px;
	vertical-align: top;
}
#photo img {
	border: 1px solid #c65d0f;
}
#photo1 {
	padding: 55px 0px 30px 0px;
}
#photo2 {
	padding: 0px 0px 30px 40px;
}
#photo3 {
	padding: 0px 0px 30px 0px;
}
#photo4 {
	padding: 0px 0px 55px 66px;
}
#footer {
	color: #ffffff;
	background-color: #616b33;
	vertical-align: middle;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}

/* Our Wines page */

.winereview {
	margin-bottom: 1em;
}
.winereview-pub, .winereview-volume, .winereview-wine, .winereview-score {
	font-weight: bold;
}
.winereview-summary p {
	padding: 0;
	margin: 0;
}
.winereview-summary p.winereview-score {
	margin: .3em 0 0 0;
}
.winereview-pub {
	color: #616B33;
	font-size: 1.1em;
}
.winereview-wine th {
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
.winereview-wine td {
	color: #616B33;
	font-style: normal;
	font-size: 1.1em;
	padding-left: .2em;
}
.winereview-body p {
	padding: 0;
	margin: .6em 0;
}
