#blok1{
	float:left;
	width:100%;
	height:300px;
}
#blok2{
	float:left;
	width:100%;
	height:300px;
}
p.blok1{
	position:relative;
	float:left;
	width:50%;
	text-align:left;
}
p.blok2{
	position:relative;
	float:left;
	width:45%;
	text-align:left;
	margin:0;
}

img.foto1{
	position:relative;
	float : right;
	height: 180px;
	margin-top: 100px;
	margin-right: 20px;
	border: none;
}
img.foto2{
	position:relative;
	float : right;
	height: 180px;
	margin-right: 10px;
	border: none;
}

img.foto3{
	position:relative;
	float : left;
	height: 180px;
	margin: 0 20px 0 20px;
	border: none;
}
img.foto4{
	float : left;
	height: 180px;
	margin-top: 100px;
	border: none;
}

