/* A lot simpler and (I think) more impressive stile */

body
{ 
  background-color: #EBEBEB;
  color: #000000;
  font-family: "Bitstream Vera Sans", sans-serif;
  font-size: 12px;
}

a
{
  color: #000000;
}

a:hover {
  color: #fdca01;
}

h2
{
  border-bottom: 1px solid #fdca01;
}

#Border
{ 
  margin: 30px;
  width: 750px;
}

#Menu
{ 
  width: 100px;
  text-align: right;
  padding-top: 25px;
  left: 0px;
  float: left;
  margin-right: 5px;
}

#Divider
{ 
  /*width: 100px;*/
  width: 40px;
  height: 392px; /*400px;*/
  float: left;
  text-align: center;
  background-image: url( "/css/ploppish-slim.png" );
}

#Page
{ 
  margin-left: 5px;
  float: left;
  max-width: 500px;
}


#Path
{ 
  margin-top: 10px;
  border-top: 1px solid #fdca01;
  width: 100%;
  position: relative;
}

#Timestamp
{ 
  position: absolute;
  right: 0px;
  text-align: rigth;
  color: #919191;
}

/* Page specials */

.oddrow { 
  background: #D4D4D4;
}

.list-expansions { 
  margin-left: 15px;
}
