html
{
}

body
{
  background: #3c3c3c;
  background-image: url(Gradient.png);
  background-repeat: repeat-x;
  color: #e0e0e0; 
  font-family: Arial;
  font-size: 16;
}

a:link
{
  color: #4444bb;
  text-decoration: none;
}

a:visited
{
  color: #bb4444;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#FullPage
{
}

#Header
{
  background: #000000 url(HeaderBar.png) no-repeat top right;
  position: absolute;
  top: 0;
  left: 0;
  width: 750;
  height: 250;
}

#Header h1
{
  position: absolute;
  top: 0;
  left: 150;
  color: #4444bb;
  font-family: Impact, Arial;
  font-size: 60;
  font-variant: small-caps;
}

#Header h2
{
  position: absolute;
  left: 180;
  top: 100;
  color: #4444bb;
  font-size: 24;
  font-style: italic;
}

#Menu
{
  position: absolute; 
  top: 150;
  left: 10;
  font-style: italic;
}

#MenuGeneral p
{
  color: #bb4444;
  font-family: Impact, Arial;
  font-variant: small-caps;
  font-size: 18;
  font-style: normal;
}

#MenuDeveloper p
{
  color: #bb4444;
  font-family: Impact, Arial;
  font-variant: small-caps;
  font-size: 18;
  font-style: normal;
}

#SideBar
{
  position: absolute; 
  top: 500;
  left: 10;
  font-style: italic;
}

#PreviousPosts p
{
  color: #bb4444;
  font-family: Impact, Arial;
  font-variant: small-caps;
  font-size: 18;
  font-style: normal;
}

#Archives p
{
  color: #bb4444;
  font-family: Impact, Arial;
  font-variant: small-caps;
  font-size: 18;
  font-style: normal;
}

#PageBody
{
  position: absolute; 
  top: 250;
  left: 190;
  margin-right: 30;
  font-size: 13;
}

#PageHeader
{
  position: relative;
  left: 20;
  font-size: 24;
  font-family: Arial;
  font-variant: small-caps;
  font-weight: normal;
  color: #bb4444;
}

#PageBody h2
{
  font-size: 16;
  font-family: Arial;
  font-variant: small-caps;
  font-weight: normal;
  color: #bb4444;
}

#PageBody h1
{
  font-size: 24;
  font-family: Arial;
  font-variant: small-caps;
  font-weight: normal;
  color: #bb4444;
}

#ScreenShotTable
{
  Width: 750;
  font-size: 13;
  border: thin;
  border-style: solid;
  border-color: #bb4444;
}

#ScreenShotTable td
{
  text-align: center;
  width: 250;
}


