#content h1
{
  background-image: url("../gfx/headline.gif");
  background-position: center;
  background-repeat: no-repeat;
  font-size: 2.0em;
  height: 45px;
  margin: 0.5em;
  padding: 0;
  text-align: center;
}

#content h2
{
  color: #339933;
  font-size: 1.2em;
  margin: 1.2em;
  padding: 0;
}

#content h3
{
  margin: 1.35em;
  padding: 0;
}

#content p
{
  margin-left: 1.5em;
  margin-right: 1.5em;
}

#content p.center
{
  text-align: center;
}

#content p.right
{
  text-align: right;
}

#content p.error
{
  color: #FF0000;
}

#content p.message
{
}

#content img
{
  margin-left: 1.5em;
  margin-right: 1.5em;
}

#content table
{
  margin-left: 1.5em;
  margin-right: 1.5em;
}

#content form
{
  margin-left: 1.5em;
  margin-right: 1.5em;
}

#content hr
{
  margin: 2.0em 1.0em 2.0em 1.0em;
  padding: 0;
}

#content input
{
  border: 1px solid #FF9900;
  width: 400px;
}

#content textarea
{
  border: 1px solid #FF9900;
  height: 200px;
  width: 400px;
}

#content input.button
{
  width: 100px;
}