#sidebarContainer {
      background: black;
      width: 250px;
      float: right;
      text-align: left;
      margin-top: 0px;
      height: auto;
}

#sidebarContainer h1 {
      background: url(../../images/h1top.png) no-repeat top left;
      font-size: 8px;
      text-align: center;
      padding: 7px 5px 0px 5px;
      margin-bottom: 0px;
      color: white;
}

#sidebarContainer h2 {
      background: url(../../images/h2bot.png) no-repeat bottom left;
      font-size: 8px;
      text-align: center;
      padding: 5px;
      font-size: 8px;
      text-align: left;
      margin-top: 0px;
}

#navcontainer2 {
      font-size: 1.5em;
      margin-bottom: 10px;
      margin-left: 15px;
      position: relative;
}

#navcontainer2 ul {
      list-style: none;
      margin-left: 10px;
      margin-right: 0px;
      width: 180px;
      padding: 0;
      background: url(../../images/h3bot.png) bottom left;
      text-align:left;
}

