@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, #head-txt::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%;
	
}

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

}

@font-face {
  font-family: 'gungsuh';
  src: url("../fonts/Gotham Pro.ttf");
}

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




background-image: url("../images/back/stone3.png");
}

.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: #c9c9c9;


}

.container:before {
  left: 0;
}

.container:after {
  right: 0;
}

p
{
	text-indent:25px;
}

.header {
  text-align: center;
  margin: 0;
  background-color: #c9c9c9;

}

/*Заголовок в шапке*/
#head-txt {
  padding: 30px 0 0;
  color: #808080;
  font-family: 'gungsuh';
  font-size: 300%;
      background-image: url("../images/headjpg.jpg");
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}

#sub-head {
  color: #ff4c29;
  font-family: 'gungsuh';
  font-size: 170%;
	height:50px;
}

#sub-head p {
  margin: 0;
  padding: 7px;
		background-image: url("../images/back/stone3.png");
}




.sub-menu {
margin-top:-7px;

background-image: url("../images/back/stone3.png");

}

.sub-menu li{
	position:relative;
background-image: url("../images/back/stone3.png");
margin-left:-37px;
padding:9px;
border-top: 2px solid black;
}

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



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

main{
padding-top:220px;
}

#sub-head li a{
text-decoration:none;
color:white;
}
#sub-head li a:hover{
text-shadow: 1px 0px 9px #ff4c29;
}
#sub-head li a:active{
text-shadow: 1px 0px 9px #ff4c29;
}

h5
{
  font-family: 'gungsuh';
  font-size: 140%;
  text-align:center;
}