/*body of page*/
body {
}

/*outer container*/
#Outer-Container { 
  position: relative;
  margin: auto;
  background: transparent; 
  width:700px;
  height: 540px;
}

/*bg container*/
#bg  { 
  background-image: url(images/ssbg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll; 
  background-position: 0 0; 
  visibility: visible; 
  position: absolute; 
  z-index: 0; 
  top: 40px; 
  left: 0 
  }

/*play items container*/
#playItems {
  position: absolute;
  top: 580px;
  left: 423px;
  z-index: 1;
  width: 400px;
  height: 10px;
}

/*menu items container*/
#menuItems {
  position: absolute;
  top: 28px;
  left: 0px;
  z-index: 1;
  width: 400px;
  height: 10px;
}

/*ss text*/
#ss {
  position: absolute;
  top: 17px;
  left: 52px;
  margin: 0 0 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #454545;
  text-align: justify;
  line-height: 16px;
  z-index: 100;
}

/*ss img*/
#ss img {
  border: none;
}


/*redss text*/
.ssred {
  color: #D10000;
  font-size: 30px;
  font-family: Helvetica, "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
}

/*link text*/
#ss a {
  text-decoration: none;
  color: inherit;
}

/*link text*/
#ss a:hover {
  color: #D10000;
}

/*main container*/
#Container {
  position: absolute;
  top: 81px; left: 41px;
  width: 575px; height: 475px;
  overflow: hidden;
}

/*container link*/
#Container a {
  text-decoration: none;
  color: #D10000;
}

/*container link hover*/
#Container a:hover {
  color: #D10000;
  text-decoration: underline;
}

/*container link visited*/
#Container a:visited {
  color: #D10000;
}

/*container h3*/
#Container h3 {
  margin-left: 8px;
}

/*scroller container*/
.Scroller-Container { 
  position: absolute; 
  background: transparent;
}

/*menu anchors, left and right*/
h3 {
  margin: 0 0 5px 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #404040;
}

/*Maya*/
newh3 {
  margin: 0 0 5px 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #404040;
}

/*main text*/
p {
  margin: 8px 8px 8px 8px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #454545;
  text-align: justify;
  text-indent: 0px;
}

/*img*/
img {
  margin: 10px 10px 10px 10px;
}

/*img no margin*/
.nomarg img {
  margin: 0px 0px 0px 0px;
}

/*scrollbar container*/
#Scrollbar-Container {
  position: absolute;
  top: 78px; left: 630px;
  width: 10px; height: 478px;
}

/*scrollbar track*/
.Scrollbar-Track {
  width: 10px; height: 478px;
}

/*scrollbar handle*/
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 50px;
  background-color: #D0D0D0;
}

/*scrollbar handle indicator*/
#sbLine {
  position: absolute;
  width: 6px;
  height: 5px;
  left: 7px;
  background-color: #D10000;
  font-size: 0px;
}

/*menu list*/
#List {
  position: absolute;
  top: 78px; left: 646px;
}

/*menu list*/
#List a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #454545;
  display: block;
  text-decoration: none;
  padding: 3px;
}

/*menu list hover*/
#List a:hover {
  color: #D10000;
}