﻿body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #f2f2f2;
	margin: 0; 
	text-align: center; /* выравнивает контейнер по центру в браузерах IE 5*. Затем для текста задается по умолчанию выравнивание по левому краю в селекторе #container. */
	color: #000000;
}
p {
   margin: 7px 12px 5px 16px;		
}
.oneColLiqCtr #container {
	width: 760px;  
	margin: 5px auto; 
	text-align: left; /* переопределяет свойство text-align: выравнивание элемента body по центру. */
}
#mainContent {
   background-image: url(../images/rass/fon_top.png) !important;  
   background-repeat: no-repeat;	
   width: 760px;
   height: 37px; 
   margin: 0;
   position: relative;
	 }
#mainContent .img {
	position: absolute;
	left: -98px;
	top: 230px;
}	 
#mainContent .img_2 {
	position: absolute;
	right: 9px;
	top:6500px;
}
	
#mainContent_content {
	background: url(../images/rass/fon.png) !important;
	background-repeat: repeat-y;
	margin: 0;
}
.oneColLiqCtr #mainContent_content h1 {
	color: #b50000;
	font-size: 1.6em;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
}
.oneColLiqCtr #mainContent_content h2 {
	color: #006400;
	font-size: 1.2em;
	text-align: center;
	text-transform: capitalize;
	margin: 7px 0 12px;
}
.oneColLiqCtr #mainContent_content h3 {
	color: #0001b2;
	font-size: 1em;
	text-align: center;
	padding: 7px 0 22px;
}
.oneColLiqCtr #mainContent_content h6 {
	color: #959595;
	font-size: 0.6em;
	text-align: center;
	padding: 7px 0 22px;
	margin: 0;
	font-weight: bold;
}
.oneColLiqCtr #mainContent_content a {
	text-decoration:underline;
	color:#009;
}
.oneColLiqCtr #mainContent_content h6 a {
	color: #959595;
}
.oneColLiqCtr #mainContent_content h6 a:hover {
	color: black;
	text-decoration: none;
}
.oneColLiqCtr #mainContent_content p {
	color: #494949;
	font-size: 0.9em;
	padding: 0px 15px 9px 20px;
}
#mainContent_bottom {
	background: url(../images/rass/fon_bottom.png) !important;
	background-repeat: no-repeat;
	width: 760px;
   height: 36px;
}
.oneColLiqCtr #mainContent_content #table {
	background-color: #f3f3f3;
	border-color: #c10000;
	border-style: dotted;
	border-width: 2px;
	width: 650px;
}
.oneColLiqCtr #mainContent_content #table p {
	text-align: left;
	font-weight: bold;
	color: #000;
}
table.rass {
	width: 60%;
	border: 1px solid #2425a1;
	background-color: #f5f5f5;
}
.hr {
	width: 80%;
	color: #8b0000;
	text-align: center;
	border:2px dotted;
}

