/* 
Grid Definition 1
------------------------
- left sidebar : height100% (scrollable) : left aligned
*/



/* Page Wraps */

#menu .container {
    padding: 20px 17px 25px 17px;
}

#content .container {
  padding: 20px 0px 25px 0px;
}

/* Menu */

#menu .container {
  bottom:0;
  height:100%;
  overflow:auto;
  position:fixed;
  top:0;
  width: 190px;
  float: left;
  left:0;
}
