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

* html #wrapper {
	height: 100%;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat;
	background-position: center;
}
a:link {
	color: #F2F2E8;
}
#wrapper {
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 100%;
}
#frontWrap {
	text-align: center;
	position: absolute;
	width: 522px;
	height: 384px;
	margin-right: auto;
	margin-left: -261px;
	margin-top: -192px;
	left: 50%;
	top: 50%;
}
#header {
	width: 482px;
	margin-right: auto;
	margin-left: auto;
}
#headerLeft {
	text-align: center;
	float: left;
	width: 72px;
}
#headerRight {
	text-align: left;
	float: right;
	width: 410px;
}
#headerLogo {
	height: 183px;
	width: 45px;
	border: none;
}
#headerLogoType {
	height: 149px;
	width: 362px;
	border: none;
}
.menuTitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	color: #f2f2e8;
	width: 400px;
	margin-left: 170px;
	margin-top: 25px;
}
.menuSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #f2f2e8;
	text-transform: uppercase;
	width: 400px;
	float: left;
	margin-left: 235px;
	margin-top: 15px;
	margin-bottom: 10px;
	display: inline;
}
.menuSubDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #f2f2e8;
	width: 350px;
	margin-bottom: 10px;
	margin-left: 235px;
	margin-top: -10px;
	clear: both;
}
.wine {
	width: 375px;
	margin-left: 235px;
}
.wineTitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f2f2e8;
	width: 275px;
	float: left;
}
.winePrice {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	color: #f2f2e8;
	width: 75px;
	float: right;
}
.wineDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 5px;
	color: #f2f2e8;
	clear: both;
	margin-bottom: 10px;
}

#mainMenu {
	width: 410px;
	float: left;
}
#menuMenu {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	height: 23px;
	clear: both;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	clear: both;
}
#footer {
	height: 161px;
}
.food {
	width: 375px;
	margin-left: 235px;
}
.foodTitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f2f2e8;
	width: 300px;
	float: left;
}
.foodEntree {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f2f2e8;
	width: 375px;
	float: left;
}
.foodPrice {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	color: #f2f2e8;
	width: 50px;
	float: right;
}
.foodDesc {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #f2f2e8;
	clear: both;
	width: 285px;
}
.entreeList {
	margin-top: 1px;
	margin-left: 0px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: square;
}
.calendarEventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #f2f2e8;
	text-transform: uppercase;
	width: 400px;
	float: left;
	margin-left: 235px;
	margin-top: 15px;
	display: inline;
}
.calendarEventDate {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f2f2e8;
	width: 400px;
	float: left;
	margin-left: 235px;
}
.calendarEventInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2f2e8;
	clear: both;
	width: 375px;
	margin-top: 25px;
	margin-left: 235px;
	margin-bottom: 5px;
}
