body {
	margin: 0;
	padding: 0; 
	font: 75% Arial,Helvetica,Sans-Serif;
        color: #333;
        background: #efe;
}

table, select, input, textarea {
	font: 100% Arial,Helvetica,Sans-Serif;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #696
}

.menu {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.menu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ffc;
}

.designer p{
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.designer a {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.designer a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.food-menu {
	font-family: serif;
	font-size: 17px;
}


div.image_right { float: right; padding: 0 0 10px 20px; }
div.image_right p { margin: 0; }
div.image_right p img { border: 0; }
p.sub_header { font-weight: bold; text-decoration: underline; }