/*
 Copyright (c) 2004-2005 Koen Vervloesem
 */

body {
  font-family: "Georgia", "Lucida Grande", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  padding: 1em;
  background-color: #fff;
  position: relative;
  left: 20%;
  width: 60%;

}

/*******
 Content
 *******/

#sitetitle {
  margin-bottom: 1em;
}

div.subtitle {
  position: relative;
  left: 60%;
  font-family: "Verdana", "Trebuchet MS", "Times", "Times New Roman", "Georgia", serif;
  font-size: 1.2em;
  font-variant: small-caps;
}


div#content {
  padding-top: 0.5em;
  background-color: #fe8;
  border: 0.1em solid #000;
}

a img {
  border: 0;
  padding: 0;
}

a.banner img {
  margin: .3em;
}

p, img {
  padding: 0.5em;
}

h1, h2, h3 {
  font-family: "Verdana", "Trebuchet MS", "Times", "Times New Roman", "Georgia", serif;
  padding: 0.2em;
}

h1 {
  color: #900;
  text-align: center;
  font-variant: small-caps;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
}

h2 {
  color: #900;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  font-variant: small-caps;
}

/*h2:before {
  content: "\00AB";
  color: #900;
}

h2:after {
  content: "\00BB";
  color: #900;
}*/

h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #fe8;
  background-color: #000
}

h3:before {
  content: ":: ";
  color: #fe8;
}

q:before { 
  content: "\201C"; 
}

q:after { 
  content: "\201D";
}

ul li { 
  list-style-image: url("graphics/arrow.gif");
}

#content li a:hover {
  color: #900;
  font-weight: bold;
}

div#footer {
  font-family: "Verdana", "Trebuchet MS", "Times", "Times New Roman", "Georgia", serif;
  font-size: 0.8em;
  color: #000;
  background-color: #fff;
  padding: 0.3em;
  text-align: center;
}

div#footer a {
  color: #900;
}

div#copyright {
  text-align: left;
  float: left;
}

div#webdesign {
  text-align: right;
}
