body {
	font-family: "Times New Roman", Times, serif;
	background-color: #1D342A;
	margin: 0px;
	padding: 0px;
	
}
.all{

	width: 922px;
	margin: auto;

}

.left{
	float: left;
	width: 83px;
	height: 300px;
	background-image:url(../images/sun_left.png);

}
.right{
	float: left;
	width: 83px;

}

.mid{
	float: left;
	width: 756px;

}

.header{
	
	width: 756px;
	height: 146px;
	background-image: url(../images/header.png);
	
}
	.nadpisy{
	
		float: left;
		height: 64px;
	
	}
		.nadpis_menu{
		
			float: left;
			width: 147px;
			height: 64px;
			background-image: url(../images/sun_bottom.png);
		
		}
		.nadpis{
		
			float: left;
			width: 277px;
			height: 64px;
			background-image: url(../images/nadpis.png);
		
		}
		.zbytek{
		
			float: left;
			width: 332px;
			height: 64px;
			background-image: url(../images/nadpis_right.png);
		
		}
	
	.obsah{
	
		float: left;
		width: 756px;
		background-image: url(../images/main.png);
		background-repeat: repeat-y;
	
	}
		.menu{
			padding-top: 5px;
			float: left;
			width: 147px;
			background-image: url(../images/menu_nadpis.png);
			background-repeat: no-repeat;

		
		
		}
		.menu_polozka{
			
			background-color: #F99B46;	
			margin-left: 6px;
			margin-right: 7px;
			
			margin-bottom: 2px;
			padding: 2px;
			
			text-align: center;
		}

		.menu_polozka a{
		
			color: #000000;
			text-decoration: none;
			font-weight: bold;
			

		}
		.menu_polozka a:hover{
		
			color: #FFFFFF;

		}
		
		.main{
		
			float: left;
			width: 609px;
		
		}
		.footer{
		
			width: 756px;
			height: 6px;
			background-image: url(../images/bottom.png);
			background-repeat: no-repeat;
			background-color: #1D342A;
			padding-bottom: 20px;
		
		}
		
.cleaner{
	
	clear: both;
	

}

