@charset "utf-8";
body {
	margin: 0px;
	font-family: "trebuchet MS";
	color: #333333;
	background-image: url(../images/helpful/background.jpg);
	background-repeat: repeat;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#header {
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 800px;
}
#menu {
	margin-top: 10px;
}
#content {
	clear: both;
	float: left;
	margin-bottom: 10px;
	border: 4px solid #8A0000;
	width: 772px;
	background-color: #EAE2CF;
	padding: 10px;
	line-height: 20px;
}
#footer {
	clear: both;
	float: left;
	font-size: 12px;
	width: 800px;
}
#contacts {
	float: left;
	text-align: right;
	font-size: 17px;
	width: 160px;
}
#contacts_en {
	float: left;
	text-align: right;
	font-size: 17px;
	width: 180px;
	margin-left: 140px;
}

#text {
	font-size: 90%;
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 772px;
	margin-top: 10px;
}

a:link {
	color: #8A0000;
	text-decoration: none;
	font-size: 13px;
}
a:visited {
	text-decoration: none;
	color: #8A0000;
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
	color: #333333;
	font-size: 13px;
}
a:active {
	text-decoration: none;
	color: #333333;
	font-size: 13px;
}


.menu {
	margin-right: 10px;
	float: left;
	width: 70px;
	text-align: center;
}
.element {
	background-image: url(../images/helpful/element.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	width: 772px;
	height: 39px;
}
.data {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8A0000;
	margin-bottom: 5px;
	float: left;
	clear: both;
	width: 100%;
	color: #8A0000;
}
.red-text {
	color: #8A0000;
}
.news_info {
	clear: both;
	float: left;
	width: 210px;
}
.news_visited {
	clear: both;
	float: left;
	width: 210px;
	text-align: right;
}


.image {
	margin-right: 15px;
	border: 5px solid #D2D2D2;
}
.house_image {
	border: 5px solid #D2D2D2;
	margin-bottom: 2px;
}
h1 {
	font-size: 150%;
	color: #8A0000;
	margin-bottom: 5px;
	margin-top: 0px;
}

h2{
	background-color: #EAE2CF;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	font-size: 140%;
	text-align: center;
	margin-top: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-transform: uppercase;
	color: #8A0000;
}
p {
	margin-top: 0px;
}
form {
	margin: 0px;
}
.input_contacts {
	width: 200px;
	margin-bottom: 10px;
	padding: 2px;
	border: 3px solid #CCCCCC;
}
.textarea {
	border: 3px solid #CCCCCC;
	padding: 2px;
	width: 300px;
}

.button {
	color: #8A0000;
	width: 100px;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 120%;
}
ul {
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
}
li {
}
.gallery-image {
	border: 5px solid #D2D2D2;
	margin-right: 2px;
	margin-top: 3px;
}
