	html, body 
	{
		width: 100%;
		height: 100%;

		margin: 0px;
		padding: 0px;
	}

	body 
	{
		font-family: "Tahoma", sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: rgb(255,255,255);

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		text-align: center;

		background-image: url(back.jpg);
		background-repeat: repeat-x;
		background-position: top center;

		background-color: rgb(51,51,51);
	}

	#menu
	{
		display: block;
		width: 100%;
		height: 211px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		text-align: center;

		background-image: url(head.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}

	#menu p
	{
		display: block;
		width: 800px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding-top: 140px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;

		text-align: left;
	}

	#menu p a
	{
		font-family: "Arial", sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: rgb(255,255,255);

		text-decoration: none;
	}

	#menu p a:link, #menu p a:visited, #menu p a:active
	{
		color: rgb(255,255,255);
		text-decoration: none;
	}

	#menu p a:hover
	{
		color: rgb(237,21,79);
		text-decoration: none;
	}

	#cont
	{
		display: block;
		width: 100%;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		text-align: center;

		background-image: url(body.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}

	.cont_data
	{
		display: block;
		width: 800px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 150px;
	}

	.cont_data h1
	{
		margin: 0px;

		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 30px;
		padding-left: 10px;

		font-size: 33px;
		font-weight: normal;

		color: rgb(170,13,76);

		text-align: left;
	}

	.cont_data h2
	{
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;

		padding: 0px;

		font-size: 20px;
		font-weight: normal;

		color: rgb(180,180,180);

		text-align: left;

		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: rgb(80,80,80);
	}

	.cont_data p
	{
		display: block;

		margin: 0px;

		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;

		text-align: justify;
	}

	.cont_data p a, .cont_data p a:link, .cont_data p a:visited, .cont_data p a:active
	{
		color: rgb(237,21,79);
		text-decoration: underline;
	}

	.cont_data p a:hover
	{
		color: rgb(255,255,255);
		text-decoration: underline;
	}

	.cont_data ul, .cont_data li
	{
		text-align: left;
	}

	.serwis
	{
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 10px;

		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;

		border-right-style: solid;
		border-right-width: 1px;
		border-right-color: rgb(80,80,80);

		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: rgb(80,80,80);

		background-color: rgb(55,55,55);
	}

	.serwis p
	{
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	#foot
	{
		display: block;
		width: 100%;
		height: 218px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		text-align: center;

		background-image: url(foot.gif);
		background-repeat: repeat-x;
		background-position: center center;
	}

	.foot_data
	{
		display: block;
		width: 950px;

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		padding: 0px;
	}

	.foot_data p
	{
		display: block;
		float: right;

		margin: 0px;
		padding: 0px;
	}

	.foot_data p a
	{
		font-family: "Arial", sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: rgb(255,255,255);

		text-decoration: none;
	}

	.foot_data p a:link, .foot_data p a:visited, .foot_data p a:active
	{
		color: rgb(255,255,255);
		text-decoration: none;
	}

	.foot_data p a:hover
	{
		color: rgb(237,21,79);
		text-decoration: none;
	}


