@charset "UTF-8";
html {
	height: 100%;
}
.gallery {
	height: 800px;
}
.martini {
	background-image: url(images/martini.png);
	height: 100px;
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	display: block;
	margin-top: 0px;
}
.martini_large {
	background-image: url(images/martini_large.jpg);
	height: 600px;
	width: 740px;
	background-repeat: no-repeat;
	margin-top: 20px;
	clip: rect(-80px,auto,auto,auto);
	float: left;
}
.image_gallery1 {
	width: 400px;
	background-repeat: no-repeat;
	height: 400px;
	margin-top: 100px;
	float: left;
	margin-left: -280px;
}
.wine {
	background-image: url(images/wine.png);
	height: 100px;
	width: 300px;
	margin-top: 0px;
	float: left;
	margin-right: 0px;
}
.image_gallery2 {
	height: 320px;
	width: 400px;
	margin-top: 0px;
	float: left;
	margin-right: 0px;
	background-repeat: no-repeat;
}
.container {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
}
.top_banner {
	background-color: #000;
	height: 155px;
	background-image: url(images/title_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.navigation {
	background-color: #F00;
	height: 50px;
}
.contact {
	height: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
.home {
	height: 200px;
	font-family: "MS Serif", "New York", serif;
	font-size: x-large;
	color: #FFF;
}
.home_image {
	width: 100%;
}

.about {
	height: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 16px;
	text-align: justify;
	display: block;
	text-indent: hanging;
}
.about_image {
	background-image: url(images/godard%20copy.jpg);
	height: 335px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.navigation ul {
	height: 50px;
	width: 404px;
	margin-right: auto;
	margin-left: auto;
	list-style-image: none;
	list-style-type: none;
}
.navigation ul li {
	display: block;
	float: left;
	height: 50px;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.navigation ul li a {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	height: 35px;
	width: 100px;
	display: block;
	padding-top: 15px;
	font-size: large;
}
.navigation ul li:last-child {
	border-right-width: 0px;
	border-right-style: none;
}
body {
	background-color: #B4B4B4;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background-image: url(images/blackbackground.jpg);
}
.navigation ul li a:hover {
	color: #FFF;
	background-color: #000;
}
.wine_large {
	background-image: url(images/wine_large.jpg);
	height: 550px;
	width: 750px;
	background-repeat: no-repeat;
	float: right;
	margin-top: 20px;
}
