/* User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html) */
/* Using simple stylesheet */
body {
  /* color: #ffffff; */
  background: url(logo.png) fixed no-repeat top left;
  position: relative; margin: 0; padding: 0;
}

div.sidebar span {
  font-family: sans-serif;
  font-size: smaller;
  display: block;
  text-align: right;
  text-decoration: none;
  margin: 0px;
  padding-right: 0.5ex;
  padding-top: 1ex;
  padding-bottom: 1ex;
  border-color: black;
  border-left-width: 2px;
  border-right-width: 0px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-style: solid;
  /* background: #000050; */
  left: 0%;
  right: 0%;
}

div.sidebar a {
  font-family: sans-serif;
  font-size: smaller;
  display: block;
  text-align: right;
  text-decoration: none;
  margin: 0px;
  padding-right: 0.5ex;
  padding-top: 1ex;
  padding-bottom: 1ex;
  border-right-width: 0px;
  left: 0%;
  right: 0%;
}

div.sidebar a:hover {
  font-family: sans-serif;
  font-size: smaller;
  background-color: #D0D0D0;
}

div.sidebar {
  /* font always overridden, but *must* be present and 
     same as for content div for correct position in exes */
  font-family: serif;
  font-size: medium;
  position: absolute;
  top: 11.0ex;
  left: 0ex;
  width: 15ex;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  z-index: 9;
  /* background: url(logo.png) fixed no-repeat; */
}

div.header {
  position: absolute;
  height: 10ex;
  top: 0.0ex;
  left: 0.5ex;
  right: 0.5ex;
  padding-left: 320px;
  padding-top: 1ex;
  font-family: sans-serif;
  z-index: 5;
}

div.content {
  position: absolute;
  font-family: serif;
  top: 11ex;
  left: 15ex;
  right: 0px;
  border-style: solid;
  /* border-color: white; */
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  padding-left: 3ex;
  padding-right: 2ex;
  margin-left: 0px;
  margin-top: 0px;
  background: url(logob.png) fixed no-repeat;
  /* background: #000050; */
  z-index: 10;
  text-align: justify;
  min-height: 400px;
}

h1 {
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-family: sans-serif;
  font-weight: bold;
  padding-left: 0ex;
}

h3 {
  font-family: sans-serif;
  font-style: italic;
  font-weight: bold;
  padding-left: 1ex;
}

/*
p {
  padding-left: 3ex;
}
*/

div.gallery {
  padding-left: 3ex;
}

div.gallery td {
  text-align: center;
  font-size: larger;
}

div.indent {
  margin-left: 5%;
  margin-right: 5%;
}

