body{
	background: #171511;
	color: #ccc;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
img{
	border: 0px;
}
.title{
	width: 100%;
	text-align: center;
	background-image: url('title_bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 200px;
	vertical-align: top;
}
.titledown{
	width: 100%;
	text-align: center;
	background-image: url('title_down_bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100px;
	vertical-align: top;
	padding-top: 20px;
}
.nadpis{
	width: 100%;
	text-align: center;
	background-image: url('nadpis_bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 34px;
	vertical-align: top;
	font: 30px Arial;
	margin-top: 30px;
}
.nadpis .text{
	color: #ddee1b;
	font-variant: small-caps;
	margin: 0px auto;
	width: 800px;
	text-align: left;
	font-weight: bold;
}
.blogposts{
	margin: 0px auto;
	width: 800px;
	padding-top: 5px;
	font-size: 12px;
}
.blogposts a{
	font-variant: small-caps;
	font-size: 16px;
	color: #b8bf67;
}
.blogposts a:hover {
	font-variant: small-caps;
	font-size: 16px;
	color: #ff0;
}
.blogposts .blogbody a{
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.blogposts table{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}
.blogposts td{
	padding: 10px;
	width: 33%;
	text-align: left;
	vertical-align: top;
	/*border-left: solid #002 1px;
	border-right: solid #002 1px;*/
}
.blogposts td .readmore{
	width: 100%;
	text-align: right;
}
.blogposts td .readmore a{
	font-size: 10px;
	text-decoration: none;
}
.images{
	text-align: center;
	margin: 0px auto;
	width: 800px;
}
.blogposts .foot{
	font-size: 16px;
}
.images a, .blogposts .foot a{
	font-variant: small-caps;
	font-size: 20px;
	color: #b8bf67;
}
.images a:hover {
	font-variant: small-caps;
	font-size: 20px;
	color: #ff0;
}
.images table{
	width: 100%;
	padding-top: 10px;
}
.images table td{
	padding: 10px;
	margin: 0px;
	font-size: 11px;
	color: #ccc;
}
.pano{
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
	width: 800px;
}
.pano .more{
	font-size: 16px;
}
.pano a{
	font-variant: small-caps;
	font-size: 20px;
	color: #b8bf67;
}
.pano a:hover {
	font-variant: small-caps;
	font-size: 20px;
	color: #ff0;
}
.footer{
	background: black;
	font-size: 10px;
	text-align: center;
}

.menu{
	margin-top: 20px;
	width: 100%;
	text-align: center;
	background: url('menu_bg.png');
	height: 50px;
	background-repeat: repeat-x;
}
.menu table{
	padding: 0px;
	margin: 0px auto;
	height: 50px;
	vertical-align: center;
	text-align: left;
	width: 800px;
}
.menu table td{
	border: none;
	width: 33%;
	padding-left: 20px;
}
.menu table td a{
	color: yellow;
	font-size: 35px;
	font-variant: small-caps;
	text-decoration: none;
	/*font-weight: bold;*/
	font-family: Arial;
}
.menu table td a:hover {
	color: #ff5500;
	font-size: 35px;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
}

