body {background-color:#000; margin: 0px;}


/* główny kontener */
#main {
   width: 980px;
   height: 112px;
   left:50%;
   margin-left:-490px;
   position:absolute;
}


/* górny kontener z tytułem ramka */

#top {
   height: 112px;
	margin-left: 7px;
}

#content {
   background: url('content_bg.jpg') no-repeat 0px 2px;
   color: #e69d2a;
   font-family: "Times New Roman", serif;
   width: 980px;
   min-height: 300px;

}

#title {
   width: 700px;
   height: 100px;
   text-align: center;
   vertical-align: middle;
   float: left;
}

#buttons {
   width: 280px;
   float: left;
   height: 100px;
   text-align: center;
}

#descr {
   width: 980px;
   font: inherit;
   float: none;
}

#thumbs {
   width: 980px;
}

.thumbnail {
   width: 245px;
   height: 200px;
   text-align: center;
   vertical-align: middle;
   float: left;
}


#big_image a:link img ,
#big_image a:visited img ,
.thumbnail a:link img ,
.thumbnail a:visited img {
   border: 2px solid black;
}

#big_image a:hover img,
.thumbnail a:hover img {
   border: 2px solid purple;
}


#big_image {
   width: 980px;
   text-align: center;
}

#btn_gal {
   width: 980px;
   text-align: center;
}

/* Kroje pisma */

h1 {font: inherit; font-size: 22pt; font-weight: bold; font-style: italic; color: #e69d2a; }
p {font: inherit; font-size: 13pt; margin: 5px 30px 10px 30px; }

.infotable {
	border: 1px solid #88a8ca;
	border-collapse: collapse;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	width: 935px;
	background: #eed;
	background-image: url('background1.jpg');
	background-repeat: repeat;
	padding-left: 200px;
}