body { 
	background-color: #ffffff; 
	font: 100% verdana, arial;
	margin:15px 0px; 
	padding:0px;
	text-align:center;
	background-color: #CCFFFF;
}

#header {
width: 100%;
text-align: center;
border-bottom: solid 1px #999;
height: 250px;
	}
	
#header #logo {
	border:none;
	height:242px; 
	width:256px;
}	
	
#header .img1{
	border:solid 3px #999;
	float:left;
	margin:20px 0 0 40px;
}	

#header .img2{
	border:solid 3px #999;
	float:right;
	margin:20px 40px 0 0;
}	

#content {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:15px;
}

a:link { 
	text-decoration: none; 
}
a:visited { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline; 
}

#navigation {
	border-bottom: solid 1px #999;
	text-align: center;
	padding: 5px 5px 5px 5px;
	vertical-align: text-top;
	font-size: 120%;
}

#container {
	width: 100%;
}


#footer {
	margin-top: 1em;
	padding-top: 1em;
	border-top: solid 1px #999;
	text-align: center;
	clear: both;
}

td, tr #pricestable {
	table-layout: fixed;
	padding: 5px;
	}
	
td, tr #openinghourstable {
	padding: 5px;
	}
	
#Address {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}