.article {

}
.article h1 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.article .header1 {
	background-image:url(/img/article/kraj.png);
	height: 29px;
}	
.article .header2 {
	background-image:url(/img/article/swiat.png);
	height: 29px;
}	
.article .header3 {
	background-image:url(/img/article/www.png);
	height: 29px;
}	
.articleHeaderWhat {
	padding: 5px 10px;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.headerLeft {
	float:left;
	width: 150px;
}
.headerRight {
	width: 92px;
	float:left;
}
.articleHeaderWhen {
	float: left;
	padding: 5px 10px;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	position:relative;
	left: 50px;
}	
.article .body .left {
	width: 150px;
	float: left;
}
.article .body .right {
	width: 292px;
	float: left;
}

.article .footer .left {
	width: 300px;
	float: left;
}
.article .footer .right {
	width: 142px;
	float: right;
	text-align: right;
}	