* {
	 margin: 0px;
	 padding: 0px;
}

body {
	 margin-top: 10px;
	 margin-bottom: 10px;
	 text-align: center; 
	 font-size: 13px; 
	 font-family: verdana, arial;
	 background-color: #000000;
	 color: #ffffff;
}
	
#all {
    width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
		background: url('/images/bg_all.gif') repeat-y;
		overflow: hidden;
}

#header {
    width: 800px;
		height: 220px;
		background: url('/images/posciel_logo.jpg');
		position: relative;
}

#logo {
		position: absolute;
		top: 53px;
		left: 194px;
}

#left {
    float: left;
    width: 200px;
}

#menu {
		margin-left: 30px;
		text-align: left;
		color: #ffffff;
}

#right {
    float: left;
    width: 600px;
}

#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;
		width: 525px;
		text-align: justify;
}

#bottom {
		clear: both;
		height: 45px;
    background-image: url('/images/bottom.gif');
}

img {
		border: 0px;
}

a {
		color: #000000;
		text-decoration: none;
}

#linkk a {
		color: #ffffcc;
		text-decoration: none;
}

#content a {
		color: #ffffcc;
		text-decoration: none;
}

a {
		color:#ffffff;
}

a:visited {
		color: #ffffff;
		text-decoration: none;
}

a:hover {
		color: #ffffcc;
		text-decoration: none;
}

ul {
		list-style-type: square;
}

h1 {
		font-size: 20px;
}