
body
{
  background-color: rgb(161,161,163);
  text-align: center;
}

div
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;

  border-collapse: collapse;
  border: 0px solid black;
}

div.mainFrame
{
  position: relative;
  top: 25px;
  width: 900px;
  height: 512px;

  background-position: 0px 0px;
  background-image:url(rs_h01_sw_1.jpg);
  background-repeat: no-repeat;
}

div.flexcroll
{
  position: absolute;
  top: 25px;
  left: 10px;
  width: 540px;
  height: 400px;

  text-align: left;

  background-color: rgb(255,255,255);
}

div.innerContentFrame
{
  margin: 25px 70px 10px 20px;
  padding: 0px 0px 0px 0px;

  text-align: left;

  background-color: rgb(255,255,255);
}

div.newsFrame
{
  position: absolute;
  top: 150px;
  right: 256px;
  width: 16px;
  height: 362px;

  z-index: 6;

  background-color: rgb(247,147,29);
}

div.newsContent
{
  position: absolute;
  top: 10px;
  left: 20px;
  width: 256px;
  height: 352px;

  display: none;

  text-align: left;
}

img.newsLabel
{
  position: absolute;
  top: 6px;
  right: 4px;

  cursor: pointer;
}

img.newsClose
{
  position: absolute;
  top: 10px;
  right: 10px;

  display: none;

  cursor: pointer;
}

div.navigationFrame
{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 256px;
  height: 512px;

  background-color: rgb(255,255,255);
}

img.logoFrame
{
  position: absolute;
  top: 20px;
  left: 33px;
}

div.linkFrame
{
  position: absolute;
  top: 150px;
  left: 30px;
  width: 236px;
  height: 362px;

  text-align: left;
  vertical-align: top;
  line-height: 15px;
}

.scrollgeneric
{
  position: absolute;
  top: 0;
  left: 0;

  line-height: 1px;
  font-size: 1px;
}

.vscrollerbase
{
  width: 16px;

  background-color: white;
}
.vscrollerbar
{
  width: 16px;

  background-image: url(scrollbar_1.gif);

  height: 140px !important;
  visibility: visible !important;

  background-image: url(scrollbar_1.gif);
}

