﻿body				/*BODY*/
{
	margin:0px;			/*Space of blocks from borders of the previous blocks*/
	padding:20px;			 /*А space from window borders*/
*/
;
}


#titel
{
	height:97px;			/*Block height*/
	width:900px;			/*Colour of the text in the block*/
	text-align:left;			/*Text alignment in the block*/
}

#Links
{
	margin-top:2px;
	background-color:#54C151;
	text-align:left;
	padding-left:5px;			/*Space of the text to the left of general block border*/
	padding-top:2px;			/*Text space from above from border of the general block*/
	padding-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;		/*Text font in the block*/
	font-size:11pt;			/*The size of the text in the block*/
	color:White;			/*Colour of the text in the block*/
}

#Showking
{
	margin-top:20px;
	width:197px; 			/*Width of the block concerning the general*/
	background-color:#E9E8EA;		/*Colour of the block*/
	padding-top:5px;			/*Text space from above from border of the block*/
	padding-bottom:10px;	                  	/*Text space from below from block border*/
	padding-right:7px;			/*отступ текста слева от границы блока*/
	padding-left:7px;			/*отступ текста слева от границы блока*/
	font-family:Arial, Helvetica, sans-serif;			/*Text font in the block*/
	font-size:12pt;			/*The size of the text in the block*/
	color:Black;			/*Colour of the text in the block*/
	text-align:justify;
}
#partner
{
	text-align:left;
	padding-top:30px;
	width:197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#Content
{
	margin-top:20px;
	width:668px; 			/*Width of the block concerning the general*/
	background-color:White;	          	/*Colour of the block*/
	padding-top:10px;			/*Text space from above from border of the block*/
	padding-left:20px;
	padding-bottom:10px;			/*Text space from below from block border*/
	font-family:Arial, Helvetica, sans-serif;			/*Text font in the block*/
	font-size:12pt;			/*The size of the text in the block*/
	color:Black;			/*Colour of the text in the block*/
	text-align:justify;			/*Text alignment in the block*/
}

#Powered
{
	font-family:Arial, Helvetica, sans-serif;		/*Text font in the block*/
	font-size:10pt;			/*The size of the text in the block*/
	color:Black;			/*Colour of the text in the block*/
	text-align:center;			/*Text alignment in the block*/
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	background-color: #E9E8EA;
}
.IMG
{
 width:auto;				/*Width of the picture of a block */
 height:auto;			/*Height of the picture of a block*/
 padding-right:5px;			/*Space of the text to the left of block border*/
 border:0px;			/*Width of border of the block*/
}

.P
{
    text-align:center;			/*Text alignment in the block*/
}

h1 {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0b6ccb;
	text-decoration: underline;
}
a:visited {
	color: #0b6ccb;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
