body
{
	margin:0;
	padding:0;
}

#container
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
}

#header
{
	height:150px;
	background:#7CF;
}

#logo
{
	float:left;
	padding:10px;
	width:150px;
	text-align:center;
}

#tytul
{
	float:left;
	padding:10px;
	width:560px;
	font-size:40px;
	color:white;
	text-align:center;
	line-height:3;
}

#nav
{
	height:50px;
	background:#7EA;
}

#left
{
	width:200px;
	float:left;
	background:#CBA;
	min-height: 300px
}

#main
{
	width:350px;
	float:left;
	background:#9AC;
	min-height: 300px
}
#right
{
	width:200px;
	float:left;
	background:#8EA;
	min-height: 300px
}

#footer
{
	clear:both;
	background:#888;
}

img
{
	width:100px;
	height:100px;
}

.wybor
{
	float:left;
	min-width:50px;
	font-size:14px;
	padding:10px;
	border-right:3px solid #357;
	height:20px;
}

.wybor:hover
{
	background: #999;
}

#nav
{
	height:80px;
	background:#4AC;
}