#content{
	width:1000px;
	float:left;
}
	#content_left{
		float:left;
		width:260px;
		padding:0 10px 0 33px;
		background:none;
	}
		#content_left h2,#content_mid h2{
			color:#c9c400;
			font-size:18px;
			margin-bottom:0;
		}
		#content_left h3,#content_mid h3{
			font-size:14px;
			color:#979301;
		}
	#content_mid{
		float:left;
		width:300px;
		background:none;
	}
	#content_right{
		float:left;
		width:377px;
		position:relative;
		margin-top:20px;
		background:#FFF url("/static/images/zavihek.jpg") no-repeat top left;
		padding:20px 0px 0px 20px;
	}
	
	#content_left_bottom{
		float:left;
		width:900px;
		padding:0 10px 0 33px;
		background:none;
	}
		#content_left_bottom h2{
			color:#c9c400;
			font-size:18px;
			margin-bottom:0;
		}
		#content_left_bottom h3{
			font-size:14px;
			color:#979301;
		}
		
	#content_bottom_image {
		background-image: url('/static/uploaded/htmlarea/bottom.png');
		background-repeat: no-repeat;
		width: 904px;
		height:124px;
		margin: 20px 0 0 10px;
	  }
	  
	.content_bottom_box {
		width: 252px;
		margin: 0 10px 0 0;
		padding: 15px 20px 15px 20px;
		
		float:left;
	  }
	.content_bottom_box p {
		color:#767676;
		font-size:13px;
	}
	.lastbox {
		padding: 15px 0 15px 20px;
		
	  }
	  
	  
