@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #353535 url(img/24.png) no-repeat -80px 50px;
	font-family: Arial, Helvetica, sans-serif;
}

div, p, a, li, ul, tr, td, span {
	margin: 0 auto;
	padding: 0;
}

#topBar {
	width: 100%;
	min-width: 800px;
	height: 35px;
	margin: 0 auto;
	background: none;
}

/* Main Block */

#mainBlock {
	width: 70%;
	min-width: 800px;
	max-width: 1200px;
	/*border: dotted 1px #09F;*/
}

#logoBlock {
	background: #454545;
	width: 100%;
	padding: 0px 0; 
	/*border: dotted 1px #C03;*/
}

#contentBlock {
	background: #fff url('img/oko.png') no-repeat top right;
	width: 100%;
	margin: -10px 0 0 0;
	/*border: dotted 1px #09F;*/
	border-top: none;
}

.titleBlock {
	padding: 10px 15px;
	border-left: solid 3px #68a9f9;
	border-bottom: solid 6px #F30;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #999;
}

.textBlock, .defineBlock {
	border: dashed 1px #333;
	padding: 10px;
	margin: 10px 20px 10px 20px;
}

.defineBlock {
	border: dotted 1px #999;
	font-style: italic;
	border-left: solid 5px #68a9f9; 
}

h1, h2, h3, h4 {
	color: #222;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #999;
}

p {
	margin: 10px 0 0 0;
}

a {
	text-decoration: none;
	color: #39F;
}

.centerImage {
	margin: 20px 0;
}

.leftImage {
	float: right;
}

.description {
	font-size: 12px;
}

ul {
	font-size: 12px;
	font-style: italic;
	padding: 10px 20px;
}

ul li {
}

span {
	dispaly: block;
	margin: 15px 10px;
	float: left;
}

p img {
	margin: 6px 0 0 0;
}

table {
	border: solid 2px #000;
}

table td {
	border-right: dotted 1px #333; 
	border-bottom: dotted 1px #333;  
	padding: 5px;
}

#footBlock {
	background: #454545 url('img/kalogo.png') no-repeat; 
	width: 100%;
	border-top: solid 6px #F30;
	height: 90px;	
}


/* FOOT */

#foot {
	width: 70%;
	min-width: 800px;
	max-width: 1200px;
	height: 50px;
	position: relative;
	top: 20px;
	border-top: solid 1px #454545;
	font-size: 12px;
	color: #999;
}