/* <!-- :: Copyright (c) Forward Media :: http://www.f-media.com.ua/:: --> */

  #leftcontent
  {
	 width: 71%;
  }
  #middlecontent
  {
	 width: 4%;
  }
  #rightcontent
  {
     width: 25%;
  }
  
  #leftcontent #ll {
	 width:100%;
	 margin-left:0%;
	 margin-right:0%;
	 padding-bottom:5%;
	 
	 overflow:hidden;
	 /*font-size:85%;*/
     font-size:0.85em;
   }
  
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  
  #leftcontent #ll p {
    /*text-align:justify;*/
  }

  #leftcontent #ll .floatimg {
	float:left;
	border-top-width: 0px;
	border-right-width: 20px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
  }
  #content #leftcontent .floatp {
    text-align:justify;
	/*margin-bottom:50px;*/
  }

  
  #leftcontent #ll .zagolovok1 {
    /*font-size:140%;*/
    font-size:1.4em;
	margin-bottom:25px;
  }
  
  #leftcontent #ll .zagolovok2 {
    /*font-size:120%;*/
    font-size:1.2em;
	margin-bottom:15px;
  }
  
  #leftcontent #ll ul {
     list-style-type:disc;
	 padding-top:5px;
	 margin-bottom:0px;
	 padding-bottom:5px;
   }
   #leftcontent #ll ul li {
	 position:static;
	 padding:0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0.5em;
	 margin-left: 0px;
	 line-height:1em;
   }
   
   #leftcontent #ll .boldest {
     font-weight:bold;
   }
   
   #leftcontent #ll .justifyhach {
     display:inline;
	 background-color:#FF0000;
	 width:10.2em;
   }

   #leftcontent #ll .nowrap {
	 white-space: nowrap;
   }