body { 
    color: white; 
    background-color: #666; 
    scrollbar-face-color: #111; 
    scrollbar-shadow-color: black;
    scrollbar-track-color: black;
    scrollbar-3dlight-color: #666; 
    scrollbar-highlight-color: black; 
    scrollbar-darkshadow-color: #333; 
    scrollbar-arrow-color: #666666;
    overflow: hidden;
}
body { 
    font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
    font-size: 11px; 
    margin: 0px;
}
a { 
    color: orange; 
    cursor: hand;
}
p,td,input,button { 
    font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
    font-size: 11px; 
}
.button,button { 
    background-color: #555; color: white; border-width: 1px; 
}
h1 {
    font-family: arial;
    font-size: 17pt;
    font-weight: 400;
    color: #e4e4e4;
    letter-spacing:-0.16mm 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 0px;
}
h2 {
    color: #f0f0f0;
    font-family: arial;
    font-size: 15pt;
    font-weight: 300;
    letter-spacing:-0.2mm 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
h3 {
    font-family: arial;
    font-size: 14pt;
    font-weight: 300;
    letter-spacing:-0.2mm 
    margin-top: 8px;
    margin-bottom: 8px;
}
h4 {
    font-family: arial;
    font-size: 12pt;
    margin-top: 4px;
    margin-bottom: 4px;
}
#canvas {
    background-repeat: no-repeat; 
    text-align: left;
    width: 800px;
    height: 400px;
}
#content {
    width: 360px;
    height: 400px;
    margin-left: 220px;
    margin-right: 220px;
    overflow: auto;
}
#content2 {
    width: 360px;
    height: 340px;
    margin-left: 220px;
    margin-right: 220px;
    overflow: auto;
}
#subnav {
    width: 800px;
    overflow: none;
    text-align: center;
}
#info { 
    margin-top: -1000px; 
    position: absolute; 
    width: 100; 
    height: 100; 
    overflow: hidden; 
    color: #666666; 
} 
#info a { 
    color: #666666; 
}
.glider {
  overflow: hidden; 
  width: 800px;
  height: 50px;
  position: relative;
}
.glider #left {
  position: absolute;
  cursor: default;
  left: 0px;
  width: 20px;
  height: 100%;
  background-color: transparent;
  z-index: 200;
}
.glider #right {
  position: absolute;
  left: 780px;
  width: 20px;
  height: 100%;
  background-color: transparent;
  cursor: default;
  z-index: 200;
}
.glider #inner {
  position: absolute;
  left: 0px;
  height: 100%;
  z-index: 0;
  white-space: nowrap;
}

