.content {
	width: 803px;
	position: relative;
	padding-left: 33px;
	padding-top: 15px;
	clear: both;
}

.content h2 {
	margin-top: 0px;
	margin-bottom: 2px;
	color: #686a6c;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.content .subarticle {
	width: 803px;
	background-image: url(../img/cntblockpiu.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.content .h3 {
	color: black;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 18px;
}

.content .points {
	margin-top: 5px;
	margin-left: 8px;
}

.content .points li {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	list-style: url(../img/kvadr.gif);
	padding-bottom: 3px;
	//margin-left: 37px;
}

.content p {
	margin-left: 38px;
	margin-top: 5px;
}

.content p a, .content .container a {
	color: #c10420 !important;
	text-decoration: none;
}

.content p a:hover, .content .container a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 997px) {
/* intermediate */

	.content {
		width: 80%;
		display: block;
	}

	.content .subarticle {
		width: 80%;
		background: none;
	}
}

@media only screen and (max-width: 610px) {
	.content h2 {
		font-family: Arial Narrow, Helvetica, sans-serif;
		margin-bottom: 14px;
	}
}