body{
	background: url('../img/texture_tile.png') repeat;
	-webkit-font-smoothing: antialiased;
}

.allertBlock{
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 4% 0 30px 0;
}

.allertBlock h1{
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	color: #3A342A;
	margin: 40px 0 0 0;
	text-shadow: 1px 1px #fff;
}

 .allertBlock h2{
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 25px;
	color: #3A342A;
	margin: 40px 0 0 0;
	text-shadow: 1px 1px #fff;
}

.allertBlock h3{
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #3A342A;
	margin: 40px 0 40px 0;
	text-shadow: 1px 1px #fff;
}


.allertBlock p{
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #727272;
	width: 500px;
	margin: 30px auto 40px auto;
	text-shadow: 1px 1px #fff;
	line-height: 24px;
}

.allertBlock p strong{
	font-weight: bold;
}

.allertBlock p.adress{
	font-size: 16px;
}

.allertBlock a{
	text-decoration: none;
}

.allertBlock a:hover{
	text-decoration: none;
}

.allertBlock a img{
	border: none;
}

.pushLink a{
	color: #727272;
	text-decoration:none;
}

.pushLink a:hover{
	color: #727272;
	text-decoration:underline;
}