
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #106eb6;
	width: 782px;
}
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
a {
	color: #5e363b;
}
ul {
	list-style: none;
	clear:left;
}
p {
	line-height: 18px;
	margin-bottom: 12px;
}
h1 {
	font-size: 34px;
	font-weight: normal;
	margin-top: 40px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
}
#header {
	width: 100%;
	text-align:center;
}
#content {
	float:left;
	width: 500px;
}
#footer {
	width: 270px;
	margin-top: 45px;
	font-size:12px;
	float:right;
	border-left: 1px dotted #ccc;
}
.box, .booking {
	padding-left:10px;
}
#qmEditor, .box a, .eatin, .eatout, .footer, .latest  {
	display:none;
}
.box h2, .booking h2 {
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px dotted #ccc;
	padding: 4px 0;
	margin-bottom: 4px;
}
.content {
	float:left;
	width: 100%;
}
.content table {
	margin: 6px 0 20px 0;
}
.content td {
	border-bottom: 1px dotted #ccc;
	padding: 4px 0;
}
.content td p {
	margin:0;
	padding:0;
}
.date {
	font-weight:bold;
}
.vegetarian {
	color: #8CC63F;
	font-weight: bold;
}