body {
	background-image: url(images/background.gif);
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8f5b44;
}

img {
	border: none;
	}
	
a {
	border: none;
	text-decoration:underline;
	color: #8f5b44;
	}
	
a:hover {
	color: #000;
	}
	
.container {
	width: 811px;
	text-align: center;
	margin: 0 auto;
	}
	
.header_logo {
	width: 348px;
	height: 130px;
	float: left;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	}
	
.header_address {
	width: 463px;
	height: 130px;
	float: left;
	background-image: url(images/address_block.gif);
	background-repeat: no-repeat;
	}
	
.nav {
	float: left;
	}
	
.content_container {
	font-size: 0.8em;
	width: 811px;
	height: auto;
	padding: 4px 40px 10px 50px;
	background: url(images/content_strip.gif) repeat-y;
	text-align: left;
	position: relative;
	overflow: auto;
	}
	
.content_left {

	width: 380px;
	float: left;
	}
	
.content_left img {
	text-align: center;
	}


.content_left ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8f5b44;
	padding-right: 10px;
}	

.content_left li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8f5b44;
	padding-bottom: 15px;
}	
	
.content_right {
	padding: 4px 70px 10px 0;
	height: auto;
	width: 350px;
	float: right;
	}

.content_right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8f5b44;
	padding-right: 10px;
}

.content_right ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8f5b44;
	padding-right: 10px;
}	

.content_right li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #8f5b44;
	padding-right: 10px;
	padding-bottom: 15px;
}		

.homepage_boxes {
	clear:both;
	}
	
.homepage_box {
	padding: 10px;
	float:left;
	width: 160px;
	}
	
.homepage_box_text {
	width: 160px;
	border-right: solid 3px #947d10;
	}
	
.footer {
	text-align: center;
	width: 811px;
	height: 25px;
	background: url(images/footer.gif) no-repeat;
	font-size: 10px;
	color: #fff;
	padding: 3px 0px 0px;
	clear:both;
	}
	
.footer a {
	color: #ffffff;
	text-decoration: none;	
	}

.footer a:link {
	color: #ffffff;
	text-decoration: none;	

	}

.footer a:hover {
	color: #000000;
	text-decoration: underline;	

	}
	
a.home {
	float: left;
	display: block;
	width: 95px;
	height: 39px;
	background-image: url(images/home_button.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.home:hover {
	background-position:top;
	}
	
a.menus {
	float:left;
	display:inline;
	width: 104px;
	height: 39px;
	background-image: url(images/menus_button.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.menus:hover {
	background-position:top;
	}
	
a.wines {
	float:left;
	display:inline;
	width: 128px;
	height: 39px;
	background-image: url(images/wines_button.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.wines:hover {
	background-position:top;
	}
	
a.catering {
	float:left;
	display:inline;
	width: 207px;
	height: 39px;
	background-image: url(images/catering_button.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.catering:hover {
	background-position:top;
	}
	
a.contact {
	float:left;
	display:inline;
	width: 148px;
	height: 39px;
	background-image: url(images/contact_button.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.contact:hover {
	background-position:top;
	}
	

.interiorpic{
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	margin-left: 14px;
	margin-top: 8px;
	margin-right: 3px;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #8f5b44;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8f5b44;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #7A5038;
	padding-top: 12px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8f5b44;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
}


#contact-form {
	margin-left: 2px;
	width: 360px;
}

.submit input {
	margin-left: 4.5em;
	font-size: 12px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #CCCCCC;
	border: 2px outset #333333;
} 


.input {
	color: #000000;
	background: #FDF5E8;
	border: 1px solid #8F5B44;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}


.fieldset {
	border: 1px solid #8F5B44;
	padding-bottom: 6px;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 350px;
	padding-top: 6px;
	background-color: #f5e9d3;
	padding-left: 8px;
}

.fieldset p {
	color: #8f5b44;
	font-weight: bold;
	padding-left: 4px;

}
