
.wrapper {
	width: 100%;
	min-width: 1000px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 110px;
	/* background: #FFE680; */
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 270px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	padding-top: 25px;
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	background: #e6e6e6;
	min-height: 855px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {clear:both;background-color:#333333;font-size:12px;padding:20px 0;margin-top:20px; text-align:center;}
.footer_content {color:#fff;}
.footer_content a{color:#fff;text-decoration: none;}
.footer_content a:hover {color:#fff;text-decoration: underline;}
.footer_parti {margin:0 10px;}