@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='#808080', endColorstr='#808080',GradientType=0 );
  content: "";
  display: block;
  /* Вместо толщины */
  height: 100%;
  width: 3px;
  z-index: 10;
}

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

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

#head-txt, #sub-head, #footer, a.head-lnk ul, a.head-lnk:hover {
  background-color: #55442a;
  background-image: url("../images/back/stone.jpg");
}

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

body {
  margin: 0;
  padding: 0;
  background-color: #808080;
  background-image: url("../images/back/back1.jpg"), url("../images/back/back2.jpg");
  background-attachment: fixed, fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: contain;
  background-position: -300px, 890px;
  -webkit-transition: background 3s ease;
  -o-transition: background 3s ease;
  transition: background 3s ease;
}

.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: #d1cec2;
  background-image: url("../images/back/back.jpg");

}

.container:before {
  left: 0;
}

.container:after {
  right: 0;
}

p
{
	text-indent:25px;
}

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

/*Заголовок в шапке*/
#head-txt {
  padding: 30px 0 0;
  color: #FFFFFF;
  font-family: 'izvestia';
  font-size: 370%;
  
}

#sub-head {
  color: #FFFFFF;
  font-family: izvestia;
  font-size: 170%;
	height:80px;
}

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

#footer {
  padding-bottom: 7px;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
}

#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;
}

li{
	list-style: none;
}

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


#content table img {
  height: 200px;
}

#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;
}


h1{
font-weight:bold;
font-size:130%;	
text-align:center;
}


#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);
}

a{text-decoration:none; color:black;}

.rightA{
text-align: right;
float: right;
padding-right:40px;	
display:inline;
font-size:25px;
font-weight:bold
}
.leftA{
padding-left:40px;	
display:inline;
font-size:25px;
font-weight:bold
}


.logob{
float:left;
position: absolute;
z-index:5;	
height:66px;
}