@CHARSET "UTF-8";

div.menu {
	text-align:center;
	font-family: verdana;
	margin-bottom: 1em;
}
div.menu #mainmenu {
	background-image: url(../images/tducks.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
div.menu #salads, div.menu #entrees {
	background-image: url(../images/tducks.gif);
	background-position: center top;
	background-repeat: no-repeat;	
}
div.menu h1 {
	font-size: 14pt;
	font-weight: normal;
	margin: 1em 0 0 0;
}
div.menu h2 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
}
div.menu h3 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
}
div.menu .item {
	margin-top: 1em;
	font-size: 10pt;
}
div.menu .item p.desc {
	margin: 0;
	font-size: 9pt;
}
div.menu  p.price {
	margin: 0;
	font-size: 10pt;
}
div.saladxtras {
	margin-top: 1em;
}
div.saladxtras h2 {
	font-size 10pt;
	font-weight: normal;
}
div.beverages {
	border: 2px solid #999;
	margin: 1em;
	padding-bottom: 1em;
	font-size: 10pt;
}
div.menu div.beverages h1 {
	font-size: 10pt;
	white-space: nowrap;
}
div.advisory {
	margin-top: 1em;
	font-size: 6pt;
}
/* 2 column main menu */
div.menu .left {
	float:left;
	width: 49%;
	margin: 0 0 1em 0;
}
div.menu .right {
	float:right;
	width: 49%;
	margin: 0 0 1em 0;
}