*
{
  margin: 0;
  padding: 0;
}

a
{
   text-decoration: none; 
   color: black;
}

div#content a
{
   text-decoration: underline;
}

div#content table a
{
   text-decoration: none; 
}

body
{
  width: 100%;
  overflow: none;
  text-align: center;
  background-image: url('./back.png');
}

div#wrapper
{
  display:block;
  width: 1000px;
  height: 760px;
  overflow: none;
  margin: 0 auto;
}

div#holder
{
  display:block;
  width: 1000px;
  height: 760px;
  overflow: none;
}

div#content
{
  position: relative;
  display:block;
  top: 140px;
  left: 25px;
  width: 500px;
  height:400px;
  overflow: none;
  float: left;
  
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
  color: black;
}

div#content h1
{
  font-size: 27px;
  font-weight: bold;
  margin-bottom:14px;
}

div#content ul
{
  margin-top:25px;
  margin-left: 25px; 
}

div#content > div#banner
{
  position:absolute;
  display:none;
  left: 0px;
  top:395px;
  width: 514px;
  height: 71px; 
}

div#content > div#banner > a#bannerlink
{
  position:absolute;
  display:block;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%; 
}

div#footer
{
  position: absolute;
  display:block;
  left:0px;
  top:475px;
  width: 100%;
  overflow: none;
  text-align:right;
}

div#footer > ul
{
 list-style-type: none;
}

div#footer > ul > li
{
  display:inline;
}

div#footer > ul > li > a
{
  display:inline-block;
  margin-left: 16px;
  
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
  color:black;
  text-decoration: none;
}

