body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.row-fluid > .sidebar-nav {
    position: relative;
    top: 0;
    left:auto;
    width: 130px;
padding: 0px;
margin-right: 15px;
}

.row-fluid > .sidebar-app {
    position: relative;
    top: 0;
	padding-top: 0px;
    left:auto;
    width: 240px;
}

.left {
    float:left;
}

.right {
    float:right;
}

.fixed-fluid {
    margin-left: 200px;
}
.fluid-fixed {
    margin-right: 200px;
    margin-left:auto !important;
}
.fixed-fixed {
    margin: 0;
	margin-left: 440px;
	padding-top: 0px;	
}

	