* {
  margin: 0;
  padding: 0;
}
html {height: 100%;}






body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}
A {
 outline: none; /* Убираем границу вокруг ссылок */
 color: #0922AE;
}
a:hover{
	text-decoration: none;
	color: Orange;
}
A IMG {
 border: none; /* Убираем границу */
}
.nobr { 
white-space: nowrap; 
}

.imgweb{
	margin: 10px;
	border: 1px solid gray;
}



#content{
	
	padding: 50px 50px 30px 50px; 
	font-size: 0.88em; 
}

#logo{
	padding: 0px 0px 30px 0px;
}

#before{
	color: #808284;
}

.text{
	font-size: 1.07em;
}

.menu{
	margin: 35px 10px 35px 10px;
}

#footer{
	font-size: 0.79em; 
	color: #333333;
	margin-top: 50px;
}
.sorry{
	font: bold 1em;
	color: #B7B7B7;
}