@charset "UTF-8";
/* CSS Document */

body{
	margin: 10px 18px 40px 18px;
	background-color:#FFF;
	background-image: url(../images/menu-banner-bg.gif);
	background-repeat: repeat-x;
}

#menu h1{
	color: #e7e5da;
	font-family: "MS Serif", "New York", serif;
	font-weight: normal;
	line-height: 1em;
	font-size: xx-large;
}
#menu h2 {
	color: #939A64;
	font-weight: bold;
	padding: 20px 0px 4px 0px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: none;
}
#menuHeader {
	min-height: 230px;
	border-bottom: 4px solid #4a4326;
	padding-top: 6px;
}
#menu #menuHeader  h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	line-height: 1.1em;
}


#menu .dish{
	color: #4a4326;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#menu .description {
	color: #333;
	font-style: italic;
}
#menu p {
	font-style: italic;
	color: #333;
}

#menu .price {
	
}

a:link {
	color: #003333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003333;
}
a:hover {
	text-decoration: underline;
	color: #939A64;
}
a:active {
	text-decoration: none;
}

