/* Страница целиком */
body{
	margin:3px;
	border:0px solid #000080;
	font-family:verdana;
	background-color:#E0E0E0;
	}

/* Шапка */
.head{
	background-color:#000080;
	font-weight:bold;
	font-size:large;
	color:white;
	text-align:center;
	padding:6px;
	}

/* Меню */	
.menu{
	position:absolute;
	float:left;
	width:11%;
	text-align:center;
	font-weight:bold; 
	font-size:min(1.2vmax, 16px);
	padding:2px;
	}
	
/* Цвет неактивной ссылки меню */
.menu p {
	color: red;
	}
	
/* Бегущая строка */
.top{	
	margin-left:12%;
	width:88%;
	}
	
/* Данные ССД */
.left{	
	float:left;
	margin-left:12%;
	max-width:38%;
	}
	
.left img {
    max-width:100%;
    height:auto;
    max-height:100%;
}

.center{	
	float:left;
	padding-left:5px;
	max-width:22.51%;
}
	
.center img {
    max-width:100%;
    height:auto;
    max-height:100%;
}
	
.bottom{	
	margin-left:12%;
	width:88%;
	height:45%;
	}
	
.bottom img {
    max-width:1690px;
    height:auto;
    max-height:100%;
	vertical-align:top;
}
.bottom p {
	font-weight:bold; 
	font-size:min(1.2vmax, 16px);
	color: red;
	}

.focus{	
	margin-left:12%;
	width:88%;
	height:45%;
	}
	
.focus img {
    max-width:29%;
    height:auto;
    max-height:100%;
	vertical-align:top;
}

.focus p {
	font-weight:bold; 
	font-size:min(1.2vmax, 16px);
	color: red;
	}

.doz{	
	float:left;
	margin-left:12%;
	max-width:88%;
	height:45%;
	}
	
.doz img {
    max-width:49.5%;
    height:auto;
	max-height:100%;
   }
   
.doz p {
	font-weight:bold; 
	font-size:min(1.2vmax, 16px);
	color: red;
	}
	
	
	
/* Ссылки */
a:link {color:#000080; text-decoration:none}
a:visited {color:#000080; text-decoration:none}
a:hover {color:#000080; text-decoration:underline}
a:active {color:black; text-decoration:underline}