/* Сбросс CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	width: 100%;
	background: rgba(193,223,244,0.9);
	background-position: top;	
	background-image: url(../images/fra.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: "Roboto";
	/*border: 1px solid red;*/
}

   a {
    text-decoration: none; /* Скрываем подчёркивание */
   }
   a:hover {
	/* при наведении курсора на ссылку */
}

 #title img {
    border: none; /* Убираем рамку вокруг изображения */
   }


#header{
	margin: 0px auto;
	width: 900px;
	height: 300px;
	background-repeat: no-repeat;
	z-index: 1;

}

#header1{
	margin: 0px auto;
	width: 900px;
	height: 142px;
	background-repeat: no-repeat;
	z-index: 1;

}
 
#about {
	margin: 0px auto;
	width: 900px;
	font-size: 18px;
	position:  relative;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 1.5; 	
	color: rgba(2,53,119,0.9);
	text-shadow: 0px 1px 2px rgba(0,0,0,0);
}
 
 #about1 {
	margin: 0px auto;
	width: 900px;
	font-size: 18px;
	position:  relative;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 1.5; 	
	color: rgba(2,53,119,0.9);
	text-shadow: 0px 1px 2px rgba(0,0,0,0);

}
 
#about H1{
	padding: 60px 714px 0px 0px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: right;
	line-height: 1.5; 	
	color: rgba(2,53,119,0.9);
	text-shadow: 0px 2px 4px rgba(41, 75, 155, 0.6);

}
#about1 H1{
	padding: 70px 700px 0px 0px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: right;
	line-height: 1.5; 	
	color: rgba(2,53,119,0.9);
	text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.6);

}
#about1 p{
	display: block;
	margin: -20px 50px 0px 244px;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 2px;
	text-align: left;
	line-height: 1.5; 	
	color: rgba(35,35,35,0.9);
	text-shadow: 2px 2px 2px rgba(0,0,0,0);
}

#about1 img{
 	box-shadow: 2px 2px 4px rgba(41, 75, 155, 0.4);
}


#about p{
	display: block;
	margin: -20px 50px 0px 244px;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 2px;
	text-align: left;
	line-height: 1.5; 	
	color: rgba(35,35,35,0.9);
	text-shadow: 2px 2px 2px rgba(0,0,0,0);

}