body {
	margin: 0;
	padding: 0;
}

@import url(http://fonts.googleapis.com/css?family=Ruslan+Display);

.Header {
	display: block;
	width: 100%;
	height: 120px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#d00a00');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#d00a00')";
	background-image: -moz-linear-gradient(top, #ff0000, #d00a00);
	background-image: -ms-linear-gradient(top, #ff0000, #d00a00);
	background-image: -o-linear-gradient(top, #ff0000, #d00a00);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff0000), to(#d00a00));
	background-image: -webkit-linear-gradient(top, #ff0000, #d00a00);
	background-image: linear-gradient(top, #ff0000, #d00a00);
}

.kaavolhv {
	padding: 18px;
	font-family: 'Ruslan Display', cursive;	
	font-size:36px;
	color: #FFF;
}
.kaavolhv::after {
	padding: 10px;
	content: "Просто и ничего лишнего";
	font-family: 'Ruslan Display', cursive;	
	font-size:16px;
	color: #FFF;
}

.Menu {
	display: block;
	float: left;
	width: auto;
	height: 27px;
	
	margin-left: 20px;
	
	border-radius: 10px;

	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
}

.Menu_button {
	display: inline;
	width: auto;
	padding: 10px;
	color: #FFF;
	
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.Menu_button:hover {
	background: #F33;
	color: #FFF;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.Send_author {
	float: right;
	padding: 2px;
	margin: 2px;
	width: auto;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	
	text-align: center;
	vertical-align: central;
	font-size: 24px;
	color: #FFF;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.Send_author:hover {
	background-color: #ffffff;	
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out
}
.pic-sa {padding: 10px 5px;}
	
.Area {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border: none;
}
.Title {
	display: inline;
	float: left;
	width: 400px;
	height: 40px;
	font-size: 32px;
	color: #333;
	border-bottom: #CCC solid 1px;
}
.shareblock {
	width: 160px;
	float: right;
	background: #FFF;
	padding: 5px;
	border-radius: 10px 0 0 10px;
	display: inline;
}
.shareblock a {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.shareblock a:hover {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.Content {
	display: block;
	margin-top: 50px;
	width: 100%;
	border-bottom: #CCC solid 1px;
	
	font-size: 18px;
	text-indent: 20px;
}

.Footer {
	width: 800px;
	margin: 30px auto 50px auto;
	color: #999;
	text-align: center;
	font-size: 18px;
}