/*	   BEGIN REDEFINING STANDARD STYLES	  */

html {
	height: 100%;
	margin-bottom: 1px;
}

Body {
	color: #849233;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
}

a:link {
	color: #D33772;
}
a:visited {
	color: #849233;
}
a:hover {
	color: #D33772;
}
a:active {
	color: #D33772;
}
/*	   END REDEFINING STANDARD STYLES	  */

/* BEGIN CUSTOM STYLES*/
.BodyCenter {
	text-align: center;
}

.BodyRight {
	text-align: right;
}

.BodyLeft {
	text-align: left;
}

/* This is for titles like "Appetizers,
Antipasti, Eggs" etc */
.MenuCategoryLeft {	font-family:;
	font-size: 16pt;
	text-align: left;
}

.MenuCategoryCenter {	font-family:;
	font-size: 16pt;
	text-align: center;
}

/* This is for the smaller letter face that
goes with Menu Category Items (Eggs,
Antipasti, Platters") */
.MenuCategoryDescriptorLeft {	font-family:;
	font-size: 12pt;
	text-align: left;
}

.MenuCategoryDescriptorCenter {	font-family:;
	font-size: 12pt;
	text-align: center;
}

/* This is for the cigar, cell phone,
gratuity notes, etc  at the bottom of the
menu */
.MenuFooters {	font-family:;
	font-size: 9pt;
	text-align: center;
	font-style: italic;
}

/* This is for the 3 piece image set at the
top of the menus, the granville island
image at the bottom and the spacer images
between menu categories */
.MenuImage {
	text-align: center;
}

.MenuItemLeft {	font-family:;
	font-size: 11pt;
	text-align: left;
}

.MenuItemCenter {	font-family:;
	font-size: 11pt;
	text-align: Center;
}

.MenuMainTitle {	font-family:;
	font-size: 16pt;
	text-align: center;
}

.MenuSubtitle {	font-family:;
	font-size: 14pt;
	text-align: center;
}

/* Picnic basket Styles */

.PicnicMenuItem {	font-family:;
	font-size: 11pt;
	text-align: center;
}

/* This is for the picnic names */
.PicnicMenuCategory {	font-family:;
	font-size: 16pt;
	text-align: center;
}

.FormElementLeft {	font-family:;
	font-size: 11pt;
	text-align: left;
	background-color: #905f17;
	color: #C7a15F;
	
}

.FormElementCenter {	font-family:;
	font-size: 11pt;
	text-align: Center;
	background-color: #905f17;
	color: #C7a15F;
	
}

.FormElementRight {	font-family:;
	font-size: 11pt;
	text-align: Right;
	background-color: #905f17;
	color: #C7a15F;
}
