@charset "UTF-8";
.container:before, .container:after {
  /* Градиент */
  position: absolute;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#808080+0,312622+21,312622+78,ffe8c9+100 */
  background: #000000;
  /* Old browsers */
  background: #000000;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#008000',GradientType=0 );
  content: "";
  display: block;
  /* Вместо толщины */
  height: 100%;
  width: 3px;
  z-index: 10;
}

.header::after, #sub-head::before, #footer::before {

  background: #000000;
  /* Old browsers */
  background: -webkit-linear-gradient(left, ##008000 0%, #000000 21%, #000000 78%, #008000 100%);
  background: #000000;
  background: #000000;
  background: #000000;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#008000',GradientType=0 );
  content: "";
  display: block;
  /* Вместо толщины */
  height: 2px;
  width: 100%;
}



@font-face {
  font-family: 'izvestia';
  src: url("../fonts/IZVESTIA.ttf");
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFE4C4;
  background-image: url("../images/back/back.png");
  background-attachment: fixed, fixed;
  background-repeat: repeat;

}

.container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-width: 1000px;
  width: 1000px;
  min-height: 100%;
  height: auto;
  overflow: scroll-x;
  overflow-y: hidden;
  background-color: #f5fafa;


}

.container:before {
  left: 0;
}

.container:after {
  right: 0;
}

p
{
	text-indent:25px;
}

.header {
  text-align: center;
  margin: 0;
  background-color: #FFE4C4;
  background-image: url("../images/back/stone2.jpg");
  background-repeat: repeat;

}

/*Заголовок в шапке*/
#head-txt {
  padding: 30px 0 0;
  color: #FFFFFF;
  font-family: 'izvestia';
  font-size: 350%;
	height:160px;
	text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.93);

	  background-repeat: no-repeat;
	  background-position: right bottom;
	  background-size:160px;
}

#sub-head {
  color: #FFFFFF;
  font-family: izvestia;
  font-size: 170%;
	height:60px;
	background-image: url("../images/back/stone2.jpg");
	text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.93);
}

#sub-head p {
  margin: 0;
  padding: 7px;
}

#sub-head p:hover + .sub-menu{transform: scaleY(1);}


.sub-menu {
margin-top:-7px;
transform: scaleY(0);
transform-origin: 0 0;
background-image: url("../images/back/stone2.jpg");
transition: 0.5s ease-in-out;
}

.sub-menu li{
margin-left:-37px;
padding:9px;
border-top: 2px solid black;
}

.sub-menu li:last-child
{
border-bottom: 2px solid black;
}

.sub-menu:hover{
transform: scaleY(1);
}

#footer {
  padding-bottom: 7px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
	background-image: url("../images/back/stone2.jpg");
}

#footer p {
  margin: 0;
  padding: 7px 0 0 30px;
}


.part1-lnk,
.part2-lnk {
  display: inline;
  color: #808080;
  text-transform: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

#content {
  padding: 15px 30px 30px;
  text-align: justify;
  font-size: 18px;
	font-family:Helvetica, sans-serif;
}

li{
	list-style: none;
}

table {
  width: 100%;
}
table td{
  width: 50%;
}


#content table img {
  height: 190px;
}

#content table td {
  padding: 10px 15px;
}

#content table td{
  vertical-align: top;
  text-align: center;
  line-height: 100%;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
}

.insetdiv{
background-color:#A9F5BC; 
border:4px inset green;
}



#sub-head li a{
text-decoration:none;
color:white;
}
#sub-head li a:hover{
text-shadow: 1px 0px 9px rgba(255, 255, 255, 0.93);
}
#sub-head li a:active{
text-shadow: 1px 0px 9px rgba(255, 255, 255, 0.93);
}

#sub-head table tr td {
    width: 16%;
    border-right: 2px solid black;
}

h1{font-style:italic;}
h2{font-style:italic;font-weight:bold;}
h3
{
	font-size: 170%;
	font-weight:bold;
}

a{
color:#324f26;
}