body
{
    background: url(../images/background.jpg) top left;
    font-family: Helvetica, sans-serif;
    margin: 0 0 0 0;
    padding: 10 0 0 0;
    text-align: left;
    background-color: #afafaf;
    color: #000000;
}

#maintable {
  background: url(../images/logo.png) no-repeat top left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width:800px;
  height:600px;
  border-width: 0px;
  border-color: black;
  border-style: double;
  /*background-color: #dfdfdf;*/
  color: #000000;
}

#all {

}

#menu {
  margin: 20 0 0 0;
  padding: 20 0 0 0;
  text-align: right;
  color: #000099;
}

#menu a:visited {
    color: #000099;
    text-decoration: none;
    font-weight: bold;
}

#menu a:link {
  color: #000099;
  text-decoration: none;
  font-weight: bold;
}

#menu a:hover {
  text-decoration: underline ;
  font-weight: bold;
}

#logo {
  background: url(../images/logo.jpg) no-repeat top center;
  width:180px;
  height:106px;
}

#description
{
    color: #dfdfdf;
    font-size:1px;
}

#footer
{
    text-align: center;
     font-size:12px;
}

#head
{
  background: url(../images/head.png) no-repeat top center;
  text-align: center;  
  font-weight: bold;
  height:100px;
}

#content
{
    font-family: Verdana, Helvetica, sans-serif;
    margin: 10 10 10 20;
    padding: 0 0 0 0;
    vertical-align: top;
    height:510px;
    overflow: auto;
}

