/* CSS Document */
body    {
        background: rgb(255,204,51);
        }
p       {
        font-family: arial,sans;
        font-size: 1.4em;
        font-weight: bold;
        text-align: center;
        }
h1      {
        font-family: arial,sans;
        font-size: 2em;
        font-weight: bold;
        text-align: center;
        }
.left   {
        float: left;
        }
#menu     {
          position: fixed;
          margin-top: 2em;
          margin-left: 4%;
          padding: 0.8em;
          width: 150px;
          height: 600px;
          background-color: rgb(255,223,51);
          border-top: 5px solid blue;
          border-bottom: 5px solid blue;
          font-family: arial, sans;
          font-weight: 100;
          font-size: 1em;
          }
#menu2     {
          position: fixed;
          margin-top: 2em;
          margin-left: 4%;
          padding: 0.8em;
          width: 170px;
          height: auto;
          background-color: rgb(255,223,51);
          border-top: 5px solid blue;
          border-bottom: 5px solid blue;
          font-family: arial, sans;
          font-weight: 100;
          font-size: 1em;
          }
#data     {
          position: fixed;
          margin-top: 2em;
          margin-left: 78%;
          margin-right: 3%;
          padding: 0.8em;
          width: 170px;
          height: 600px;
          background-color: rgb(255,223,51);
          border-top: 5px solid blue;
          border-bottom: 5px solid blue;
          font-family: arial, sans;
          font-weight: 100;
          font-size: 1em;
          }
#cleaner  {
          clear: both;
          height: 0px;
          }
img     {
        margin-left: 1em;
        margin-right: 1em;
        margin-bottom: 1em;
        }

* html  {
        overflow: hidden;
        margin: 0;
        padding: 0;
        }
* html body {
            overflow: hidden;
            height: 100%;
            width: 100%;
            }
* html #container {
                  margin:0;
                  padding: 0;
                  overflow: auto;
                  height: 100%;
                  width: 99.2%;
                  }
* html #menu  {
              position: absolute;
              overflow: hidden;
              }
* html #menu2  {
              position: absolute;
              overflow: hidden;
              }
* html #data  {
              position: absolute;
              overflow: hidden;
              }
