* {
	 margin: 0px;
	 padding: 0px;
}

body {
	 margin-top: 10px;
	 margin-bottom: 10px;
	 text-align: center; 
	 font-size: 13px; 
	 font-family: verdana, arial;
	 background-color: #ffffcc;
}
	
#all {
    width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
		background: url('/images/bg_all.gif') repeat-y;
		overflow: hidden;
}

#header {
    width: 900px;
		height: 271px;
		background: url('/images/logo.jpg') repeat-y;
		position: relative;
}

#logo_little {
		position: absolute;
		left: 79px;
		top: 24px;
}

#link_one {
		position: absolute;
		left: 280px;
		top: 90px;
}

#left {
    float: left;
    width: 190px;
}

#menu {
		margin-left: 80px;
		text-align: left;
		color: #ffffcc;
}

#right {
    float: left;
    width: 650px;
		color: #ffffcc;
}

#tytul {
		margin-left: 10px;
		text-align: left;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 10px;
}

#title {
		margin-left: 60px;
		width: 580px;
		text-align: left;
		font-weight: bold;
		margin-bottom: 20px;
}

#content {
		margin-left: 60px;
		margin-bottom: 10px;
		width: 580px;
		text-align: justify;
}

#bottom {
		clear: both;
		height: 26px;
    background-image: url('/images/bottom.gif');
}

img {
		border: 0px;
}

a {
		color: #ffffcc;
		text-decoration: none;
}

#link_one a {
		color: #ffffcc;
		text-decoration: none;
}

#content a {
		color: #ffffff;
		text-decoration: none;
}

a:visited {
		color: #ffffcc;
		text-decoration: none;
}

a:hover {
		color: #ffffcc;
		text-decoration: none;
}

ul {
		list-style-type: square;
}

h1 {
		font-size: 20px;
}
