body
{
  background-color: black;
  color: white;
}

a
{
  color: cyan;
}

header h1
{
  text-align: center;
  text-shadow: 2px 2px 2px black;
  margin-top: 60px;
}

div.clear
{
  clear: both;
}

#header
{
}

#header div
{
  float: left;
}

#header div + div
{
  width: 525px;
  height: 98px;
  background-image: url( Images/TopBar.png );
}

#navigation
{
  width: 100px;
  float: left;
  background-image: url( Images/SideWall.png );
  text-align: center;
  margin-right: 4px;
}

#navigation a
{
  display: block;
  margin-bottom: 5px;
}

figure
{
  border: 2px solid gray;
  margin: 2px;
  padding: 2px;
  text-align: center;
}

figure.left
{
  float: left;
}

figure.right
{
  float: right;
}

footer
{
  clear: both;
  font-size: small;
  text-align: center;
}

footer p
{
  margin: 0;
}

article p
{
  text-indent: 1em;
  margin: 0;
  padding: 2px;
}

article
{
  /*background-image: url( Images/Asmodious.png );
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
  min-height: 700px;*/

}