* {
  padding: 0px;
  margin: 0px;
}

html {
  overflow: -moz-scrollbars-vertical;
}

#container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;

  /* IE */
  text-align: center;
}

#header-navigation {
  margin-top: 10px;

  /* IE */
  text-align: right;
}

#header {
  /* IE */
  text-align: left;
}

#left {
  width: 200px;
  height: 400px;
  margin-bottom: 10px;

  float: left;
  position: relative;
  left: 0px;

  /* IE */
  text-align: left;
}

#right {
  width: 588px;
  height: 398px;

  margin-bottom: 10px;

  float: left;
  position: relative;
  left: 10px;

  /* IE */
  text-align: left;
}

#content {
  clear: left;
  margin-top: 10px;
  margin-bottom: 10px;

  /* IE */
  text-align: left;
}

#footer {
  clear: left;
  margin-top: 10px;
  margin-bottom: 10px;

  /* IE */
  text-align: left;
}

.s0 {
  height: 0px;

  clear: both;
}

.s1 {
  height: 10px;

  clear: both;
}

.s2 {
  height: 20px;

  clear: both;
}

.s3 {
  height: 30px;

  clear: both;
}

.s4 {
  height: 40px;

  clear: both;
}

.s5 {
  height: 50px;

  clear: both;
}

.s6 {
  height: 60px;

  clear: both;
}

.s7 {
  height: 70px;

  clear: both;
}

.s8 {
  height: 80px;

  clear: both;
}

.s9 {
  height: 90px;

  clear: both;
}

