body {
	background-image: url(/images/bg_01.jpg);
	background-color: #921513;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	margin: 0px;
	padding: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#menu {
}
#menu a {
	float: left;
	display: block;
	height: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu a:hover {
	background-color: #1F1F1F;
	color: #FFF;
	text-decoration: none;
}
#menu .spacer {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #191919;
	display: block;
	float: left;
	font-size: 0.1em;
	height: 40px;
	background-color: #2E2E2E;
}

a {
	color: #F00;
}
a img {
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}

.clear {
	clear: both;
	font-size: 0.1em;
}
#content {
	margin-top: 20px;
	background-color: #1E1E1E;
	padding: 20px;
	color: #FFF;
	display: block;
	clear: both;
}
#content h2.title {
	display: inline;
	padding: 0px;
	position: absolute;
	margin-top: -35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
}
#content p {
	margin-bottom: 10px;
	margin-top: 0px;
}
#content .poza a img {
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}


#content .poza {
	height: 400px;
	width: 310px;
	display: block;
	float: left;
	position: relative;
}

#content .poza a {
	margin: 10px;
	display: block;
	clear: both;
}
#content .img {
	position: absolute;
	bottom: 85px;
}
#content .info {
	display: block;
	position: absolute;
	width: 180px;
	left: 10px;
	top: 305px;
}
