div.main
{
	width: 800px;
	margin: 0px auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
div.header
{
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #000;
}
div.header div.logo
{
	text-align: center;
	width: 800px;
	height: 150px;
}
div.content
{
	min-height: 400px;
	font-size: 15px;
	text-align: left;
	padding: 10px;
	_padding-right: 0px;
	line-height: 20px;
}
div.content div.artykul a img
{
	border: 1px solid #eee;
}
div.content div.artykul a:hover img
{
	border: 1px solid #000;
}
div.footer
{
	clear: both;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 5px solid #aaa;
	text-align: center;
	font-size: 15px;
}
div.error
{
	clear: both;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}