html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: white;
  font-size:small;
  font-family: Sans-Serif;
  color:black;  
  padding:0px 20px;
  margin:0px;
}
p, pre, h2 {
  padding:10px;
  margin:0px
}


h1 {
font-size: 11px;
text-align: left;
color: black;
background-color: white;
border:1px solid;
border-bottom-color:black;
border-top-color:white;
border-left-color:white;
border-right-color:white;
padding:5px 15px;
margin:0px
}

h2 {
font-size:14px;
padding-top:10px;
color: black;
background-color: transparent;
}	

#menu {
  position: absolute;
  width: 200px;
  left: 20px;
  background-color: white;
  padding:0px;
  margin:0px
}
#search_menu {
  position: absolute;
  width: 400px;
  left: 10px;
  background-color: white;
  padding:0px;
  margin:0px;
  overflow:hidden;
  
}
#search_content {
  margin-left: 400px;
  background-color:white;  
}
#opening_times_menu {
  position: absolute;
  left: 456px;
  top: 137px;
  height: 413px;
  background-color: white;
  padding:0px;
  margin:0px
}
#content {
  margin-left: 200px;
  background-color:white;
  overflow: auto;
}
#listing_content 
{
 position: absolute;
  left: 43px;
  width: 400px;
  top: 134px;
  height: 472px;
  background-color:white;
}

#footer
{ 
	position: absolute;
bottom: -5px;
left: -1px;
width: 700px;
text-align: center;
background-color: white;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}