
body {
  background-color: #ccc;
  margin: 0px;
}

#outer {
  min-height: 100%;
  background-color: rgb(247,244,226);
  margin: 0px;
}

#topleft {
  background-image: url(../img/topleft.gif);
  background-repeat: no-repeat;
}

#topright {
  background-image: url(../img/topright.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

#bottomleft {
  background-image: url(../img/bottomleft.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

#bottomright {
  background-image: url(../img/bottomright.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#toptile {
  background-image: url(../img/toptile.gif);
  background-repeat: repeat-x;
}

#bottomtile {
  background-image: url(../img/bottomtile.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

#lefttile {
  background-image: url(../img/lefttile.gif);
  background-repeat: repeat-y;
}

#righttile {
  background-image: url(../img/righttile.gif);
  background-position: right;
  background-repeat: repeat-y;
}

#santorinilogo {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}

#sidebar {
  float: left;

  padding: 1em;
  color: white;
  background-color: rgb(161,22,26);

  width: 170px;

  border-width: 3px 3px 3px 0px;
  border-style: solid;
  border-color: rgb(227,220,63);

}

#sidebar div {
  margin-bottom: 8px;
}

#sidebar img {
  border: 0px;
}

#sidebar a {
  display: block;
}

#pagetitle {
  margin-bottom: 2px;
  border-bottom: 1px solid black;
}

#pagetitle img {
  display: block;
}

#inner {
  margin-left: 220px;
  padding: 20px 30px;
  padding-right: 50px;
}

div.menudesc {
  text-align: center;
  font-size: 110%;

  margin-top: 1em;
  margin-bottom: 1em;
}

#actualcontent {
  text-align: left;

  padding-left: -5px;
  font-family: papyrus, georgia, serif;
  font-size: 105%;
}

h2 {
  font-size: 130%;
  color: rgb(161,22,26);
}

h3 {
  font-size: 110%;
  margin-bottom: .1em;
  color: rgb(161,22,26);
}

ul {

}

li {

}

#copyleft-divider-hack {
  padding: 1px;
}

#copyleft {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border-top: 1px solid #999;
  padding-top: 4px;
  padding-bottom: 30px;
  color: #999;
  text-align: center;
  font-family: verdana, sans-serif;
  font-size: 75%;
}