html {height: 100%}
body {
	width: 100%;
	height: 100%;
}


#wrapper {
	width: 1100px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header-1{
	height: 150px;
}

body:nth-of-type(1) #header{height: 140px;}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 92px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 270px 0 270px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl-home {
	float: left;
	width: 1100px;
	position: relative;
}

.sl {
	float: left;
	width: 230px;
	position: relative;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	width: 870px;
	_width: 800px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1100px;
	margin: -92px auto 0;
	height: 92px;
	/*background: #BFF08E;*/
}