body
{
     font: 11px Helvetica, sans-serif; 
	 background: url(images/fon.jpg);
	 }

a.link1:hover {color: #009900;}
a.link2:hover {color: #009900;}
a.link3:hover {color: #990000;}

   .leftimg{
     float:left; /* Выравнивание по левому краю */
     margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
   }
   .rightimg {
    float: right; /* Выравнивание по правому краю */
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
   }
   
.floating-box img {
	border: 5px solid #FFFFFF;
}
.floating-box2 img {
	border: 5px solid #FFFFFF;
}

#header {
background: url(images/header/random.php) no-repeat;
width: 200px;
height: 150px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 1000px;
border-top: 5px solid #D10000; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*расстояние между левой частью меню и краем браузера*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 0px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*расстояние между элементами меню*/
padding: 5px 10px 9px 10px; /*расстояния внутри каждого элемента*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #009900; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}


 #block{
  height:195px;
  width:395px;
  overflow:hidden;
  border:solid 1px #DEDEDE;
  background:url(img/block.png);
  font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  }

  #listticker{
  height:300px;
  width:300px;
  overflow:hidden;
  border:solid 0px #DEDEDE;
  padding:3px 10px 14px 10px;;
  }
  #listticker li{
  border:0; margin:0; padding:0; list-style:none;
  }
 #listticker li{
  height:150px;
  padding:0px;
  list-style:none;
  }
  #listticker a{
  color:#ff0000;
  margin-bottom:
  }
  #listticker .news-title{
  display:block;
  font-weight:bold;
  margin-bottom:5px;
  font-size:11px;
  }
  #listticker .news-text{
  display:block;
  font-size:17px;
  color:#990066;
  }
  #listticker img{
  float:left;
  margin-right:11px;
  padding:4px;
  border:solid 1px #DEDEDE;
  }

  
  
