.hidden {
          display: none;

}

.visible {
          display: block;

}








html,body {

	margin: 0px;


    background-image: url('images/news1.jpg');
	   background-repeat: repeat-y;
       background-position: right;
}



                /*
////////////////////////////////////////////// Блок описания шапки /////////////////////////////
                    */

#header {	   background-image: url('images/header2.jpg');
	   background-repeat: repeat-x;

	   position:absolute;

	   height: 200px;
	   width: 100%;
       z-index:5;



}


#logo {	  background-image: url('images/header1.jpg');
	  background-repeat: no-repeat;

	  height: 200px;
	  width: 307px;
      float:left;}

#head_text{

font-family: verdana;
font-size: 28px;
color:#010950;

}

#lang{

      position:absolute;
      top: 0px;
      right: 0px;


      background-image: url('images/lang.gif');
	  background-repeat: no-repeat;

	  height: 200px;
	  width: 220px;

}

                           /*
////////////////////////////////////////////// Блок описания левой колонки /////////////////////////////
                 */



#left{       background-image: url('images/menu1.jpg');
	   background-repeat: repeat-y;


       position:absolute;
       z-index:2;
       width: 232px;


}

#menu_spacer{
      margin-top:196px;
      background-image: url('images/menu2.jpg');
	  background-repeat: no-repeat;
      height: 37px;
	  width: 232px;


}

#menu{

padding-left:35px;
padding-right:25px;
margin-bottom: -140px;
position:relative;
z-index:4;
font-family: verdana;
color:#010950;
cursor: pointer;
}



#menu_end{


      background-image: url('images/menu_end.jpg');
	  background-repeat: no-repeat;

	  height: 293px;
	  width: 232px;
      position:static;
z-index:3;

}


                    /*
////////////////////////////////////////////// Блок описания центральной колонки /////////////////////////////
                    */




#main {

       position:absolute;
       background-image: url('images/menu3.jpg');
	   background-repeat: repeat-y;
       background-position: left;




}



#content{margin-top:200px;
margin-left:245px;
margin-right:236px;
font-family: verdana;
}


                   /*
////////////////////////////////////////////// Блок описания правой колонки /////////////////////////////
                    */

#right{
	   position:absolute;


	   right: 0px;
	   width: 236px;
       background-image: url('images/news2.jpg');
background-repeat: repeat-y;
background-position: right;
}


#news{


margin-top:200px;
margin-left:35px;
margin-bottom:50px;
font-family: verdana;
color:#010950;
  }


#news_end{



      background-image: url('images/news_end.jpg');
	  background-repeat: no-repeat;
      background-position: right;
	  height: 278px;
	  width: 236px;

}


