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

body{
	text-align:center;
	background-color: #fffcf5;
}
a{color: #0055EA}

div#menu{width:550px;margin: 0 auto;
    font: 90% "Trebuchet MS",Arial,sans-serif;text-align:left}
h2{
	color: #1C2F4D;
	font-size: 250%;
	text-align:center;
	background-color: #cfc8a6;
	border: 1px solid #18324B;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0.4em;
	margin-top: 40px;
}

dl{
	width: 100%;
	overflow: hidden;
	margin: 0;
	background: url(../images/dot.gif) repeat-x 0 1.2em
}
#gratuity {
	background-color: #FFFFFF;
	padding: 16px;
	border: 1px solid #1C2F4D;
	font-size: 12px;
}
#percent{
	text-align: center;
	color: #162F4E;
	font-size: 16px;
	font-weight: bold;
}
dt,dd.price{
	background: #FFF;
	font-size: 16px;
	font-weight: bold
}
dt{
	float: left;
	padding-right: 3px;
	color: #641625;
}
dd{margin:0}
dd.price{
	float: right;
	padding-left: 3px;
	color: #162F4E
}
dd.ingredients{
	float: left;
	width: 100%;
	padding: 3px 0;
	color: #162F4E;
	font-family: Georgia, Times, sans-serif;
	font-size: 14px;
	font-style: italic;
}

