body, html {
    height: 100%;
}
body {
    padding-left: 200px;
}
div#wrapper {
margin: 0 auto;
width:60%;
}
.verticalLine {
    border-left:solid #ff0000;
    border-right:solid #ff0000;
}
.sidebar {
   padding:10px;
   width: 30%;
   height: 290px;
   position: fixed;
   left: 10px;
   top: 50px;
   float:left
}
.test{
white-space:nowrap; 
width:100%; 
overflow:hidden; 
}
.navigation {
   width: 100%;
   float: left;
}
.navigation ul li {
  width: 100%
}
