@charset "UTF-8";
/* CSS Document */
body, div {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Lucida Grande", "Myriad Pro", Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #935d2e;
}
h1, h2, h3, h4 {
	font-weight: bold;
	line-height: normal;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
/*div styles, and div children*/
div#header {
	height: 136px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#wrapper {
	background-attachment: scroll;
	background-image: url(../images/bgbar.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
div#maincontent {
	padding: 5px 9px;
	float: right;
	width: 502px;
	margin-right: auto;
	margin-left: auto;
	color: #591709;
	background-attachment: scroll;
	background-image: url(../images/winebg.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;
	line-height: 2em;
}
div#maincontent h1, div#maincontent h2, div#maincontent h3, div#maincontent h4, div#maincontent p {
	padding: .2em .8em;
	margin: 13px;
}
div#maincontent h1, div#maincontent h2, div#maincontent h3, div#maincontent h4 {
	color: #5a7414;
}
div#maincontent h1 {
	border-bottom: thin solid #5a7414;
}
div#maincontent a {
	text-decoration: underline;
	color: #626d45;
}
div#maincontent a:link {
	color: #626d45;
}
div#maincontent a:visited {
	color: #868d72;
}
div#maincontent a:active, div#maincontent a:hover {
	color: #7fa716;
	text-decoration: none;
}
div#logo {
	background-attachment: scroll;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 495px;
	margin-right: auto;
	margin-left: auto;
}
div#contact {
	color: #480d01;
	width: 250px;
	margin-left: 9px;
	text-align: center;
}
div#contact h4, div#contact h3, div#contact p {
	line-height: normal;
	margin: .7em .5em;
	padding: .2em;
}
div#contact h4, div#contact h3 {
}
div#contact h3 {
	color: #ffda9f;
	border-bottom: thin solid #ffda9f;
	text-align: left;
}
div#contact a {
	text-decoration: none;
	color: #90a25f;
}
div#contact a:link, div#contact a:visited {
	color: #90a25f;
	text-decoration: underline;
}
div#contact a:hover, div#contact a:active {
	color: #ffda9f;
	text-decoration: none;
}
div#whitelogo {
	background-attachment: scroll;
	background-image: url(../images/whitelogo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
}
div#links {
	margin: .8em .2em 3em .2em;
	padding: .2em .3em .5em .3em;
}
div#links ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
	list-style-type: none;
	line-height: 1.5em;
}
div#links a {
	font-family: "Apple Chancery", "Savoye LET", "Santa Fe LET", "Snell Roundhand", cursive;
	font-size: 2em;
	line-height: 1.75em;
	padding: 0px .5em;
}
div#links a:link, div#links a:visited {
	text-decoration: none;
}
div#links a:hover, div#links a:active {
	text-decoration: none;
}
div#links a.current, div#links a.current:hover, div#links a.current:visited, div#links a.current:active, div#links a.current:link{
	cursor: default;
	text-decoration: none;
	color: #ffda9f;
}
div#hours {
	margin: 1.8em .2em;
	padding: 1.2em 0px;
}
div#hours p {
	padding: .2em;
	line-height: normal;
	margin: .4em;
}
div#hours span.days {
	text-decoration: underline;
	font-weight: bold;
}
div#clear {
	clear: both;
	padding-top: 15px;
}
div#credit {
	width: 800px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 45px;
	color: #ffda9f;
	font-size: .87em;
	font-style: italic;
}
div#credit a:link, div#credit a:visited {
	color: #90a25f;
	text-decoration: underline;
}
div#credit a:active, div#credit a:hover {
	color: #ffda9f;
	text-decoration: none;
}
.center {
	text-align: center;
	clear: both;
}
.fineprint {
	font-size: .85em;
	font-style: italic;
}

