body {
	font-family: Tahoma, Arial, Verdana, serif;
	font-size: 14px;
	background-color: #f1f1f1;
}
.main {
	padding: 30px 0;
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
}
.main .icon {
	float: left; margin-top: -8px; margin-left: 15px;
}
.main .menu {
	background-color: #050505;
	background: linear-gradient(to top, #050505,#242629);
	padding: 15px 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 0 0 4px 0 gray;
}
.main .footer {
	background-color: #050505;
	background: linear-gradient(to top, #050505,#242629);
	color: white;
	font-size: 11px;
	padding: 15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 4px 0 gray;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main .footer a {
	color: gray;
	text-decoration: none;
}
.main .footer a:hover {
	text-decoration: underline;
}
.main .menu .menu-item {
	text-decoration: none;
	border-radius: 15px;
	padding: 3px 15px;
	margin: 0px 10px;
	color: white;
}
.main .menu .menu-item[active=true] {
	background-color: #323232;
}
.main .menu .menu-item:hover {
	background-color: #3078ab;
}
.main .content {
	box-shadow: 0 0 4px 0 gray;
	background-color: white;
}
.main .content .inner {
	border-left: solid silver 1px;
	border-right: solid silver 1px;
	padding: 15px;
	background-color: white;
}
.main .content .mainpage {
	background: linear-gradient(to top, white,white,#cdcdcd);
}
.main .content .inner .logo {
	height: 300px;
	background-image: url('img/body.png');
	background-position: 20px 20px;
	background-repeat: no-repeat;
}
.main .content .inner .pages {
	border-top: 1px solid silver;
	margin: 0 15px;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.buttons {
	text-align: center;
}

.buttons .button {
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:16px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.buttons .button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	background-color:#5cb811;
}
.buttons .button:active {
	position:relative;
	top:1px;
}

.header {
	font-weight: bold;
	font-size: 16px;
	color: #004582;
}

.ad {
	border-top: 1px solid silver;
	padding-top: 20px;
	text-align: center;
}

.block {
	text-indent: 20px;
	width: 340px;
	padding: 10px 5px;
}
.block p {
	margin: 0;
}

.preview {	position: fixed; left: 0; top: 0; opacity: 0.7; background-color: black; z-index: 1200; cursor: pointer; }
.preview-image	{ cursor: pointer; box-shadow: 0 0 10px #999; position: relative; }
.preview-images { position: fixed; left: 0; top: 0; z-index: 1201; cursor: pointer; text-align: center; display: table-cell;
   vertical-align: middle; }
.preview-small { cursor: pointer; }