yes, well check your style.css, look for
#l_sidebar {
float: left;
width: 203px;
margin: 40px 0px 0px 0px;
padding: 0px 19px 20px 19px;
<strong> border-left: 1px solid #E2DDDE;</strong>
font:11px/18px Verdana, Arial, Helvetica, sans-serif;
}
my bold, this is the line making the borders.
or check the css style for the right side bar (#r_sidebar)
the code should be pretty straight forward, explaining a lot.