.css part of the file,
as you can see you have original left sidebar called "#sidebar", below it I added "#sidebarright"
/* Style Sidebar */
#sidebar {
float: left;
width: 280px;
padding: 0 10px;
margin: 0;
border-right: 1px solid #fff;
}
#sidebarright {
float...