body
{
	padding: 0px;
	margin: 0px;
	background: silver;
	font-family: sans-serif;
}

.logo
{
	position: relative;
	top: -10px;
	float: left;
	height: 80px;
	margin: 0px;
}

.header
{
	display: block;
}

.header a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: gray;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 40pt;
	text-align: center;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border: 2px solid gray;
	border-radius: 10px;
	background: #e9e9e9;
	text-shadow: 2px 2px 4px #9c9c9c;
	box-shadow: 2px 2px 4px #7b7b7b;
}

.header a:hover
{
	background: gray;
	color: silver;
}

.social
{
	display: block;
	margin-top: 10px;
	text-align: center;
}

.social1
{
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    border-spacing: 20px;
    border-collapse: separate;
}

.social1 a
{
	display: table-cell;
	vertical-align: middle;
	height: 120px;
	width: 16%;
	margin-left: 20px;
	text-decoration: none;
	font-weight: bold;
	color: gray;
	font-size: 44pt;
	text-align: center;
	border: 2px solid gray;
	border-radius: 10px;
	background: #e9e9e9;
	text-shadow: 2px 2px 4px #9c9c9c;
	box-shadow: 2px 2px 4px #7b7b7b;
}

.social a:hover
{
	background: gray;
	color: silver;
}

.img_block
{
	display: block;
	margin-top: 10px;
	text-align: center;
}

.img_block a
{
	text-decoration: none;
	font-weight: bold;
	color: gray;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16pt;
	text-align: center;
	border: 2px solid gray;
	border-radius: 10px;
	background: #e9e9e9;
	text-shadow: 2px 2px 4px #9c9c9c;
	box-shadow: 2px 2px 4px #7b7b7b;
	padding: 40px;
	margin-top: 30px;
}

.img_block img
{
	width: 100%;
	height: auto;
	border: 0px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #7b7b7b;
	border: 2px solid silver;
	margin-bottom: 10px;
}

.img_block a:hover
{
	background: gray;
	color: silver;
}