/*
	Для отладки

#wrapper {	
	background: #eee;	
}
#content {	
	background: #ccc;	
}
#sidebar-left {	
	background: #ccc;
	
}
*/
/*********************************************************/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;	
}
body {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 960px;
	width: auto !important;		
}
/* Минимальная ширина для IE6 */
* html body {
	width: expression();
}
/* 
    I. Резиновый макет с фиксированной левой панелью
*/
#wrapper {
	position: relative;
	width: 100%;	
	overflow: hidden;
}
#wrapper:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	position: relative;		
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	position: relative;	
	_flo at: left;
	padding: 3px 270px 0 350px;	
}
#sidebar-left {	
	position: relative;	
	float: left;
	width: 280px;
	margin-left: -100%;
	padding: 0 10px 0 40px;
}
.sidebar-right {
	position: relative;	
	float: right;
	width: 240px;
	margin-left: -100%;
	_pos ition: absolute;
	_margin-left: 0;
	_float: none;
	height: 1000px;
	margi n-top: -100%;
	/*background: red;*/	
	z-index: 10;
}
/*********************************************************/
#wrapper {
	padding: 350px 0 139px 0;
}
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 99px;	
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;	
}