﻿@charset "utf-8";
/* CSS Document */

body {
	background: #131314;
	font-family: Arial;
	font-size:12px;
	color: #3B3B3B;
}

.frame {
	width:90%;
	max-width: 1280px;
	margin:auto
}

#top {
	background: #000 url(img/merezh2.jpg) no-repeat right;
}

.green-line {
	height:10px;
	background: #8cb22e;
}

#content {
	background: #ecf2d8;
	padding:1%
}

#content p {
	text-align: justify;
}

.copyright {
	color: silver;
	font-size: 12px;
}

#nav {
	position: absolute;
	top: 230px;
}

#nav a {
	margin:0 10px 0 10px;
}

h1 {
	font-size: 16px;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 15px;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom:0;
	color:#832121
}

.redy {
	background: #b70404; 
	color: white; 
	font-size: 15px; 
	font-weight: bold; 
	text-align: center; 
	padding: 15px
}

a {
	color:#567393;
}

a:visited {
	color: purple;
}

a:hover {
	color: #8CB22E;
	text-decoration: none;
}

.razdel {
	width:90%;
	margin:auto;
	height: 1px;
	background: #dcdcdc;
}

#claim {
	background: #f7b085; 
	width: 100%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 11px;
	text-align: left;
}

li {
	margin-bottom: 5px;
}
