.sidebar {
	width:189px;
	float:left;
	position:relative;
	border:2px solid #ccc;
	border-width:0 1px 0 0;
	background-color:#f2f2f2
}
.sidebar:before {
	content:"";
	display:block;
	width:190px;
	position:fixed;
	bottom:0;
	top:5px;
	z-index:-1;
	background-color:#f2f2f2;
	border:2px solid #bdbdbd;
	border-width:0 2px 0 0
}
.sidebar.fixed, .sidebar.sidebar-fixed {
	position:fixed;
	z-index:1029;
	top:61px;
	left:0
}
.sidebar.fixed:before, .sidebar.sidebar-fixed:before {
	left:0;
	right:auto
}
.main-content {
    margin-left: 190px;
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    padding: 0;
}