body, select, input, textarea
{
  font: 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

body
{
  background-image: url('gfx/background.png');
  background-color: #000040;
  background-repeat: repeat-x;
}

#header
{
  width: 950px;
  padding: 1em 2em 1em 2em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #777;
  border-bottom: none;
  background-color: #eef;
}

#caption
{
  font-size: 200%;
  text-align: center;
}

#wrapper
{
  width: 950px;
  padding: 1em 2em 1em 2em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #777;
  background-color: #fff;
}

#footer
{
  width: 950px;
  padding: 0.5em 2em 0.5em 2em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #777;
  border-top: none;
  background-color: #eef;
}

#footerText
{
  font-size: 80%;
  text-align: right;
  color: #777;
}

a, a:visited
{
  color: #33f;
  text-decoration: none;
}
a:hover 
{
  color: #00f; 
  text-decoration: underline;
} 

h1
{
  font-size: 160%;
  font-weight: bold;
}

.clear
{
  clear: both;
}

.screenshot
{
  float: right;
  margin: 2em 0 2em 2em;
  clear: both;
  border: 1px solid #000040;
  padding: 0em;
}

.screenshot img
{
  display: block;
}

.currentVersion
{
  font-size: 120%;
  font-weight: bold;
}

.currentVersion ul
{
  font-size: 83.33%;
  font-weight: normal;
}