@font-face {
    font-family: Izhitsa; /* имя шрифта для CSS правил */
    src: local("Izhitsa"), /* проверяем наличие шрифта в ОС пользователя */
         url(/Izhitsa.ttf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
  }
  h1 {
		font-family: sans-serif;
	}

body{
font-family:Arial, Helvetica, Izhitsa, sans-serif;
background-color:#CCFFCC;
}
.header{
height:130px;
background-color:#CCFFCC;
border-width:1px;
border-style:
border-color:#333333;
margin-bottom:10px;
padding:10px;
}
#header{
color:#333333;
font-size:12px;
line-height:16px;
}
.b-header{position:relative;}
.b-header-top-panel{background:#2e13f8;height:1em;margin-bottom:1em}
.b-header-top-panel p, .b-footer p{color:#FFFFFF;font-size:81.25%;margin-left:10%;}
.b-header-logo{left:-50px;margin:2em 0 2em 10%;position:relative;}
h1{
color:#006600;
font-size:20px;
font-weight:normal;
margin-bottom:0px;
}
#mainMenu, #mainMenuBottom { background:#006600 repeat-x; overflow:hidden; clear:both; font-size: 11px;}
#mainMenu a { display:block; float:left; text-transform:uppercase; color:#FFFFFF; font-weight:bold; text-decoration:none; padding:5px 12px 5px 12px; height:12px; border-right:1px solid #FFF; background: no-repeat; }
.left{
padding-right:10px;
}
.right{
padding-left:10px;
}
.center{
border-width:1px;
border-style:
border-color:#333333;
background-color:#FFFFFF;
padding:10px 10px 0 10px;
}
.menu-header{
height:30px;
background-color:#006600;
border-width:1px;
border-style:
border-color:#333333;
color:#FFFFFF;
font-size:20px;
padding:0 0 0 15px;
line-height:30px;
}
.menu-telo{
background-color:#CCFFCC;
border-width:0px 1px 1px 1px;
border-style:
border-color:#333333;
padding:5px 5px 5px 15px;
margin-bottom:10px;
line-height:16px;
color:#333333;
font-size:12px;
}
.menu-telo a{
color:#990033;
font-size:12px;
text-decoration:none;
}
.menu-telo a:hover{
color:#999900;
text-decoration:underline;
}
.content{
border-width:1px;
border-style:
border-color:#333333;
background-color:#CCFFCC;
margin-bottom:10px;
}
.content-header{
height:30px;
color:#006600;
font-size:20px;
padding:0 0 0 15px;
line-height:30px;
}
.content-header strong{
font-weight:normal;
}
.content-telo{
padding:0 10px 10px 10px;
}
.content-telo a{
color:#2e13f8;
font-size:12px;
text-decoration:none;
}
.content-telo a:hover{
color:#999900;
text-decoration:underline;
}
.content-text{
color:#333333;
line-height:16px;
font-size:12px;
}
.podrobnee{
text-align:right;
}
.podrobnee a{
font-size:12px;
color:#993300;
}
.footer{
height:50px;
background-color:#CCFFCC;
border-width:1px;
border-style:
border-color:#333333;
margin-top:10px;
text-align:center;
}
.footer a{
font-size:12px;
color:#006600;
text-decoration:none;
position:relative;
top:17px;
}