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

  #leftcontent
  {
	 width: 60%;
  }
  #middlecontent
  {
	 width: 15%;
  }
  #rightcontent
  {
     width: 25%;
  }
  
  #ll {
  }
  
  /* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
  
  #leftcontent dl h1 {
    font-weight:normal;
	font-size:1.3em;
	margin:0px;
	padding:0px;
	display:inline;
  }
  #leftcontent dl .date {
    padding-top:10px;
	color:#B5B5B5;
  }
  #leftcontent dl a {
    text-decoration:none;
      color: #FF9900;
  }
  #leftcontent dl a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
  }