body
{
  background: url(images/bg.jpg) repeat-x;
  background-color: #FFFFFF;
  font-family: Verdana;
  font-size: 10pt;
  padding: 0;
  margin: 0;
}

table
{
  font-family: Verdana;
  font-size: 10pt;
}

#header
{
  height: 120px;
  text-align: center;
}

#wrapper
{
  clear: both;
}

#navigation
{
  float: left;
  background-color: #CCCCCC;
  min-width: 220px;
  min-height: 490px;
  border-right-style: solid;
  border-width: 3px;
  border-color: #777777;
}

#mainbody
{
  margin-left: 220px;
  margin-right: 5px;
  border-left-style: solid;
  border-width: 3px;
  border-color: #777777;
  min-height: 490px;
}

#footer
{
  clear: both;
  float: left;
  width: 100%;
  min-height: 20px;
  border-top-style: solid;
  border-width: 3px;
  border-color: #777777;
  text-align: center;
  font-size: 12px;
  background-color:#DDDDDD;
}

#loginpos
{
  float: right;
}

A:link, A:active, A:visited
{
  text-decoration: none;
  color: #000000;
}

A:hover
{
  font-weight: bold;
  color: #FF0000;
}