* {
	 margin: 0px;
	 padding: 0px;
}

body {
	 margin-top: 10px;
	 margin-bottom: 10px;
	 text-align: center; 
	 font-size: 13px; 
	 font-family: georgia, verdana, arial;
	 background-color: #ffffff;
}
	
#all {
    width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
		background: url('../images/bg_all.jpg') repeat-y;
		overflow: hidden;
}

#header {
    width: 800px;
}

#gora {
		width: 800px;
		height: 265px;
}

#left {
    float: left;
    width: 220px;
}

#menu {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 30px;
		text-align: left;
		color: #000000;
}

#right {
    float: left;
    width: 500px;
}

#tytul {
		margin-left: 10px;
		text-align: left;

		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 10px;
}

.tytul {
font-weight: bold;
}

#content {
		margin-left: 10px;
		margin-bottom: 20px;
		width: 500px;
		text-align: justify;
}

#bottom {
		position: relative;
		clear: both;
		height: 21px;
    background-image: url('../images/stopka.jpg');
}

#bottom_inner {
		position: absolute;
		top: 7px;
		left: 230px;
		font-weight: bold;
}

img {
		border: 0px;
}

a {
		color: #000000;
		text-decoration: none;
}

#content a {
		color: brown;
		text-decoration: none;
}

a:visited {
		color: #000000;
		text-decoration: none;
}

a:hover {
		color: #000000;
		text-decoration: underline;
}

ul {
		list-style-type: square;
}

h1 {
		font-size: 20px;
}