@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-color:#c09b47;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#573210;
	*cursor:url("lizard.cur");
}

a {
	color:#573210;
	text-decoration: underline;
}

a:hover {
	color: #996600;
	text-decoration: none;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
}

.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
}

.reservation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
}

.copy, .bottommenu {
	color:#fff888;

}

.bottommenu a {
	color:#fff888;
}

.bottommenu a:hover {
	color:#FFFFFF;
}

.copy {
	padding-top:8px;

}

.dish{
	border:1px dotted #fff888;
	padding:5px;
	margin:0;
	clear:both;

}

.dish:hover{
	border:1px dotted #996600;

}

.price {
	float: right;
	font-size:18px;
}

.dishinfo {
}
