@charset "windows-1251";
/* CSS Document */

html, body, ul, ol, li, p, img, 
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
      margin: 0;
      padding: 0;
      border: 0;
    }
	p {
		text-indent:20px;
	
	}
	p.eng {
		text-indent:0;
	
	}	
    
	html, body {
	background: #F1F1F1;
	color: #000;
	font: normal 14px Tahoma;
	font-family: Arial, Helvetica, sans-serif;
	}

	a {
		color: white;
	}

	div {
	width: 550px;
	margin: 0 auto;
	padding: 10px 10px 0px;
	}

	span {
		display: block;
		height: 40%;
	}
.fltrt {
	float: right;
	border:#CCCCCC solid 1px; 
	height: auto;
	width:auto;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}
img   {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 1px;

	background-color: #eaeaea;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-style: solid;
	border-color: #dddddd;
	border: 1px;
}

