body
{
  margin: 0px auto;
  padding: 0px;
  background: #99cc66 url(../images/bg-gradient.png) repeat-x;
  text-align: center;
  width: 800px;
}

body, table
{
  color: #3c3c3c;
  font: 14px/20px arial, helvetica, sans-serif;
}

img
{
  border: none;
}

p
{
  margin: 0px;
  padding: 0px 0px 20px;
}

a:link, a:visited
{
  color: #99cc66;
  text-decoration: none;
}

a:hover, a:active
{
  color: #003366;
  text-decoration: underline;
}

#navigation
{
  background: transparent url(../images/bg-navigation.png) no-repeat;
  width: 800px;
  height: 30px;
  text-align: right;
}

#content
{
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  width: 800px;
  text-align: left;
}

#content-padding
{
  padding: 20px 20px 0px;
  margin: 0px;
}

#footer
{
  margin-top: 10px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
}

#footer strong
{
  font-weight: bold;
  letter-spacing: 2px;
}

#footer a:link, #footer a:visited
{
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover, #footer a:active
{
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}