

body 
{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
}

a {
	text-decoration: none;
	text-transform: lowercase;
	color: #DC0092;
}

a:hover {
	text-decoration: underline;
	text-transform: lowercase;
	color: #DC0092;
}


.naglowek 
{
  	width: 920px;
	height: 250px;
	margin: 0 auto;
	background: #000 url(images/tlo.jpg) no-repeat;
	text-align: center;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	padding-top: 10px;
	background: none;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.2em;
	color: #DC0092;
}

#menu a:hover {
	display: block;
	float: left;
	width: 90px;
	height: 60px;
	padding-top: 10px;
	background: #cccc99;
	text-align: center;
	text-decoration: underline;
	text-transform: lowercase;
	font-size: 1.2em;
	color: #FFFFFF;
}

#slogan 
{
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: small-caps;
	font-stretch: expanded;
	font-size: large;
	color: #cccc99;
	text-align: right;
	letter-spacing: 1em;
	
}
.tresc1 
{
  	width: 920px;
	margin: 0 auto;
	background: #fff; 
	text-align: center;
	border-bottom: 2px solid #cccc99;
}

.tresc2 
{
  	width: 920px;
	height: 382px;
	margin: 0 auto;
	background: #fff; 
	text-align: center;
	border-right: 2px solid #cccc99;
	border-bottom: 2px solid #cccc99;
	background: #fff url(images/tlo2.jpg) no-repeat;
	font-weight: bold;
	font-stretch: expanded;
	color: #565656;
	text-align: right;
}

blockquote {
	font-style: italic;
	color: #7A7A7A;
	text-align: right;
	}
.male {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #929292;
	text-align: right;
}
#stopka {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
}

#stopka p {
	margin: 0;
	padding: 10px;
}

#autor {
	float: left;
	font-size: 0.8em;
}