body {
	background: #e8e0ce;
	color:#0F0F0F;
	font-size: 12pt;
	font-family: Trebuchet MS;
	margin-top: 32px;
	padding:0;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;

}

div, h1, h2, h3, p, img {
	margin:0;
	padding:0;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 24pt;
	margin-bottom: 10px;
	color: #a91c07;
}

h2 {
	font-family: Trebuchet MS;
	font-size: 16pt;
	margin-bottom: 10px;
	color: #a91c07;
}

h3 {
	font-family: Trebuchet MS;
	font-size: 12pt;
	margin-bottom: 10px;
	color: #a91c07;
}





/* Epoki */

div#top {
	width: 840px;
	height: 170px;
}

div#top ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/* border-bottom: 1px solid #aeaeae; */
}

div#top ul li {
	top: -5px;
	position: relative;
	width: 98px;
	height: 34px;
	float: left;
	background-image: url('img/button.png');
	background-repeat: no-repeat;
	margin-left: 6px;
	padding-top: 3px;
	font-size: 9pt;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: center;
}

div#top ul li a {
	color: #ffffff;
}

/* Główna tabela */

table#main {
	width: 840px;
}



#left {
	width: 191px;
	margin-right: 4px;
}

#left td {
	background-color: #c0c0c0;
	background-image: url('img/menu.png');
	margin-right: 10px;
}

#left .top {
	height: 7px;
	background-image: url('img/menu_top.png');
	background-repeat: no-repeat;
}

#left .bottom {
	height: 7px;
	background-image: url('img/menu_bottom.png');
	background-repeat: no-repeat;
}

#left a {
	color: #8b0000;
	font-weight: bold;
}

#left li.back {
	margin-top: 20px;
}

#left .menu .ad {
	margin-top: 12px;
	margin-left: 20px;
}

#left .menu ul li {
	font-size: 10pt;	
}

#content {
	width: 643px;
}

#content td {
	background-color: #c0c0c0;
	background-image: url('img/content.png');
}

#content .top {
	height: 5px;
	background-image: url('img/content_top.png');
	background-repeat: no-repeat;
}

#content .bottom {
	height: 9px;
	background-image: url('img/content_bottom.png');
	background-repeat: no-repeat;
}

#content div {
	margin-left: 10px;
	margin-right: 10px;
}

#content img {
	max-width: 500px;
}

#content p {
	margin-bottom: 15px;
	text-indent: 60px;
	text-align: justify;
}

#content a {
	font-weight: bold;
	color: #3384d5;
}

#content {
	text-align: justify;
}


#footer {
	background-image: url('img/footer.png');
	background-repeat: no-repeat;
	padding: 3px;
	margin-top: 10px;
	text-align: center;
	width: 840px;
	height: 45px;
}

#footer a {
	color: #3384d5;
	font-weight: bold;
}

#footer .ad * {
	color: #a91c07;
}