/* ------------------------------
	File: content.css
	Description: Content settings
	Project: Hydraulic.RU
	URL: http://hydraulic.ru/
	Update: 17.06.2014
------------------------------ */

#content {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: url('../img/bg/bg-content.png');
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 20px 0;
	margin-top: 60px
}
	.content {
		position: relative;
		overflow: hidden;
		width: 820px;
		margin: 0 auto
	}
		.content_left {
			float: left;
			width: 400px
		}
		.content_right {
			float: right;
			width: 400px
		}
			.content_block {
				overflow: hidden;
				width: 374px;
				text-align: justify;
				background-color: #222;
				border-radius: 5px;
				padding: 11px 13px
			}
			.content_text-block {
				width: 400px;
				text-align: justify;
				margin-bottom: 20px
			}