@charset "utf-8";

body {
	background-color: #f1f0f0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin:0 auto;
}
#container_top {
	width: 896px;
	margin-top: 11px;
	margin-right: auto;
	margin-left: auto;
}
#container_top #logo {
	float: left;
	height: 317px;
	width: 330px;
}
#container_top #navigation {
	float: left;
	height: auto;
	width: 569px;
	margin-top: 9px;
	margin-left: -5px;
}
#container_top #navigation ul {
	list-style-type: none;
}
#container_top #navigation #nav li {
	display: block;
	float: left;
	height: 45px;
}
#container_top #navigation #nav {
	height: 45px;
	width: 564px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	float: left;
	margin-left: -42px;
	margin-top: -16px;
}
#container_top #navigation #nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2.5em;
	margin-right: 36px;
	margin-left: 36px;
}
#container_top #banner {
	float: left;
	height: 253px;
	width: 571px;
	background-image: url(images/banner.gif);
	margin-left: -7px;
	margin-top: 10px;
}
#container_mid {
	height: auto;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
}
#container_mid #left_conatiner {
	float: left;
	height: auto;
	width: 202px;
	margin-top: 10px;
}
.tabs {
	float:left;
	width:182px;
	height:45px;
	background-image:url(images/tabs_bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	line-height: 3.2em;
	padding-right: 10px;
	margin-bottom: 10px;
}
#container_mid #left_conatiner .tabs a {
	color: #FFFFFF;
	text-decoration: none;
}
.placeholder {
	float:left;
	width:202px;
	height:auto;
	margin-top: 19px;
}
.placeholder_top {
	float:left;
	width:202px;
	height:15px;
	background-image:url(images/placeholder_top.gif);
}
.placeholder_mid {
	float:left;
	width:200px;
	height:auto;
	background-image: url(images/placeholder_mid.gif);
	background-repeat:repeat-x;
	background-color:#f9f9f9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bebaba;
	border-left-color: #bebaba;
	padding-top: 5px;
}
.placeholder_btm {
	float:left;
	width:202px;
	height:19px;
	background-image:url(images/placeholder_btm.gif);
}
	
#container_mid #right_container {
	float: left;
	height: auto;
	width: 640px;
	margin-top: 10px;
	margin-left: 22px;
	background-image: url(images/main_container_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c4c2c2;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 15px;
	text-align: justify;
}
#footer_container {
	height: 100px;
	width: 100%;
	float: left;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#footer_container a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#container_mid #right_container h1 {
	color: #F00;
}
#container_mid #right_container h2 strong {
	color: #F00;
}
#container_mid #right_container div table tr td h3 strong {
	color: #F00;
}
#container_mid #right_container h2 {
	color: #F00;
}
.roman {
	color: #F00;
}
.roman {
	color: #F00;
}
#container_mid #right_container div table tr td {
	color: #000;
}
#container_mid #right_container div table tr td {
	color: #000;
}
#container_mid #right_container div table tr td h2 {
	color: #000;
}
#container_mid #right_container div table tr td h2 strong {
	color: #000;
}
bl {
	color: #000;
}
#container_mid #right_container h3 strong {
	color: #F00;
}

.contacts {
	display: flex;
	flex-direction: column;
}

.contacts > div {
	display: flex;
}

.contacts > div > div {
	width: 50%;
}

.contacts > div > div h3 {
	text-decoration: underline;
}

.contacts > div > div ul {
	list-style: none;
}

.contacts > div > div ul li h3 {
	text-decoration: none;
}