html {
	min-height:100%; height:100%;
}
body {
	font-family:Arial,Verdana,sans-serif;
	font-size:100%; margin:0; padding:0;
	width:100%; min-height:100%; height:100%;
	background: #bebcc7 url(img/fon.jpg) fixed top center no-repeat; 
-o-background-size: 100% auto;  /* Opera 9.5+ */ 
-webkit-background-size: 100% auto; /* Safari 3+, Chrome */ 
-moz-background-size:100% auto; /* Firefox 3.6+ */ 
-khtml-background-size:100% auto; /* Konqueror */ 
background-size: 100% auto; 
}

#head { position: absolute;
	width: 20%; height: 12%;
	margin:2% 1% 5% 2%; 
	background: url(img/header1.png) top left no-repeat;
	-o-background-size: 100% auto;  /* Opera 9.5+ */ 
-webkit-background-size: 100% auto; /* Safari 3+, Chrome */ 
-moz-background-size:100% auto; /* Firefox 3.6+ */ 
-khtml-background-size:100% auto; /* Konqueror */ 
background-size: 100% auto;  }

#right { background:url(img/transparency.png) repeat;
		width:75%; height:100%; 
		float: right; top:0; 
		min-height:100%; 
	}
#right h1 { font: bold 150%/150% Georgia, "Times New Roman", Times, serif; text-align:center; color:#334477; }
	
#right p {font: 90%/100% "Lucida Sans Unicode", "Lucida Grande", sans-serif; padding-left:10px; margin:0 0 0 30%; color:#334477;  }

#right em { font: 110%/120% Georgia, "Times New Roman", Times, serif; font-style:italic; letter-spacing:1px;  }

#right a { font-weight:bold; border-bottom:1px solid #334477; padding-bottom:0px; color:#334477; font-size:110%; text-decoration:none; }

#right a:active { font-weight:bold; border-bottom:1px solid #da400e; padding-bottom:0px; color:#f6e2cc; text-decoration:none; 
}

#right a:visited { font-weight:bold; border-bottom:1px solid #bebcc7; padding-bottom:0px; color:#bebcc7; text-decoration:none; 
}

#right a:hover { font-weight:bold; border-bottom:1px solid #da400e; padding-bottom:0px; color:#334477; text-decoration:none; }



/* Стили меню */
#nav {
    display:inline-block; position: absolute; top:12%; 
    width: 20%;
    margin:2% 2% 1% 1%;
    padding:0;  
   
}
#nav li {
    margin:10px;
    position:relative;
    list-style:none;
	border-radius:10px; /*немного css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}
#nav a {
    font-weight:bold;
    color:#e7e5e5;
    text-decoration:none;
    display:block;
    padding:8px 20px;

    border-radius:10px; /*немного css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, .7);
}

.select {
    background:#7788aa url(img/bg.png) repeat-x 0 -20px;
    color:#081c58;
    border-top:1px solid #f8f8f8;

    box-shadow:0 2px 2px rgba(0,0,0, .7); /*немного css3*/
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}

/* sВыбранный пункт меню */
#nav .current a, #nav li:hover > a {
    background:#7788aa url(img/bg.png) repeat-x 0 -20px;
    color:#081c58;
    border-top:1px solid #f8f8f8;

    box-shadow:0 2px 2px rgba(0,0,0, .7); /*немного css3*/
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}

/* Подуровень */
#nav ul li:hover a, #nav li:hover li a {
    background:#7788aa url(img/bg.png) repeat-x 0 -20px;
    border:none;
    color:#081c58; 
	border-top:1px solid #f8f8f8; font-weight:bold; letter-spacing:1px;

}

#nav ul li a:hover, #nav ul li:hover > a {
    background:#334477 url(img/bg.png) repeat-x 0 -100px;
    color:#fff;

    border-radius:10px; /*немного css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}

#nav ul li:first-child > a {
    -moz-border-radius-topleft:10px; /*немного css3*/
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
}
#nav ul li:last-child > a {
    -moz-border-radius-bottomleft:10px; /*немного css3*/
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}


#home { background: url(img/gradient-3.png) no-repeat left top; width: auto; height:90px; text-align: left; position:fixed; bottom:0px; }

#home p { margin: 10px 0 0 10px; }

#home a { color: #142864; font: 70%/150% Arial, sans-serif;  
letter-spacing:0px; font-style: normal; text-decoration: underline; 
}

#home a:hover { 
	color:#da400e;
	letter-spacing:0px; font-style: normal;
	text-decoration: none;	}

#home a:jshover {
	color:#142864;
	letter-spacing:0px; font-style: normal;
	text-decoration: none;}	
	
#skroll { height:70%; width:98%;  overflow-x:hidden;
  overflow-y: auto; color:#081c58; padding-top:20px; margin-bottom:20px; }  
		
#skroll p {font: 100%/150% "Lucida Sans Unicode", "Lucida Grande", sans-serif; padding-left:10px; margin:10px 10px 0 0;}

#skroll a { font-weight:bold; border-bottom:1px solid #334477; padding-bottom:0px; color:#334477; font-size:110%; text-decoration:none; }

#skroll a:active { font-weight:bold; border-bottom:1px solid #da400e; padding-bottom:0px; color:#f6e2cc; text-decoration:none; 
}

#skroll a:visited { font-weight:bold; border-bottom:1px solid #bebcc7; padding-bottom:0px; color:#bebcc7; text-decoration:none; 
}

#skroll a:hover { font-weight:bold; border-bottom:1px solid #da400e; padding-bottom:0px; color:#334477; text-decoration:none; }

#skroll h4 { font: 90%/100% Georgia, "Times New Roman", Times, serif; padding:0px 0px 0px 40px; font-style:italic; letter-spacing:1px; font-weight:normal; margin:5px 0 20px 0; }

#skroll img { float:right; padding:10px 0 0 5px; }

.cursiv { font-weight:normal; font: 80%/90% Georgia, "Times New Roman", Times, serif; font-style:italic ; }