    #main {
height:100%; 
      margin-top:0px;
      margin-left:0px;
      margin-right:0px;
      min-width:900px;
      background: url('images/background.jpg');
    }
    .normal {
      margin-left:10px;
      margin-top:20px;
    }
    .normal h1{
/*       color: #640062; */
    }
    .with_side {
    margin-left:160px;
    margin-top:20px;
    }
    .embryonic H2, H4 {
    text-align:center;
    }
    .embryonic P {
    text-indent: 100px;
    }
    p.embryonic_title {
      text-indent: 50px;
    }

    #topbar {
      height:100px;
      background-color: #640062;
    }
      #topbar_content{
        text-align: center;
      }
      #topbar_content ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
      }
      #topbar_content ul li {
        display: inline;
        background-color: #036
      }
      #topbar_content ul li a{
        text-decoration: none;
        padding: 0em 1em;
        color: #fff;
      }
      #topbar_content_selected a{
        text-decoration: none;
        color: #fff;
        background-color: #004C97;
      }
      #topbar_content ul li a:hover {
        color: #fff;
        background-color: #369;
      }

    #morebar{
/*      position:absolute;
      top: 100px;*/
      margin-left:0px;
      background: transparent url('images/side.jpg') repeat-y top left;
/*          background-color: #199; */
    }

    #sidebar {
      height:100%;
      width:150px;
      position:absolute;
      left: 0px;
      top: 0px;
      z-index: -1;
/*       z-index: 5; */
/*       background-color: #640062; */
background: transparent url('images/side.jpg') repeat-y top left;
    }
      .level_2 {
        text-indent: 10px;
      }
      #sidebar_content {
        float: left;
        padding: 0px 0px 10px 0px;
        width:150px;
background: transparent url('images/side.jpg') repeat-y top left;
/*         background-color: #640062; */
      }
      #sidebar_content ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      text-align: left;
      }
      #sidebar_content ul li{
      color: #fff;
      }
      #sidebar_content ul li a{
      margin-left: 10px;
      display: block;
      padding-left: 10px;
      width: 120px;
      text-decoration: none;
      color: #fff;
      background-color: #036;
      }
      #sidebar_content_selected {
        display: block;
        margin-left: 10px;
        padding-left: 10px;
        width: 120px;
/*         color: #fff; */
        background-color: #004C97;
      }
      .sidebar_content_title {
        display: block;
        margin-left: 10px;
        padding-left: 10px;
        width: 120px;
/*         color: #fff; */
        background-color: #021e8e;
      }
      #sidebar_content ul li a:hover {
/*         color: #fff; */
        background-color: #369;
      }
