body {
  background: black;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0;
  font-size: 16px;
}

.Head {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
#headLogo {
  margin-top: 25px;
  max-width: 100%;
  height: auto;
}
#viewer {
  border: 10px solid white;
  position: absolute;
  /* initial, temporary position */
  left:100px; top: 150px;
  width: 200px; height: 200px;
}
.ViewerImg {
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
}
.Caption {
  position: absolute;
  right: -10px;  /*should match viewer border*/
  bottom: -2em;
  white-space:nowrap;
}
#gallery {
  position: absolute;
  border: 1px solid white;
  padding: 30px 5px;
  overflow: hidden;
  width: 190px;
  /* initial, temporary position */
  left:400px; top: 150px;
  height: 158px;
}
#gallery2 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#upAr {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 180px;
  background: url(../i/upA1.png);
  z-index: 5;
}
#dnAr {
  position: absolute;
  top: 0;
  height: 30px;
  width: 180px;
  background: url(../i/dnA1.png);
  z-index:5;
}
#upAr.Push {
  background: url(../i/upA1.png);
}
#dnAr.Push {
  background: url(../i/dnA1.png);
}
#copyright {
  font-size: 10px;
  color: #d0a529;
  position:absolute;
  bottom: 5px;
  right: 5px;
  cursor:pointer
}
#wait {
  text-align: center;
  margin-top: 300px;
  width: 100%;
  position: absolute;
}
#wait img {
  vertical-align: middle;
}

.Srow { height: 60px;}
.Srow img {position:absolute; width:60px; height:60px; cursor: pointer}
.P1 {left:5px;}
.P2 {left:65px;}
.P3 {left:125px;}
#busy {
  text-align: center;
  margin-top: 150px;
  z-index:200;
  position: relative;
}

#menu {
  position: absolute;
  top: 140px;
  left: -30px;
  text-transform: lowercase;
  color: #d6db06;
  visibility: hidden;
}
.Menu li {
  margin: 0 20px 10px 20px;
  list-style-type: none;
  margin-bottom: 10px;
}
.Menu li,.Menu li a {
  color: #4dded9;
  text-decoration: none;
}
.Menu li a:hover {
  color:#e4bf19;
}
.Menu li.Selected a{
  color: white;
}
.SubMenu li{
  margin: 5px 0 10px -15px;
  font-size: 0.8em; 
}

#noscript {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 120px;
}
#noscript img {
  margin-top: 10px;
}
#shield {
  z-index: 999;
  width: 100%;
  height: 100%;
  position:absolute;
  background: url(../i/trans.png);
}

.Narrow .Srow {
  height: auto;
}
.Narrow .Srow img {
  position: static;
}
.Narrow #gallery {
  width: 60px;
}
.Narrow #upAr {
  background: url(../i/upAn.png);
}
.Narrow #dnAr {
  background: url(../i/dnAn.png);
  width: 60px;
}
.Narrow #menu {
  top: 110px;
  margin: 0;
}
.Narrow #menu li {
  float: left;
  position: relative;
  margin-bottom: 0;
  white-space: nowrap;
}
.Narrow #menu li a
{
	float: left;
	display: block;
	text-decoration: none;
	margin-right: 10px;
}
.Narrow #menu ul {
  display: none;
}
.Narrow #menu li:hover ul {
  display: block;
  background: black;
}
.Narrow #menu ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
  margin-top: 1em;
	padding: 0;
  z-index: 1000;
}
.Narrow #menu ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
}
.Narrow #menu ul li:first-child {
  margin-top: 5px;
}
.Narrow #menu li:hover ul li a,
.Narrow #menu ul li a
{
	line-height: 200%;
	display: block;
	padding: 0 6px;
	float: none;
}
.Narrow .Caption {
  font-size: 10px;
  bottom: -2.5em;
}
.Narrow #viewer {
  border-width: 5px;
}