a {
	color: yellow;
	text-decoration: none;
}

body {
	background-color: rgb(13,27,51);
	color: white;
	font-family: Lucida Grande, Arial, Helvetica, serif;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0;
	text-align: center;
}

div.dol {
	clear: both;
}

div.glowny {
	margin: 16px auto;
	width: 800px;
}

div.kolumna {
	float: left;
	margin: 2px;
	padding: 8px;
	text-align: justify;
	width: 360px;
}

div.ramka_l {
	background-image: url(ramka_l.png);
	background-position: top left;
	background-repeat: repeat-y;
}

div.ramka_p {
	background-image: url(ramka_p.png);
	background-position: top right;
	background-repeat: repeat-y;
}

div.ramka_gl {
	background-image: url(ramka_gl.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.ramka_gp {
	background-image: url(ramka_gp.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div.ramka_dl {
	background-image: url(ramka_dl.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.ramka_dp {
	background-image: url(ramka_dp.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.ramka {
	background-color: rgb(38,52,76);
	border-color: rgb(74,84,100);
	border-style: solid none;
	border-width: 1px;
	margin: 11px;
	padding: 9px;
}

em {
	color: white;
	font-style: normal;
}

h3 {
	clear: both;
}

hr {
	border-color: rgb(74,84,100);
}

img {
	border-style: none;
}

img.lewy {
	padding: 0 8px 0 0;
	float: left;
}

p {
	color: rgb(200,200,200);
}

