	body {
		background-color: #FF6DB9;
		margin-top: 0;
		text-align: center;
		font-family: Arial, Helvetica, Verdana, sans-serif;
	}
	
	a {
		color: black;
		text-decoration: none;
		font-family: Tahoma;
		font-size: 12px;
		border-bottom: 1px dashed black;
	}
	
	a:hover {
		color: #92004C;
		text-decoration: none;
		border-bottom: 1px solid black;
	}
	
	div {
		border: 0px solid white;
	}
	
	#logo span {
		display: none;
	}
	
	div#logo {
		width: 800px;
		height: 200px;
		background-image: url(images/logo.jpg);
		background-position: center;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
	}
	
	div#header {
		width: 800px;
		margin: 5px auto 10px auto;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: right;
		border-top: 2px dashed #92004C;
		border-bottom: 2px dashed #92004C;
	}
	
	div#container {
		width: 800px;
		margin: 10px auto;
	}
	
	div#left {
		width: 600px;
		float: left;
		text-align: left;
		background-color: #FF9DD0;
		margin-bottom: 15px;
		background-image: url(images/left_header_top.gif);
		background-position: top;
		background-repeat: no-repeat;
	}

	.left_bottom {
		background-color: #FF9DD0;
		background-image: url(images/left_header_bottom.gif);
		background-position: center bottom;
		background-repeat: no-repeat;
		height: 20px;
		text-align: center;
		vertical-align: middle;
	}

	.left_bottom a {
		text-decoration: none;
		border: none;
	}

	.left_bottom img {
		border: 0;
	}

	.left_bottom a span {
		
	}

	div#right {
		width: 195px;
		float: right;
		text-align: left;
		background-color: #FF9DD0;
		background-image: url(images/right_header_top.gif);
		background-position: top;
		background-repeat: no-repeat;
	}

	.right_bottom {
		background-color: #FF9DD0;
		background-image: url(images/right_header_bottom.gif);
		background-position: center bottom;
		background-repeat: no-repeat;
		height: 20px;
	}
	
	div#footer {
		width: 800px;
		clear: both;
		margin-top: 20px;
		background-color: #FF9DD0;
		border-top: 2px dashed #92004C;
		border-bottom: 2px dashed #92004C;
		word-spacing: 10px;
	}
	
	div#header h1 {
		font-style: italic;
		font-size: 10pt;
		margin-left: 50px;
		margin-right: 100px;
	}
	
	div#header span {
		font-size: 10pt;
		margin-right: 70px;
	}
	
	div#right p {
		font-weight: bold;
		font-size: 12pt;
		margin-top: 5px;
		margin-left: 15px;
	}
	
	div#right ul a {
		font-size: 12pt;
		margin-left: 0;
	}
	
	div#right ul {
		list-style-type: circle;
		margin-left: auto;
		margin-right: 0;
		padding-left: 30px;
		padding-right: 5px;
	}

	div#right ul li {
		margin: 10px 0;
	}

	div#left h2 a {
		font-style: italic;
		font-size: 16pt;
		margin: 10px 50px 10px 25px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	div#left ul {
		list-style-type: none;
		margin: 25px 10px 0 25px;
		padding-left: 0;
	}
	
	div#left li {
		margin: 5px 0 5px 0;
	}
	
	.data {
		font-style: italic;
		font-size: 10pt;
		margin-left: 30px;
	}
	
	div#left hr {
		width: 95%;
		margin: 5px auto 5px auto;
		text-align: center;
	}
	
	.tekst {
		font-style: normal;
		margin: 5px 20px 30px 35px;
		text-align: justify;
		font-size: 80%;
	}

	.tekst a {
		line-height: 30px;
		font-weight: bold;
	}
	
	.wiecej {
		font-weight: bold;
	}
	
	.stronicowanie {
		margin: 5px auto auto 5px;
		text-align: center;
		font-size: 14pt;
		font-weight: bold;
	}
	
	.comments {
		clear: both;
		width: 500px;
		margin-left: 25px;
	}
	
	.comment_nick {
		width: 50%;
		float: left;
		font-weight: bold;
		font-style: italic;
		font-size: smaller;
	}
	
	.comment_data {
		width: 50%;
		float: right;
		text-align: right;
		font-weight: bold;
		font-style: italic;
		font-size: smaller;
	}
	
	.comment_text {
		margin-bottom: 20px;
		border-bottom: 1px dashed #92004C;
		text-align: justify;
		font-style: italic;
		font-size: smaller;
	}
	
	div#left h3 {
		font-size: 12pt;
	}
	
	div#comment_form {
		margin: 0 auto 0 25px;
	}

.tekst ul li {
	display: inline;
}