#navcontainer { margin: 0px 0pt 0pt 0px;
    padding: 0pt;
    height: 0px;
    }

  #navcontainer ul { 
    margin: 0pt;
    padding: 0pt;
    list-style-type: none;
    text-align: center;
    }

  #navcontainer ul li { margin: 0pt;
    padding: 0pt;
    display: block;
    float: left;
    text-align: center;
    }

  #navcontainer ul li a { 
    margin: 0pt 0pt 0px;
    padding: 0pt;

   
    width: 130px;
    height: 25px;
    color: rgb(255, 114, 0);
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: "Lucida Grande","Lucida Sans Unicode",verdana,lucida,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    font-size-adjust: none;
    font-stretch: normal;
   
 }

 

  #navcontainer ul li a:hover { background: none repeat scroll 0%;
    color: rgb(153, 51, 0);
       }

  #navcontainer a:active { background: rgb(204, 114, 0) none repeat scroll 0%;
   
    color: rgb(255, 255, 255);
    }

  #navcontainer li#active a {
    background: rgb(255, 114, 0) none repeat scroll 0%;
    
    color: rgb(255, 255, 255);
    }


#navcontainer2 { margin: 0px 0pt 0pt 0px;
    padding: 0pt;
    height: 0px;
    }

  #navcontainer2 ul { 
    margin: 0pt;
    padding: 0pt;
    list-style-type: none;
    text-align: left;
    }

  #navcontainer2 ul li { margin: 0pt;
    padding: 0pt;
    display: block;
    float: left;
    text-align: left;
    }

  #navcontainer2 ul li a { 
    margin: 0pt 0pt 0px;
    padding: 0pt;

    width: 170px; height: 25px;
    color: rgb(255, 114, 0);
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: "Lucida Grande ","Lucida Sans Unicode",verdana,lucida,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    font-size-adjust: none;
    font-stretch: normal;
   
 }

 

  #navcontainer2 ul li a:hover { background: none repeat scroll 0%;
    color: rgb(153, 51, 0);
       }

  #navcontainer2 a:active { background: rgb(204, 114, 0) none repeat scroll 0%;
   
    color: rgb(255, 255, 255);
    }

  #navcontainer2 li#active a {
    background: rgb(255, 114, 0) none repeat scroll 0%;
    
    color: rgb(255, 255, 255);
    }
h {font-weight: bold; font-size:big; text-align:center 
}
h1 {text-align:left
}
h2 { font-size:big; margin:left:40px
}
h3 {text-align:left; margin: left:80px
}                 
h4 {text-align:left;  font-size:10; margin-left:80px
}  
 
 
A {text-decoration:none;
 color:#FF7200
}
/* Задание стилей для уменьшенного варианта*/
a.st img {
width:100px; /* Задание ширины миниатюры */
border:3px solid #c8c8c8; /* Задание границы */
}


/* Задание стилей для целого изображения */
a.st:hover img {
position:relative; /* Задание позиции увеличенного изображения */
top:-20px; /* Задание отклонения увеличенного изображения вверх(НЕ ОБЯЗАТЕЛЬНО) */
width:200px; /* Задание ширины увеличенного изображения */
}


