@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.gif);
	background-position:  0 0;
	background-repeat:repeat;
	color: #717171;
	margin: 0px;
	width: 100%;
	height: 100%;
	}
	
#wrapper {
	width: 865px;
	height: auto;
	margin: 10px auto auto auto;
	background-image:url(images/goldback.gif);
	background-repeat:repeat;
	}
	
#header {
	width: 865px;
	height: 151px;
	background-image:url(images/tasting-room-bckgrnd.jpg);
	background-repeat:no-repeat;
	background-position: right;
	}
	
.left {
	position: 0 0;
	}
	
.right {
	text-align: right;
	}
	
#leftcol {
	float: left;
	width: 195px;
	height: 100%;
	background-image:url(images/goldback.gif);
	background-color:#FFCC33;
	background-position: 0 0;
	margin: 0 0 0 0;
	padding:20px 0 0 0;
	background-repeat:repeat;
	text-align:center;
	}
	
#rightcol {
	float: right;
	position: relative;
	width: 550px;
	height: 100%;
	padding:30px 60px 35px 60px;
	margin: 0;
	background-color:#FFFFFF;
	}

h4 {
	font-size:14px;
	font-weight:normal;
	color: #336633;
	line-height: 1.5em;
		}
		
ul {
	list-style-type:none;
	list-style-image:url(images/disc.gif);
	margin-top: 15px;
	margin-left: 20px;
	padding-left: 20px;
	color: #660000;
	
	}
	
.hours{
	width: 300px;
	margin:0 auto 0 auto;
	font-size:11px;
	text-align: center;
	color: #666633;
	}
	
#footer {
	clear: both;
	width: 795px;
	height: auto;
	font-size: 10px;
	color: #CC9933;
	text-align:center;
	padding: 10px 35px 10px 35px;
	background-color:#4E0808;
	}
	
.redcenter{
	text-align:center;
	color:#660000;
	}
	
.red{
	color: #660000;
	}
	
	
.welcome{
	margin: 13px 55px 20px 75px;
	font-size: 12px;
	color: #666633;
	line-height: 1.5em;
	}

