body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_bkg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 50% -1px;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 912px;
	padding: 0px;
	position: relative;
}
#map {
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
}
#content_container {
	background-image: url(../images/house2.jpg);
	background-repeat: no-repeat;
	background-position: 6px top;
	margin: 0px;
	padding-top: 185px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 36px;
	width: 876px;
}
#beige_top {
	background-image: url(../images/content_mid2_top.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 840px;
}
#shop_container {
	background-image: none;
	width: 840px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#beige_container {
	background-image: url(../images/content_mid2_bkg.gif);
	background-repeat: repeat-y;
	width: 840px;
}
#beige-foot {
	background-image: url(../images/content_mid2_foot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 30px;
	padding-right: 53px;
	padding-left: 55px;
	padding-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}
#beige-foot a {
	color: #330000;
	text-decoration: none;
}
#beige-foot a:hover {
	text-decoration: underline;
}

#beige-foot-home {
	background-image: url(../images/content_mid2_foot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
#home_content a {
	color: #330000;
	text-decoration: none;
}
#home_content a:hover {
	text-decoration: underline;
}
#footer {
	width: 912px;
	background-image: url(../images/footer_main_bkg.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.alighnright {
	text-align: right;
	background-image: none;
	padding-right: 50px;
}
#nav_container {
	padding-left: 63px;
}
#header_nav {
	width: 912px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	text-align: center;
	margin-top: 13px;
}
#container #containerbg {
	background-image: url(../images/container_bkg3.gif);
	background-repeat: repeat-y;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#navigation {
	background-image: url(../images/nav_back.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 39px;
	width: 728px;
	left: 92px;
	top: 165px;
	background-position: left top;
}
#top {
	height: 35px;
	width: 912px;
	background-image: url(../images/header1.gif);
	overflow: hidden;
	background-repeat: no-repeat;
}
#container #top h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	display: none;
}
#topnav {
	float: left;
	margin: 0;
	width: 650px;
	height: 39px;
	background: transparent;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/* Set the UL to have no list item and give it a height */
#topnav ul {
	border: none;
	width: 650px;
	list-style-type: none;
	z-index: 1;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#topnav ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	}

#topnav ul li a {
	/* change each anchor item to a block so that it takes up space */
	display: block;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 39px;
	}

/* Hide the text on the top nav bar */
#topnav ul li a span {
	display: none;
	}

/* On over move the viewable portion of the image up */
#topnav ul li a:hover {
	background-position: 0 -39px;
	}

/* No active state here so make sure it shows the default portion of the image */
#topnav ul li a:active {
	background-position: 0 0;
	}
#historyLink a {
	background-position: 0 0;
	width: 96px;
	background-image: url(../images/bttn_history.gif);
	background-repeat: no-repeat;
	}
#historyLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#winelistLink a {
	background-position: 0 0;
	width: 79px;
	background-image: url(../images/bttn_winelist.gif);
	background-repeat: no-repeat;
	}
#winelistLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#directionsLink a {
	background-position: 0 0;
	width: 92px;
	background-image: url(../images/bttn_directions.gif);
	background-repeat: no-repeat;
	}
#directionsLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#eventsLink a {
	background-position: 0 0;
	width: 60px;
	background-image: url(../images/bttn_events.gif);
	background-repeat: no-repeat;
	}
#eventsLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#shopLink a {
	background-position: 0 0;
	width: 79px;
	background-image: url(../images/bttn_giftshop.gif);
	background-repeat: no-repeat;
	}
#shopLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#tourLink a {
	background-position: 0 0;
	width: 105px;
	background-image: url(../images/bttn_tour.gif);
	background-repeat: no-repeat;
	}
#tourLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#contactLink a {
	background-position: 0 0;
	width: 89px;
	background-image: url(../images/bttn_contact.gif);
	background-repeat: no-repeat;
	}
#contactLink a:hover, #advLink a:active, #advLink .selected {
	background-position: 0 -39px;
	}
#home_content {
	text-align: center;
	padding-top: 40px;
	margin-top: 30px;
	background-image: url(../images/wiskerdo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 30px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#home_content h2 {
	color: #330000;
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#wine_image {
	float: left;
	clear: both;
	border: 3px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
}
#map2 {
	position: absolute;
	left: 390px;
	top: 297px;
	border: 3px solid #FFFFFF;
}
#video_holder {
	text-align: center;
}
#history_float_right {
	padding: 5px;
	border: 1px solid #666666;
	height: 225px;
	width: 300px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#history_float_left {
	padding: 5px;
	height: 300px;
	width: 200px;
	border: 1px solid #666666;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
