html, body, img { margin: 0; border: 0; padding: 0 }
body { font-family: Verdana; padding: 10px 0 }

#main {
  margin: 0 auto;
  position: relative;
  border-style: solid;
  border-color: #316191;
  border-width: 19px 14px;
  width: 772px; min-height: 620px;
  background: url('i/main-bg.jpg') left bottom no-repeat;
  z-index: 1;
} * html #main { height: 620px }

#top {
  margin: 0;
  padding: 22px 0 0 18px;
  position: absolute;
  top: -19px; left: -14px;
  font-family: Arial;
  font-size: 27px;
  color: #316191;
  z-index: 2;
}
#top span {
  top: 0; left: 0;
  position: absolute;
  width: 447px; height: 275px;
  background: url('i/top.jpg');
}

#menu {
  position: absolute;
  top: -19px; 
  /*left: 400px;*/
  right:-13px;
/*  width: 266px; height: 266px;*/
/*  background: url('i/menu-bg.jpg') right no-repeat;*/
  margin: 0; padding: 0;
  z-index: 4;
}
#menu li {
  overflow: hidden;
  position: absolute;
  list-style-type: none;
  font-size: 8px;
  font-weight: bold;
  font-family: Verdana;
  line-height: 7px;
} * html #menu li span { margin-top: 2px }
#menu li a {
  cursor: pointer;
  color: #316191;
  text-decoration: none;
}
#menu li span {
  position: absolute;
  width: 100%; height: 100%;
}
#menu #skip {
  text-indent: -1000px;
  position: relative;
}

#flash {
  position: absolute;
  top: 247px; right: 0;
  width: 307px; height: 262px;
  background: url('i/flash-bg.jpg') no-repeat;
}
#flash object {
  position: absolute;
  top: 12px; left: 12px;
}

#content {
  width: 380px;
  margin-left: 45px;
  padding: 255px 0 45px 0;
  position: relative;
  z-index: 3;
  color: #999999;
  font-size: 10px;
  line-height: 13px;
  min-height: 330px;
} * html #content { height: 330px }

#content p {
  text-align: justify;
  margin: 6px 0 10px 0;
}
#content a {
  color: #9DB1D6;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content h2 {
  margin: 0;
  font-size: 10px;
  font-weight: bold;
}
#content .date {
  color: #CCCCCC;
  font-weight: normal;
}
#content a.more img {
  margin: 0 0 5px 150px;
  width: 216px; height: 24px;
}

#banners {
  position: relative;
  left: 520px;
  bottom: 10px;
  width: 350px;

}
#banners img { margin: 0 5px }

#footer {
  position: relative;
  overflow: hidden;
  margin-bottom: -13px;
  width: 134px; height: 7px;
  color: white;
  font-size: 7px;
  font-weight: bold;
  font-style: normal;
  font-family: Verdana;
  line-height: 6px;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer span {
  position: absolute;
  width: 100%; height: 100%;
  background-image: url('i/projektymlodych.gif');
}

