@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #444444;
}

div.all {
	width: 900px;
	height: auto;
	background-color: #333;
}

div.top {
	width: 900px;
	height: 325px;
}

div.txt1 {
	width: 900px;
	height: auto;
	background-image: url(images/txt_bg1.jpg);
	background-repeat: repeat-x;
	background-color: #ece1d4;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #fff;
	overflow: hidden;
	text-align: justify;
}

div.txt2 {
	width: 880px;
	height: auto;
	background-image: url(images/txt_bg1.jpg);
	background-repeat: repeat-x;
	background-color: #ece1d4;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #fff;
	overflow: hidden;
	text-align: justify;
	padding: 10px 10px 10px 10px;
}


div.linia2 {
	height: 256px;
	width: 1px;
	background-image: url(images/pion.png);
	float: left;
}

div.left {
	width: 579px;
	height: auto;
	float: left;
	padding: 10px 10px 10px 10px;
}

div.right {
	width: 280px;
	height: auto;
	float: right;
	padding: 10px 10px 10px 10px;
}

div.stopka {
	width: 900px;
	height: 27px;
	background-color: #333;
	font-size: 10px;
	color: #999;
	text-align: center;
}

a.linkstopka {
	color: #CCC;
	text-decoration: none;
}

a:hover.linkstopka {
	color: #999;
	text-decoration: none;
}

