html, body {
   background-color: #D2E9FF;
   color: #A1A1A1;
   margin: auto;
}
  #top {
   width: 800px;
    
   background-color: #B2DAFF;
   margin: auto;
}

#NAGLOWEK 
{
  display: block;
position: relative;
background-image: url(../images/top.gif.gif);
   background-repeat: no-repeat;
 background-position: center;
overflow: hidden;
    width: 800px;
   height: 180px;
   margin: auto;
 }
 
ul, ul li {
	list-style: none;
	margin: 0;
  	padding: 0;
}

ul {
   display: block;
   float: left;
  margin-top: 0px;
   margin-bottom: 20px;
   background-color: White;
   padding: 1px 0 1px 1px;
   border: 2px solid white;
}

ul li {
	float: left;
}

ul a:link, ul a:visited {
   text-decoration: none;
   display: block;
   font-weight: bold;
   background: #00008B repeat-x center;
   color: White;
   padding: 17px 27px;
     border-right: 1px solid #fff;
}

ul a:hover {
	background-color: #800;
	
}
#BOX1{
   display: block;
   position: relative;
   width: 100px;
   height: 400px;
   background-image: url(../images/ramki.gif);
   background-repeat: no-repeat;
   background-position: bottom;
   margin-left:80px;
   margin-right: 10px;
   margin-top: 10px;
   margin-bottom: 20px;
   float: left;
}

#BOX2{
   display: block;
   padding: 15px 20px 35px 20px;
   background-color: #00008B;
   color: White;
font-family: arial, verdana, sans-serif;
 text-align: left;
text-indent: 30px;
font-size: 14pt;
   width: 350px;
   height: 350px;
   background-image: url(../images/arkusz.gif);
   background-position: bottom;
   background-repeat: no-repeat;
   margin-left: 0px;
   margin-right: 20px;
   margin-top: 10px;
   margin-bottom: 20px;
   float: right;
}


#STOPKA {
      clear: both;
   width: 100%;
   background-color:#D2E9FF ;
   font-style: normal;
   text-align: center;
}



 
