@charset "UTF-8";




#sub-head, #footer, a.head-lnk ul, a.head-lnk:hover {
  background-color: #444;

}

@font-face {
  font-family: 'georgia';

}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;

  -webkit-transition: background 3s ease;
  -o-transition: background 3s ease;
  transition: background 3s ease;
}

.container {

  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-width: 1000px;
  width: 1000px;
  min-height: 100%;
  height: auto;




}

.container:before {
  left: 0;
}

.container:after {
  right: 0;
}

p
{
	text-indent:25px;
}

.header {
  text-align: center;
  margin: 0;
  background-color: #444;
  background-image: url("../images/back/back_head2.jpg");
	  background-repeat: no-repeat;
  background-size: 100% 82%;
 min-width:1000px;

}

/*Заголовок в шапке*/
#head-txt {
  padding: 30px 0 0;
  color: #FFFFFF;
  font-family: georgia;
  font-size: 270%;
	text-shadow: #000 1px 0 0px, #000 0 1px 0px, #000 -1px 0 0px, #000 0 -1px 0px;
  
}




#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: georgia;
  font-family: georgia;
  font-size: georgia;
  text-decoration: none;
}

#content {
  padding: 15px 30px 30px;
  text-align: justify;
  font-size: 18px;
}

h1{
font-size: 22px;
	font-weight:bold;
}

li{
	list-style: none;
}

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


#content table img {
  height: 220px;
}

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



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



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

#sub-head ul li{display:inline-block;min-width:475px;vertical-align: middle; text-align:center; margin:0;list-style-type: none; padding:12px 0px 12px 0px;}
#sub-head ul li a {color: white; font-weight:bold;text-decoration:none;display:block;}