#intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background-color: #d7181f;
  text-align: center;
}

#flashIntro {
  display: block;
  margin: 150px auto;
}

#content {
  min-height: 640px;
  background: url('../images/tamburyn.png') 530px 295px no-repeat;
}

#leftColumn {
  width: 200px;
  float: left;
  margin-left: 20px;
  padding-top: 40px;
  padding-right: 10px;
}

#leftPhoto {
  display: block;
  margin: 2px;
}

#donloadPdfLink {
  display: block;
  position: absolute;
  top: 750px;
  margin-left: 650px;
  width: 90px;
  color: #d7181f;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.photoDesc {
  padding-left: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #939598;
  margin-bottom: 20px;
}

#freetime {
  color: #000;
  text-align: justify;
  padding-right: 5px;
}

#middleColumn {
  width: 430px;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  text-align: justify;
}

#news {
  margin-top: -35px;
  float: left;
  width: 250px;
  margin-left: 50px;
}

#newsHeader {
  background: url('../images/aktualnosci_top.png') no-repeat;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  height: 43px;
  line-height: 30px;
}

#newsBody {
  background: url('../images/aktualnosci_mid.png') repeat-y;
  padding: 10px 25px 0 15px;
  color: #000;
  text-align: justify;
  font-size: 11px;
  min-height: 190px;
}

#newsFooter {
  background: url('../images/aktualnosci_bot.png') no-repeat;
  height: 16px;
}

.date {
  font-style: oblique;
  text-align: right;
  font-size: 10px;
}