@charset "windows-1251";
/* CSS Document */
body {
      background:#02090e;
	  color:#FFF;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:12px;
	  margin:0;
	  height:1250px;
	  min-width:1000px;
}
img {
      border:none;
}
h1 {
      font-size:18px;
	  color:#feb54d;
	  text-shadow:#000 2px 2px 1px;
	  margin:0 0 20px;
	  font-weight:600;
}
#header {
      background:url(img/header.jpg) no-repeat right top;
	  height:350px;
	  min-width:1000px;
	  margin:0;
	  position:relative;
}
#logo {
      margin:0;
	  padding:0;
	  display:block;
	  height:44px;
	  width:471px;
	  position:absolute;
	  top:291px;
	  right:324px;
	  z-index:1;
}

a {   
      color:#faa21b;
	  text-decoration:underline;
      overflow: hidden;
}
a:hover {
      color:#fbbc5d;
	  text-decoration:none;
	  overflow:hidden;
}
#navigation {
	  margin:0;
	  padding:0;
	  display:block;
	  position:absolute;
	  top:335px;
	  right:324px;
	  z-index:2;
	  text-align:right;
}
#navigation a {
      color:#FFF;
	  text-decoration:none;
	  font-size:14px;
}
#navigation a:hover {
      color:#e53f25;
}
#content {
      -moz-border-radius-topright:12px;
	  -moz-border-radius-topleft:12px;
	  -moz-border-radius-bottomright:12px;
	  -moz-border-radius-bottomleft:12px;
	  background: #101e2c;
	  border:1px #003a66 solid;
	  margin:0;
	  padding:40px 70px;
	  height:740px;
	  min-width:720px;
	  display:block;
	  position:absolute;
	  top:379px;
	  left:70px;
	  right:70px;
	  bottom:50px;
	  text-align:justify;
	  overflow:auto;
	  opacity: 0.9;
}
#text {
      overflow:auto;
	  padding-right:5px;
	  line-height:2;
}
#wrap {
      background:url(img/bg.png);
	  display:block;
	  height:501px;
	  margin:0;
}
#footer {
	  text-align:center;
	  position:relative;
	  top:310px;
	  font-size:11px;
	  font-family:Tahoma;
}
#footer_bg {
      background:url(img/footer_bg.jpg) no-repeat bottom right;
	  height:399px;
	  min-width:1000px;
	  margin:0;
	  bottom:0;
	  display:block;
}