body {	background-image: url(../../img/back.jpg);
font-family: Arial; /*Cambria*/
font-size: 14pt; /* Размер шрифта в пунктах */ 
}

img {
    vertical-align:middle;
}

.style59 {
font-size: 20px; 
color: blue; /* синий */
/*font-weight: bold;*/
}

li{
  list-style:none;
  line-height: 28px;
}
 
a{
  text-decoration: none;
  color:#0101DF;
  /*font-weight:700;
  padding:3px 5px;*/
}


 
div[class^=div]{
 
 /* width: 800px;
  min-width: 400px;
  padding: 10px;
  box-sizing: border-box;*/
  display: none;
}


.navimg-1 {
  padding: 5px 5px 5px 10px;
}


.navimg-2 {
  text-align: center;
}



/*--------- Блок построения МЕНЮ ----------*/
ul#navWrapper {
      border: 0 black dashed;
    /*  margin-left: -39px;*/
      float: left;
	height: 40px;
	width: 300px;  
    }


/*???????? ????????? / Answer options*/
ul#navWrapper li {
      background: -moz-linear-gradient(#00BBD6, #EBFFFF);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#00BBD6), to(#EBFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00BBD6', endColorstr='#EBFFFF');
    padding: 10px 50px; /*Отступы текста внутри кнопки меню*/
    font-weight: bold;
	font-size: 24px;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #666;

}

/*??????????? ?? ??????? / Return to the main page*/

ul#navWrapper1 li {
border: 0 red dashed;    
	  margin-top: 10px;
      list-style: none;
      margin-right: 20px;
margin-left: -19px;
      background-color: #DDD;
      padding: 0 0.25em;
      border-radius: 4px;
      box-shadow: 3px 3px 6px 1px #333;
      font-size: 18px;
      border: 0 black dashed;
/*      margin-left: -39px;*/
      float: right;
	  width: 256px;
}

ul#navWrapper5 li {
border: 0 red dashed;    
	  margin-top: 10px;
      list-style: none;
      margin-right: 20px;
margin-left: -19px;
      background-color: #DDD;
      padding: 0 0.25em;
      border-radius: 4px;
      box-shadow: 3px 3px 6px 1px #333;
      font-size: 18px;
      border: 0 black dashed;
/*      margin-left: -39px;*/
      float: right;
	  width: 256px;
}


/**************************************/



ul#navWrapper2 li {
border: 0 red dashed;    
      margin-top: 10px;
      list-style: none;
      margin-right: 20px;
	  margin-left: 300px;
      background-color: #DDD;
      padding: 0 0.25em;
      border-radius: 4px;
      box-shadow: 3px 3px 6px 1px #333;
      font-size: 18px;
      border: 0 black dashed;
/*      margin-left: -39px;*/
      float: left;
      width: 256px;
}
ul#navWrapper3 li {
border: 0 red dashed;    
      margin-top: 10px;
      list-style: none;
      margin-right: 20px;
	  margin-left: 200px;
      background-color: #DDD;
      padding: 0 0.25em;
      border-radius: 4px;
      box-shadow: 3px 3px 6px 1px #333;
      font-size: 18px;
      border: 0 black dashed;
/*      margin-left: -39px;*/
      float: left;
      width: 256px;
}


/*** Колонки ***/
.column {
    -webkit-columns: 200px 3;
    -moz-columns: 200px 3;
    column: 200px 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
    padding: 0 0 0 30px; /* Отступы текста */
   }
   
.column2 {
    -webkit-columns: 200px 2;
    -moz-columns: 200px 2;
    column: 200px 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 0 0 0 30px;
   }
