html
{
  margin: 0;
  padding: 0;
}

body
{
  margin: 0;
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 12pt;
  font-weight:normal; 
  font-style:normal; 
  text-decoration:none; 
  font-variant:normal;
  background-color: #000000;
      /*url('images/bkgndPNG.png')
      no-repeat
      top center
      scroll
      #000000;*/
}

img
{
  border: 0;
}

div
{
  color: #FFFFFF;
  /*border: red dotted 1px;*/
}

div.wrapper
{
  height: 1022px;
  width:1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  /*position: absolute;*/
  /*background:
  url('rotator/rotate.php')
      no-repeat
      top center;*/
  /*border: solid blue 1px;*/
}

div#rotator
{
  /*background: url(rotator/rotate.php) no-repeat center top;*/ /* RANDOM ROTATION CODE IN THE HEADER */
  height: 1022px;
  width:1024px;
  margin-top: 0px;
  position: absolute;
}


div.content
{
  margin-top: 247px;
  margin-left: 55px;
  padding: 10px;
  height: 683px;
  width: 655px;
  overflow: auto;
  position: absolute;
  /*border: solid 1px orange;*/
}

div.navbox
{
  margin-top: 213px;
  margin-left: 65px;
  width: 885px;
  height: 27px;
  position: absolute;
  text-align: center;
  /*border: solid purple 1px;*/
}

div#nav
{
  width: 100px;
  height: 27px;
  padding: 0;
  /*border: 1px yellow solid;*/
}

div.outer {
  float: left;
  width: 100px;
  height: 27px;
  margin: 0;
  padding: 0;
}
div.outer a {
  display: block;
  margin: 0;
  padding-top: 7px;
  width:100px;
  height:27px;
  color: #FFFFFF;
  overflow:hidden;
  text-decoration: none;
  background-image: none;
  }
div.outer a:hover {
   /*background-color: #b18955;*/
   background:
  url('images/nav2.png')
      no-repeat
      center;
  }

div.footer
{
  border-top: dashed white 1px;
  height: 30px;
  width: 900px;
  font-size: 8pt;
  margin-top: 960px;
  margin-left: 58px;
  padding: 3px;
  position: absolute;
}

A:link
{ 
  color: #FFFFFF;
  font-weight:normal; 
  font-style:normal; 
  text-decoration:underline;
  font-variant:small-caps;
}
A:hover
{ 

  color:#e0e0e0;
  font-weight:normal; 
  font-style:normal; 
  text-decoration:overline;
  font-variant:small-caps;
}
A:visited
{ 

  color:#333399;
  font-weight:normal; 
  font-style:italic;
  text-decoration:none;
  font-variant:small-caps; 
}
