/* CSS stylesheet for index.php */

div.headerstrip
{
  background: url(/images/library-background-crop2.jpg);
  background-position: left 70%;
  height: 100px;
}

div.headerstrip h2
{
  color: white;
  font-size: 300%;
}

ul.openinghours
{
  list-style: none;
}

div.twocolumns img
{
  display: block;
  width: 100%;
}

div.intro
{
  width: 90%;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
  border: 2px solid red;
  border-radius: 10px;
  color: #c00;
}