html, body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}
#site {
	background-color: #FFFFFF;
	width: 1000px;
	margin: 0 auto;
	font-size: 16px;
}
#all {
	position: absolute;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#top {
	background-color: #2F4C81;
	background-image: url(../images/top.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 400px;
}
#en {
	position: absolute;
	top: 225px;
	left: 8px;
} 	
#naglowek {
	position: absolute;
	top: 295px;
	right: 100px;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	font-size: 26px;
	font-weight: bold;
}
#main {
	background-color: #FFFFFF;
	font-size: 17px;
  	text-align: left;
	margin: 0px;
	padding: 35px 50px 30px 50px;
	min-height: 300px;
   width: 900px;
}
#bottom	{
  	text-align: center;
  	color: #000000;
  	font-size: 11px;
  	margin: 0px;
	padding: 2px 0px 2px 0px;
  	width: 1000px;
  	border-top: solid thin #2F4C81;
}
#cb {
	text-align: center;
	font-weight: bold;
}
a {
	border-style: none;
	outline-style: none;
	color: #000000;
}
ul, ul li{
	list-style-position: outside;
	text-align: justify;
	margin: 0px;
	padding: 10px;
}
ol, ol li{
	list-style-position: outside;
	text-align: justify;
	margin: 0px;
	padding: 10px;
}
hr {
	color: #94BAD0;
	background-color: #E5E5E5;
	height: 2px;
	width: 85%;
}