html{
	width: 100%;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}

#center{
	padding-top: 2em;
	padding-bottom: 1em;
	margin-bottom: -8em;
	padding-right: 208px;
	padding-left: 200px;
	background-image: url(center.png);
	background-repeat: repeat-y;
	text-align: justify;
}

a{
	text-decoration: underline;
	color: black;
}

#address{
	top: 50%;
	display: table;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

body{
	text-shadow: 0px 0px;
	margin: 0px;
	background-repeat: repeat;
	background-image: url(bg.png);
}

#top{
	margin-top: 20px;
	display: table;
	height: 153px;
	width: 100%;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(top.png);
}

#bottom{
	color: white;
	margin-bottom: 30px;
	height: 243px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(bottom.png);
}

#content{
	width: 972px;
	margin-right: auto;
	margin-left: auto;
}

#title{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(unplugged.png);
	display: table-cell;
	height: 100%;
	font-variant: small-caps;
	text-align: center;
	vertical-align: bottom;
}

#title h1{
	visibility: hidden;
	margin-bottom: 0px;
}

p img{
	right: -20px;
	top: -10px;
	position: relative;
	background-repeat: no-repeat;
	padding: 6px;
	background-image: url(pic_border.png);
	float: right;
}

.left{
	left: -20px;
	background-repeat: no-repeat;
	padding: 6px;
	background-image: url(pic_border.png);
	float: left;
	position: relative;
}

p{
	margin-top: 1em;
	margin-bottom: 2em;
}

img{
	border-width: 0px;
}

#menu{
	display: none;
	border-bottom-width: 7px;
	padding-right: 140px;
	padding-left: 132px;
	padding-top: 30px;
	background-repeat: repeat-y;
	font-size: x-large;
	text-align: left;
	background-image: url(center.png);
}

.menuitem_selected{
	display: inline-block;
	padding-top: 7px;
	background-color: black;
	padding-right: 12px;
	padding-left: 12px;
	color: #d7d7d7;
}

.menuitem{
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#menu a{
}

#menubar{
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(line.png);
}

.border_right{
	padding-right: 2px;
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(borderline_right.png);
}

.border_left{
	padding-left: 2px;
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(borderline_left.png);
}

.border_top{
	padding-top: 2px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(borderline_top.png);
}

#menubar li{
	display: inline-block;
}

#winelist img{
	right: -230px;
	position: absolute;
	top: -100px;
}

.wine_title{
	display: table-cell;
	font-weight: bold;
	font-size: x-large;
}

.wine_price{
	font-size: small;
	visibility: visible;
	display: table-cell;
	text-align: right;
}

.red{
	/*color: #692b2b;*/
}

.white{
	/*color: #81a142;*/
}

.attention{
	margin-right: 180px;
	margin-bottom: 50px;
	font-size: medium;
	text-align: left;
	color: #692b2b;
}

#winelist{
	position: relative;
	width: 380px;
}

.wine_description{
	margin-top: 7px;
	vertical-align: top;
}

.wine{
	margin-top: 20px;
	margin-bottom: 40px;
	clear: both;
}

.wine_header{
	width: 105%;
	display: table;
}

#footer{
	margin-top: 80px;
	text-align: center;
	font-size: small;
}

.note{
	visibility: collapse;
	font-size: medium;
	font-style: italic;
}

#start{
	display: block;
	margin-bottom: auto;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 960px;
}

.sidenote{
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top:  5px;
	border-bottom-color: black;
	border-top-color: black;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-top-width: 0px;
	color: #333333;
	font-size: medium;
}

