@charset "UTF-8";


body {
	z-index: 100;
	background-color: #ffffff;
}

.sb-slidebar {
	z-index: 99;
	background-color: #C90;
	color: #000000;
}

.main_content {
	z-index: 98;
	padding-top: 50px;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 55px;
	background-color: #000000;
	z-index: 4;
}

#header .sb-toggle-left {
	float: left;
	width: 8em;
}

#header .sb-toggle-right {
	float: right;
	width: 10em;
}