.club {
	width: 803px;
	position: relative;
	clear: both;
	padding-left: 33px;
	padding-top: 20px;
}

.club .line {
	width: 803px;
	height: 6px;
	border-style: solid;
	border-color: #686a6c;
	border-width: 1px 0 0 0;
	clear: both;
}

.club .left {
	float: left;
	width: 800px;
	background-image: url(../img/newsblockback.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 5px;
}

.club .title {
	background-image: url(../img/newstitle.gif);
	background-repeat: no-repeat;
	background-color: black;
	height: 19px;
}

.club .title div.date {
	padding-left: 15px;
	padding-top: 2px;
	color: white;
}

.club .picture {
	float: left;
	padding: 5px;
}

.club .picture  img {
	border: 1px solid #cfcfcf;
}

.club .left .text {
	float: left;
	padding: 6px 0 40px 5px;
	width: 780px;
}

.club .left .descr {
	float: left;
	padding: 6px 0 0 5px;
	width: 500px;
	color: gray;
}

.club .center .text, .club .right .text {
	float: left;
	padding: 6px 0 10px 5px;
	width: 780px;
}

.club .center .descr, .club .right .descr {
	float: left;
	padding: 6px 0 0 5px;
	width: 780px;
	color: gray;
}

@media only screen and (max-width: 1024px) {
/* ipad version */
}

@media only screen and (max-width: 997px) {
/* intermediate */
	.club {
		width: 80%;
	}

	.club .line {
		width: 100%;
	}

	.club .left {
		width: 100%;
		float: none;
	}

	.club .picture {
		float: none;
	}

	.club .left .descr {
		float: none;
		width: 100%;
	}

	.club .left .text {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 924px) {
/* intermediate */

	.club .picture {
		text-align: center;
	}

	.club .left .text p {
		padding-left: 0 !important;
	}
}

@media only screen and (max-width: 773px) {
/* intermediate */
	
}

@media only screen and (max-width: 610px) {
	.club .left .text p img {
		max-width: 90%;
		height: auto !important;
	}

	.club .title {
		font-size: 1.3em;
		height: auto;
		background-position: center left;
	}

	.club .line {
		display: none;
	}

	.club .left {
		background: none;
	}
}