body
  {
  background-color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Arial Narrow", Helvetica, sans-serif;
  text-align: justify;
  font-weight: normal;
  color: #A0A0A0;
  }

body.photobody
  {
  background-color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Arial Narrow", Helvetica, sans-serif;
  text-align: justify;
  font-weight: normal;
  color: #A0A0A0;
  }

select, input {
  background-color: #202020;
  border-color: #A0A0A0;
  border-style: double;
  color : #A0A0A0;
  }

p {
  margin-left:10%;
  margin-right:10%;
  text-align: justify;
  }
li {
   margin-right:10%
   }
ul {
   margin-left:10%
   }

.bordered
   {
   vertical-align: middle;
   border-style: solid;
   }

hr {
  margin-left:10%;
  margin-right:10%;
  color: #808080;
  }

A {
  color:#A0A0A0;
  border: none; }
A:visited {
  color:#D0D0D0;
  border: none; }
A:link {
  color:#A0A0A0;
  border: none; }
A:hover {
  color:#707070;
  border: none; }
A:active {
  color:#A0A0A0;
  border: none; }
A.contact {
  color:#0000A0;
  border: none; }

.bwmenu a, .bwmenu a:visited{
background: #00000;
font: 900 oblique 12px "Arial", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
padding: 0px 2px 0px 3px;
text-decoration: none;
}

.bwmenu a:hover{
background: #FFFFFF;
font: 900 oblique 12px "Arial", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
padding: 0px 2px 0px 3px;
text-decoration: none;
}

/* ie only styles */
/* commented backslash hack v2 \*/
* html body{height:100%;}
/* end hack */


* html body {
  margin:0 0 0 0;
  padding: 210px 0 20px 0;
  overflow:hidden;
 }

* html #maintop {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  padding: 0;
  height: 210px;
  border: none;
  }

* html .maincontent {
  position: fixed;
  top: 210px;
  bottom:20px;
  padding: 0 0 20px 0;
  border: none;
  overflow:auto;
  height:100%;
  width:100%;
  background-image: url(images/standing_bkg.gif);
  background-repeat: no-repeat;
  background-position: top center;
}

* html #mainbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
  height: 20px;
  border: none;
  }

/* mozilla styles below */
html>body {
  margin: 0;
  padding: 0;
  height: 100%;
  max-height:100%;
}

html>body #maintop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0px;
  padding: 0;
  height: 210px;
  border: none;}

html>body .maincontent {
  position: fixed;
  top: 210px;
  right:0px;
  left:0px;
  bottom:0px;
  padding:0;
  border: none;;
  overflow:auto;
  background-image: url(images/standing_bkg.gif);
  background-repeat: no-repeat;
  background-position: top center;
  }


html>body #mainbottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0px;
  height: 20px;
  border: none;}


#maintop, #mainbottom {background:#000000}


