
/* Контентная часть */

#content {
	position: relative;
	min-width: 1000px;
        min-height: 500px;
	padding: 0 0px 10px;
	}

	/* Верхний блок + Баннер 468х60 */
	#content .tops {
		width: 852px;
		height: 60px;
		margin: 0 0 10px;
		overflow: hidden;
		}
		.notice {
			font: 15px/15px Verdana;
			border-radius: 5px;
			height: 60px;
			overflow: hidden;
			float: left;
			font-style: italic;
			font-weight: 700;
			
			}
			.notice h6 {
				font: bold 14px/14px Verdana;
				color: #3aa6ee;
				margin: 0 0 5px;
			}
		.place_b {
			float: right;
			}
	/* Верхний блок + Баннер 468х60 END */
	
	/* Контент */
	.container {
		width: 858px;
		float: left;
		margin: 0 5px 0 10px;
		}
	/* Контент END */
	
	/* Колонки */
	.column1,
	.column2,
	.column3 {
		width: 298px;
		float: left;
		margin: 0 10px 0 0;
		overflow: hidden;
		}
	.column1 {
		width: 242px;
		position: relative;
		/*min-height: 400px;*/
		}
	.column3 {
		margin: 0;
		float: right;
		}
	.column4 {
		width: 122px;
		margin: 0 0 0 3px;
		float: left;
		}
		.column1 div,
		.column2 div,
		.column3 div,
		.column4 div {
			/*margin: 0 0 10px;*/
			}
			.column1 div > div,
			.column2 div > div,
			.column3 div > div,
			.column4 div > div {
/*				margin: 0;
				-webkit-border-radius: 0;
				 -khtml-border-radius: 0;
				   -moz-border-radius: 0;
				     -o-border-radius: 0;
					border-radius: 0;*/
				}
	/* Колонки END */

#article {
    clear: right;
    overflow: hidden;
}

.text {
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

#share {
	margin-top: -5px;
}

.nohr>.rubric {color:#B2B2B2;font-size:10px;}

/* Контентная часть END */
