body {
  font-family: "Trebuchet MS";
  font-size: 14px;	
  line-height: 160%;	
  text-align: center;
  margin: 0;	
}

img {
  border: 0;
}

a {
  color: #003AF7;	
}

p {
  margin: 0;
}

#all {
  margin: 0 auto;
  text-align: center;
  width: 750px;	
}

div.clr {
  clear: both;
  width: 100%;	
}


	#top {
	  background: url(logo.png) no-repeat;
	  height: 100px;
	  text-align: left;
	  width: 750px;
	}
		
	#content {
	  background: #FFFFFF;
	  border-top: 1px dotted #e6e6e6;
	  margin-bottom: 20px;
	  text-align: left;	
	  width: 100%;
	}

			
		#menu {
		  background: #FFFFFF;
		  float: left;
		  padding-left: 5px;	
		  text-align: left;
		  width: 170px;	
		}
		
		#menu a {
		  border-bottom: 1px dotted silver;
		  display: block;
		  font-size: 11px;
		  line-height: 120%;		
		  padding: 1px 5px;	
		  text-decoration: none;
		}
		
		#menu a:hover {
		  font-weight: bold;
		  margin-left: 5px;	
		  text-decoration: underline;
		}
			
		#right {
		  background: #FFFFFF;
		  float: right;
		  padding-right: 5px;
		  text-align: left;
		  width: 550px;	
		}
		
		  #right div.wpis {
		    border-bottom: 1px dotted silver;
			 padding: 15px 10px;
			 margin-bottom: 10px;	
		  }
			

										

/* stopka */

	#foot {
	  clear: both;
	  height: 50px;
	  margin-top: 10px;
	  *margin-bottom: 20px;	
	  text-align: right;
	  width: 100%;
	}
	
	#foot a {
	  color: #424242;
	  font-weight: bold;
	  margin-right: 10px;	
	  text-decoration: none;
	}
	
		#foot a:hover {
		  text-decoration: underline;
		}