@CHARSET "ISO-8859-2";
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #A60A0A;
	text-align:center;
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #E7B78F;
}
#warp{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height: 808px;
	
}
#naglowek{
	width:998px;
	height:30px;
	background-color:#EDDAB2;
	border-left:1px solid #E7B78F;
	border-right:1px solid #E7B78F;
	border-bottom:1px solid #E7B78F;
	padding-top:12px;
	color:#7B0707;
}
#stopka{
	background-color:#740505;
	height: 25px;
	padding-top: 10px;
	background-image: url("../images/gal_bg.jpg");
	background-repeat: repeat-x;
}
#stopka P{
	margin: 0px;
	padding: 0px;
}
a{
	font-weight: bold;
	text-decoration: none;
}
a:LINK {
	font-weight: bold;
	color: #7B0707;
}
a:HOVER {
	font-weight: bold;
	text-decoration: underline;
}
a:VISITED {
	color: #7B0707;
}
.active{
	font-weight: bold;
	color: #7B0707;
	font-size: 15px;
	text-decoration: underline;	
}