body {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #604737;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #382c25;
	border-bottom-style: solid;
	border-bottom-color: #604737;
	border-bottom-width: 1px;
}

.smheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #382c25;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #a34f21;
	line-height: 30px;
}

.wines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #382c25;
}

.winetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #382c25;
	text-decoration: none;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #382c25;
	line-height: 18px;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #604737;
	border-right-color: #604737;
	border-bottom-color: #604737;
	border-left-color: #604737;
}
.borderleft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #604737;
	border-right-color: #604737;
	border-bottom-color: #604737;
	border-left-color: #604737;
}
a:link {
	color: #64781f;
	text-decoration: none;
}
a:visited {
	color: #64781f;
	text-decoration: none;
}
a:hover {
	color: #889e3b;
	text-decoration: underline;
}
a:active {
	color: #64781f;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ba8c6e;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FEEFBC;
	background-color: #bb6536;
	padding: 25px;
}
.topback {
	background-color: #FEEFBC;
}
.contentback {
	background-color: #FEEFBC;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.navback {
	background-color: #64781f;
}

.picborder {
	border: 3px none #604737;
}

