	html, body, * {
		margin: 0;
		padding: 0;
		background-color: rgb(227, 227, 227);
		font-family: Arial, Helvetica, sans-serif;
		border: none;
	}
	#container {
		position: relative;
		margin: 10px auto;
		background-color: rgb(227, 227, 227);
		width: 900px;
		height: 848px;
	}
	#top_left {
		position: absolute;
		top: 0;
		left: 0;
		width: 279px;
		height: 185px;
		background: rgb(227, 227, 227) url('1.gif') no-repeat top left;
	}
	#top_right {
		position: absolute;
		top: 0;
		left: 288px;
		height: 185px;
		width: 580px;
		background-color: rgb(227, 227, 227);
	}
	#bottom_left {
		position: absolute;
		top: 196px;
		left: 0;
		width: 279px;
		height: 654px;
		background: rgb(227, 227, 227) url('2.jpg') no-repeat top left;
	}
	#bottom_right {
		position: absolute;
		top: 196px;
		left: 289px;
		width: 613px;
		height: 654px;
		background: rgb(227, 227, 227) url('3.jpg') no-repeat top left;
	}
	#bottom_right * {
		background-color: transparent;
	}
	#top_right img {
		float: left;
		margin-right: 1px;
	}
	#top_right ul {
		margin-top: 143px;
	}
	#top_right ul, #top_right  ul li {
		display: block;
		list-style: none;
		font-weight: bold;
		font-size: 16px;
	}
	#top_right ul li {
		float: left;
		margin-right: 1px;
	}

	#top_right ul a:link, #top_right ul a:visited {
		text-decoration: none;
		display: block;
		width: 115px;
		text-align: center;
		background-color: rgb(216, 216, 216);
		padding: 11px 0;
		color: black;
		font-size: 16px;		
	}
	#top_right ul a:hover {
		color: white;
		background-color: rgb(53, 134, 153);
		font-size: 16px;		
	}
	#top_right #active {
		background-color: rgb(53, 134, 153);
		color: white;
	}
	#bottom_right h1 {
		color: black;
		font-size: 30px;
		margin-top: 30px;
		margin-left: 60px;
	}
	#bottom_right h2 {
		color: rgb(251, 150, 0);
		font-size: 24px;
		margin-top: 5px;
		margin-left: 60px;
	}
	#bottom_right p {
		margin-top: 40px;
		margin-left: 60px;
		margin-right: 90px;
		font-size: 16px;
		margin-bottom: -20px;
		text-align: justify;
	}
	
 	#img1 {
		position: absolute;
		top: 30px;
		left: 40px;
		border: 1px solid black;
	}
	#img2 {
		position: absolute;
		top: 30px;
		left: 320px;
		border: 1px solid black;
	}
	#tab1 {
		border: 1px solid black;
		position: absolute;
		top: 190px;
		left: 60px;
		text-align: center;
		font-size: 15px;
		border-collapse: collapse;
	}
	#tab1 td {
		border: 1px solid black;
		padding: 4px;
	}
	#tab2 {
		border: 1px solid black;
		position: absolute;
		top: 190px;
		left: 340px;
		text-align: center;
		font-size: 15px;
		border-collapse: collapse;
	}
	#tab2 td {
		border: 1px solid black;
		padding: 4px;
	}
	p.osob {
		position: absolute;
		top: 240px;
		left: 270px;
		font-weight: bold;
		font-size: 15px;
		text-align: center;
	}
	caption {
		font-weight: bold;
		margin-bottom: 3px;
		font-size: 16px;
	}	
	
	#bottom_right ul {
		margin-top: 20px;
	}
	#bottom_right li {
		font-size: 16px;

		margin-left: 70px;
		margin-right: 110px;
		margin-top: 13px;
	}
	#bottom_left * {
		background-color: transparent;
	}
	#bottom_left ul {
		position: absolute;
		top: 223px;
		left: 80px;
		list-style: none;
	}
	#bottom_left li {
		color: white;
		font-size: 18px;

		list-style: none;
		margin-bottom: 31px;
		margin-right: 30px;
	}
	#bottom_left p.head {
		margin-top: 130px;
		margin-left: 35px;
		color: white;
		font-size: 22px;
	}
	#bottom_left p.tel {
		margin-left: 35px;
		color: black;
		font-size: 36px;
		font-weight: bold;
	}
	#top_left p {
		background-color: transparent;
		color: rgb(251, 150, 0);
		font-size: 18px;
		font-weight: bold;
		margin-top: 30px;
		margin-left: 120px;
		margin-right: 20px;
	}
	#bottom_right p.kon_tel {
		margin-top: 20px;
		font-size: 30px;
	}
	#bottom_right h1.header {
		color: rgb(251, 150, 0); font-size: 24px;
	}
