@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #676B5E;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1020px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: inherit;
	background-color: #E8EED2;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColFixCtrHdr #header { background: #E8EED2;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ }
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	font-family: Georgia;
	font-size: 0.95em;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../bg/threereds2_blendwbg.jpg);
}
.oneColFixCtrHdr #footer {
	background-color: #CFD5BC;
	background-image: url(../bg/footerbg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 6em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#galleryimages {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 3px double #676B5E;
	padding: 5px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#addressbox {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	border: 3px double #7A7E72;
	margin-bottom: 30px;
	background-image: url(../images/2009vints/grandvalleygarfilednmesa.jpg);
	background-repeat: no-repeat;
	height: 150px;
	margin-top: 10px;
}

#address {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}

#winetext01 {
	height: 151px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/cabfranc2009.png);
	background-repeat: no-repeat;
	background-position: left;
}#winetext02 {
	height: 150px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/syrah2wmetal.png);
	background-repeat: no-repeat;
	background-position: left;
}#winetext03 {
	height: 150px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/gewurztraminer_sm.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 10px;
}


#txtbox1 {
	height: 150px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/smallchad.png);
	background-repeat: no-repeat;
	background-position: left;
}

#txtbox2 {
	height: 150px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/merlot1.png);
	background-repeat: no-repeat;
	background-position: left;
}

#txtbox3 {
	height: 150px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/cabsav-small.png);
	background-repeat: no-repeat;
	background-position: left;
}

#txtbox4 {
	height: 150px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/sm-reedermesarednu008.png);
	background-repeat: no-repeat;
	background-position: left;
}

#txtbox5 {
	height: 150px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/smallclrriesling2008.png);
	background-repeat: no-repeat;
	background-position: left;
}

#txtbox6 {
	height: 150px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/sm_landsendwildrose.png);
	background-repeat: no-repeat;
	background-position: left;
}

#txtbox7 {
	height: 150px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/purplehaze_small.png);
	background-repeat: no-repeat;
	background-position: left;
}

#txtbox8 {
	height: 150px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/greystone.jpg);
	background-repeat: no-repeat;
}

#txtbox9 {
	height: 225px;
	width: 750px;
	padding-left: 100px;
	background-image: url(../winevarietypix/choccup.jpg);
	background-repeat: no-repeat;
}

#purplehaze_img {
	height: 220px;
	width: 220px;
	margin-left: 50px;
	margin-top: 30px;
}
