/* -----------------------------------*/
/* ---------->>> BASE <<<-------------*/
/* -----------------------------------*/

@import url("reset.css");
@import url("layout.css");
@import url("layers.css");

/*    COMMON RULES
    ----------------------------------------------------------------- */
@font-face {
	font-family: 'MyriadProRegular';
    src: url('../_fonts/myriadpro-regular-webfont.eot?') format('eot'),
         url('../_fonts/myriadpro-regular-webfont.woff') format('woff'),
         url('../_fonts/myriadpro-regular-webfont.ttf') format('truetype'),
         url('../_fonts/myriadpro-regular-webfont.svg#webfont5RGseVoD') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'MyriadProBold';
    src: url('../_fonts/myriadpro-bold-webfont.eot?') format('eot'),
         url('../_fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('../_fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('../_fonts/myriadpro-bold-webfont.svg#webfont5RGseVoD') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
    height: 100%;
    font: 81.25% "Verdana", "Geneva", sans-serif;
   
}
body {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    font-size: 100.01%;
    margin: 0 auto;
	
    background: #fff;
	background: url("../_img/official/back.png") center top no-repeat #86caec ;
    border-left: 1px solid #4e849f;
    border-right: 1px solid #4e849f;
}
#page {
	 width: 960px;
	 margin:0 auto;
	 background:#fff;
}
a {
   color: #0088cc;
   text-decoration: none; 
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0;
}
h1 {
    font: 24px/1 "Arial", "Helvetica", sans-serif;
    color: #2e5b99;
    padding: 24px 0 11px;
    text-align: left;
}
h2 {
    font: 20px/1 "Arial", "Helvetica", sans-serif;
    color: #2e5b99;
    padding: 3px 0 14px;
    text-align: left;
}
h3 {
    font: 16px/1 "Arial", "Helvetica", sans-serif;
    color: #2e5b99;
    padding: 3px 0 14px;
    text-align: left;
}
#page #content .border-bottom {
    border-bottom: 3px solid #d9f2ff;
    margin-bottom: 20px;
}
#page #content .fff-fon {
    background: #fff;
}
#page #content .fff-fon .a {
    background: #fff;
}
.history {
    padding: 0 0 16px;
}
#page .t-l {
    text-align: left;
}
#page .marg-right-10 {
    margin-right: -10px;
}
#page #content .visible {
    overflow: visible !important;
    overflow: visible;
}
.zag {
    font-size: 16px;
    line-height: 1.5;
    padding: 100px 20px 0;
    text-align: center;
}
.zag p {
    padding-bottom: 10px;
}
/* NEW YEAR STYLES ------------------- */
/*html {
	background: url("../_img/official/back_ny.png") center top no-repeat #3078b9 ;
}
body {
    border-left: none;
    border-right: none;
	background: url("../_img/official/back_ny.png") center 42px no-repeat #3078b9 ;
}
#header {
	padding-top:35px;
	left:0px;
	border-right:0;
}
.top_snow {
	position:absolute;
	top:0;
	left:0px;
	z-index:10;
}
.h-top {
	background: url("../_img/official/bg_h-top_ny.png") left top no-repeat;
}
.main-h-top {
	background: url("../_img/official/bg_h-top_ny2.png") left top no-repeat;
}
.h-author {
	top:351px;
}*/
