
/* FRAMEWORK! DO NOT CHANGE! START */

#container{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #fff;
	position:relative;
	overflow:hidden;
}

#block-top{
	overflow: hidden;
}


#block-left{
	float:left;
	width: 185px; 
	padding: 0 0 0 10px;
	background:#fff;
}

#block-content{
	float: left;
	width: 775px;
	padding: 10px 10px 0 10px;
	position: relative;
	background: #FFF;
}

#block-bottom{
	clear: both;
	float:left;
	width: 795px;
	height: 100%;
	padding-left: 195px;
}

/* FRAMEWORK! DO NOT CHANGE! END */