body
{
	background-color: white;
	font-family: 'Roboto';
	font-size: 16px;
}

#wrapper
{
	width: 800px;
	background-color: #DFEDE9;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 800px;
	height: 200px;
	background-image: url(images/header.png);
}

#navigation
{
	width: 800px;
}


#content
{
	width: 720;
	min-height: 440px;
	text-align: justify;
	color: #878787;
	padding-top: 40px;
	padding-bottom: 60px;
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 2em;
	
}

#lewakolumna
{
	float: left;
	width: 320px;
	padding: 10px;
	text-align: left;
}

#prawakolumna
{
	float: left;
	width: 320px;
	padding: 10;
	text-align: left;
}

h4
{
	font-size: 18px;
	letter-spacing: 1px;
}

ul > li
{
	display: inline-block;
	float: left;
	width: 235px;
	text-align: center;
	border-bottom: 1px solid #BECCC8;
	
}

ul > li:first-child
{
	margin-left: 40px;
}

ul
{
	padding: 0;
	margin: 0;
	border-top: 1px solid #BECCC8;
}

ul > li:hover
{
	
	cursor: pointer;
	color: white;
}

ul a
{
	text-decoration: none;
	font-size: 18px;
	color: gray;
	letter-spacing: 2px;
	width: 235px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}
ul > li > a:hover
{
	color: white;
	background-color: #CADBD6;
}
#footer
{
	float: left;
	width: 800px;
	text-align: center;
	background-color: #9C9C9C;
	color: white;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 20px;
	}
