body {
	background-color: #e3d99f;
	background-image: url(parchment.jpg);
	background-repeat: repeat;
	color: #000;
}
.header {
	height: 300px;
	background-image: url(powergrid_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.nav {
	width: 100%;
	background-color: #338;
	min-height: 2em;
	text-align: center;
	vertical-align: middle;
}
.nav a {
	padding: 0.7em;
	color: #ddf;
}
.column {
	max-width: 44em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.ilb {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0.8em;
}
.booking {
	border: 1px solid #888;
}
.booking_wrapper {
	text-align: center;
}
.foodpref { text-align: center; }
h1, h3, h4 { text-align: center; }
td.label { text-align: right; }
td.submit { text-align: center; padding-top: 2em; }
div#map { height: 400px; background-color: #eee; }
