body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font: normal 0.75em verdana, 'lucida grande', arial, sans-serif;
}

#container {
  margin: 0 auto;
  width: 902px;
}

#header {
  width: 100%;
  margin: 5px 0;
}

#top {
  width: 902px;
  height: 77px;
  background: url('../images/bg_top.jpg') no-repeat top left; 
}

#lay {
  margin-top: 5px;
  width: 902px;
  height: 132px;
  background: url('../images/bg_header.jpg') no-repeat top left;
  text-align: left;  
}

#main {
  border-left: 1px solid #e8e8e8;
}

#menu {
  margin: 0 auto;
  height: 40px;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;  
}

#menu ul li {
  float: left;
  padding: 0 5px;
}

#menu ul li a {
  display: block;
  width: 130px; 
  height: 37px;
}

#menu ul li a span {
  display: none; 
}

#jeden {
  background: url('../images/menu/ofirmie.jpg') no-repeat top center; 
}

#dwa {
  background: url('../images/menu/oferta.jpg') no-repeat top center; 
}

#trzy {
  background: url('../images/menu/kominki.jpg') no-repeat top center; 
}

#cztery {
  background: url('../images/menu/kontakt.jpg') no-repeat top center; 
}

#menu ul li a:hover, #menu ul li a.selected {
  background-position: center -37px;
}

#rightBox {
  width: 300px;
  float: right;
  background: #e8e8e8;
  padding: 10px; 
  line-height: 1.5;
  text-align: left; 
  margin-bottom: 5px;  
}

ul {
  padding-left: 15px; 
}

#footer {
  clear: both; 
  margin: 5px 0;
  padding: 10px; 
  background: #606060 url('../images/bg_footer.jpg') repeat-x top;
  color: #fff;
  vertical-align: middle;    
}

#author {
  margin-bottom: 5px;
  float: right;
}

a.top {
  display: block;
  padding-left: 20px; 
  float: right;
  color: #fff;
  text-decoration: none;
}

a img {
  border: none;
}

.clear {
  clear: both;
}
