body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #106eb6;
	background-color: #b9c8e7;
}
* {
	margin:0;
	padding:0;
}
a {
	color: #5e363b;
}
img {
	float: left;
	border:0;
}
ul {
	list-style: none;
	clear:left;
}
p {
	line-height: 18px;
	margin-bottom: 12px;
	clear:left;
}
iframe {
	margin-top: 20px;
}
h1 {
	font-size: 46px;
	font-weight: normal;
}
input {
	float:left;
}
h2 {
	font-size: 38px;
}
.box h2, .booking h2 {
	float:left;
	background: url(../images/h2.png) no-repeat;
	color: #fff;
	font-weight: normal;
	margin: 0 0 12px 0px;
	padding: 4px 8px 8px 8px;
	position: absolute;
	top: -8px;
	left: -8px;
	line-height: 0;
}
h3 {
	font-size: 14px;
	clear:left;
}

#header {
	float:left;
	width: 100%;
	background: url(../images/header-bg.gif) repeat-x #3c73b9;
}
#header img {
	position: absolute;
	top:0;
	left: -18px;
}
#header .message {
	position: absolute;
	bottom:18px;
	margin:0;
	left:320px;
	color: #fff;
	background: #5e363b;
	padding: 4px 6px;
}
#content {
	float:left;
	width: 100%;
	padding: 20px 0 0 0;
	background-color: #fefdf8;
}
#footer {
	float:left;
	width: 100%;
	padding: 20px 0 80px 0;
}

.column {
	width: 875px;
	margin: 0 auto;
	position: relative;
}
#header .column {
	min-height: 80px;
}
.box {
	float:left;
	position: relative;
	width: 206px;
	padding: 50px 12px 0 12px;
	margin: 0 0 20px 20px;
	background: #d4dbee;
}
.box h2, .booking h2 {
	text-transform: lowercase;
}
.right {
	float:right;
	clear:right;
}
.welcome {
	float:left;
	width: 625px;
	height: 350px;
	position: relative;
	margin-bottom:20px;
	background: url(../images/photos.jpg) no-repeat;
}
.welcometext {
	float: left;
	width: 380px;
	background: url(../images/welcome.png) no-repeat;
	margin: 0;
	padding: 20px 20px 8px 20px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: -8px;
}
.content {
	float:left;
	width: 601px;
	padding: 12px;
	margin-bottom: 40px;
	position:relative;
}
.content table {
	margin: 6px 0 20px 0;
}
.content thead {
	font-weight: bold;
}
.content td {
	border-bottom: 1px dotted #ccc;
	padding: 4px 0;
}
.content td p {
	margin:0;
	padding:0;
}
.content img {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.content p {
	clear:none;
}
.date {
	font-weight:bold;
}
.vegetarian {
	color: #8CC63F;
	font-weight: bold;
}
.eatin, .eatout {
	min-height: 115px;
}
.eatin p, .eatout p {
	font-size: 0.85em;
	line-height: 14px;
	width: 148px;
}
.eatin li, .eatout li {
	font-weight: bold;
	margin-bottom: 6px;
}
.eatin img {
	position: absolute;
	top:-5px;
	right:-20px;
}
.eatout img {
	position: absolute;
	top:40px;
	right:-15px;
}
.booking {
	float:left;
	position: relative;
	width: 351px;
	padding: 50px 12px 0 12px;
	background: #d4dbee;
}
.booking p {
	margin-right: 24px;
}
.phone {
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 12px;
}
.footer {
	width: 875px;
	float:left;
	clear:both;
	border-top: 1px solid #a6b6d7;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #5d87c4;
}
.footer a {
	color: #5d87c4;
}