#leftside {
  font-family: verdana,sans-serif;
  width: 60%;
  float: left;
}
#leftside li {
  list-style: none;  
}

#rightside {
  width: 40%;
  float: right;
}

#pictures {
  width: 100%;
  float: left;
}