
/* FRAMEWORK! DO NOT CHANGE! START */

/* VARIABLE WIDTH FRAMEWORK! DO NOT CHANGE! START */

#container{
	width: 98%;
	min-width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #fff;
	position: relative;
	overflow: auto;
}

#block-top{
	overflow: hidden;
}

.wrapper{
	height: 100%!important;
	position: relative;
	overflow: hidden!important;
}

#block-left{
	width: 185px; 
	padding: 0 10px; 
	background: #fff;
	float: left;
}

#block-content{
	width: 78%;
	position: relative;
	display: block;
	float: left;
}

#block-bottom{
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	background: #fff;
}



/*
#container{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #fff;
	position: relative;
	overflow: auto;
}

#block-top{
	overflow: hidden;
}

.wrapper{
	height: 100%!important;
	position:relative;
	border-left: 205px solid #fff;
	padding: 0 10px 0 0;
	overflow: hidden!important;
}

#block-left{
	width: 185px; 
	padding: 0 10px; 
	background: #fff;
	position: absolute;
	top: 0;
	left: -205px;
	z-index: 10;
	overflow :hidden;
}

#block-content{
	width: 100%;
	position: relative;
	background: #fff;
	display: block;
}

#block-bottom{
	clear: both;
	float:left;
	width: 100%;
	height: 100%;
	background: #fff;
}



*/