@font-face {
    font-family: 'avantgarde';
    src: url('../fonts/avantgarde.eot');
    src: url('../fonts/avantgarde.eot?#iefix') format('embedded-opentype'),
        url('../fonts/avantgarde.woff') format('woff'),
        url('../fonts/avantgarde.ttf') format('truetype');
    font-style: normal;

}
#header
{
    width: 1000px;
    height: 131px;
   	background-color: #444;
	background-image: -moz-linear-gradient(#888, #444);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#888), to(#444));
    background-image: -webkit-linear-gradient(#888, #444);
    background-image: -o-linear-gradient(#888, #444);
    background-image: linear-gradient(#888, #444);
	
	border-radius: 10px;
    border: 2px solid #000;
    box-shadow: 4px 4px 5px #463221;
	margin: -5px auto;
    z-index: -13;
}

#header_left
{
    background: url("../img/emblem1302.png") left center no-repeat;
    margin-left: 0px;
    margin-top: -1px;
    height: 131px; 

}

#header_right
{
    background: url("../img/header_right130.png") right center no-repeat;
    height: 131px;
 	margin-top: -130px;
	   //position: absolute;
}

#header_text
{
    //position: absolute;
    margin-top: -135px; 
    margin-left: -224px;
    height: 131px;
    //width: 100%;
}

#header_text h1, h2, h3
{
	letter-spacing: 1.1px;/*расст между буквами */
	font-weight: 500;/*толщина букв */
	text-transform: uppercase;/*Все символы текста становятся прописными (верхний регистр)*/
}
#header_text h1
{
    font: 21px/21px Garamond;
    //color: #d6e9ec;
	color: #ddd;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
	margin-left: 4px;
	margin-top: 12px;
}

#header_text h2
{
    font: 14px/16px Garamond;
    color: #a1cadf;
	//color: #01458e;
	color: #ddd;
    text-align: center;
	margin-left: -24px;
    margin-top: -8px;
    text-shadow: 1px 1px 1px #000;
}

#header_text h3
{
    font: 45px/37px Garamond;
   // color: #09BCE8;  
    color: #a1cadf;  
    text-align: center;
	margin-left: -40px;
    margin-top: 10px;
    text-shadow: 3px 3px 4px #000;
}

 
