Body {
	background-color: #629E7C;
	margin-top: 5px;
}

#container {
	width: 960px;
	height: auto;
	border: 2px solid #025A27;
	background-color: white;
	float:center;
}

#top {
	width: 950px;
	height: auto;
	border-bottom: 2px solid #C7DFD1;
	text-align: center;
	padding: 5px;
	float: left;
}

#logo {
	width: 740px;
	text-align: left;
	float: left;
}

#contact {
	width: 200px;
	float: right;
	text-align: right;
	font-family: Arial;
	font-size: 14px;
	color: #629E7C;
	padding-top: 10px;
}

#menu {
	width: 205px;
	height: 585px;
	float: left;
	background-image: url(images/big ben water colour small.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: -2px;
}

.menu {
	font-family: Arial;
	font-size: 16px;
	color: White;
	display: block;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #025A27;
	background-color: #36825B;
	margin-bottom: 2px;	
	margin-top: 2px;
	padding-bottom: 1px;
	text-decoration: none;	
}

.menu:hover {
	font-family: Arial;
	font-size: 16px;
	color: White;
	display: block;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #025A27;
	background-color: #025A27;
	margin-bottom: 2px;	
	margin-top: 2px;
	padding-bottom: 1px;	
	text-decoration: none;
}

#text {
	width: 730px;
	height: auto;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	border-left: 1px solid #C7DFD1;
	text-align:left;
	font-family: Arial;
	font-size: 16px;
}

.prices {
	font-family: Arial;
	font-size: 26px;
	color: green;
	text-align: center;
}

h1 {
	text-align: center;
	font-size: 26px;	
}

h2 {
	font-size: 18px;	
	color: green;
}

.topbullets {
	font-size: 18px;
	text-align: left;
}

#bottom {
	width: 950px;
	height: auto;
	border-top: 2px solid #C7DFD1;
	text-align: left;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	color: Navy;
	float: left;
}

.copy {
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	color: Navy;
	padding-left:645px;
	text-decoration: none;
}