@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #1F1A17;
	text-align: center;
}
#wrapper {
	margin: auto;
	width: 875px;
	text-align: left;
}
#header {
	text-align: center;
}
#footer {
	padding-top: 3px;
	color: #D3B037;
}
#home {
	height: 286px;
	background-color: #998528;
	background-image: url(/images/home.jpg);
	background-repeat: no-repeat;
}
#about {
	height: 286px;
	background-color: #998528;
	background-image: url(/images/about.jpg);
	background-repeat: no-repeat;
}
#oregon {
	height: 286px;
	background-color: #998528;
	background-image: url(/images/oregon.jpg);
	background-repeat: no-repeat;
}
#wines {
	height: 286px;
	background-color: #998528;
	background-image: url(/images/wines.jpg);
	background-repeat: no-repeat;
}
#club {
	height: 286px;
	background-color: #998528;
	background-image: url(/images/club.jpg);
	background-repeat: no-repeat;
}
#vineyards {
	height: 286px;
	background-color: #998528;
	background-image: url(/images/vineyards.jpg);
	background-repeat: no-repeat;
}
#artisanal {
	height: 286px;
	background-color: #998528;
	background-image: url(/images/artisanal.jpg);
	background-repeat: no-repeat;
}
#name {
	height: 286px;
	background-color: #998528;
	background-image: url(/images/name.jpg);
	background-repeat: no-repeat;
}
#oregon {
	height: 286px;
	background-color: #998528;
	background-image: url(/images/oregon.jpg);
	background-repeat: no-repeat;
}
#content {
	background-color: #2F1924;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DAB738;
	border-bottom-color: #DAB738;
	border-left-color: #DAB738;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
h1 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	color: #D3B032;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
}
p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
#pullout {
	float: right;
	width: 225px;
	margin-left: 25px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #998528;
}
a:link {
	color: #BAB032;
}
a:visited {
	color: #D3B032;
}
a:hover {
	color: #FFFFFF;
}
h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
}
.imgL {
	margin-right: 15px;
}
h3 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	margin: 0px;
	padding: 0px;
	color: #D3B032;
}
.imgR {
	margin-left: 15px;
}

