a{	 
	text-decoration: none;
}
a:link{
	color: #625136;
}
a:visited{
	color: #625136;
}
img{
	border: 0px;
}
div span {
   margin-left: 10px;
	font-size: 13px;
	color: Gray;
}
	div span a {
		color: #5E5FFF;
		text-decoration: underline;
}
input{
	border: expression(this.type=="text" ? '0px' : 'inherit' );
	background-color: expression(this.type=="text"?'#DBDBDB':'' );
}
input[type=text]{
	border: 0px;
	background: #DBDBDB;
}
textarea{
	border: 0px;
	background: #DBDBDB;
}
td{
	font-size: 12px;
}
/*
==========================B E g i n=====================================
*/ 
#wrap{
	width: 100%;
}
/*
==========================H E A D E R=====================================
*/ 
 #header{
 	width: 100%;
 	clear: both;
	height: 55px;
}
#header_left{
	width: 40%;
	text-align: left;
	float: left;
	margin-top: 2px;
	height: 40px;
	//margin-right: -100%;
}
#header_right{
	text-align: left;
	width: 40%; 
	float: left;
	//margin-left: 40%;
	//display: inline;
	height: 55px;
}
/*
==========================C O N T E N T=====================================
*/ 
 #main{
 	width:  80%;
	max-width: 900px;
	min-width: 700px;
	//WIDTH: expression(( document.getElementById('main') && document.getElementById('main').clientWidth < 700 ) ?	'700px' 	:	( document.getElementById('main') && document.getElementById('main').clientWidth < 900	) ?	'80%'	:	'900px' );
	margin: 30px auto;
	overflow: hidden;
}
#center{
	width: 100%;
	clear: both;
	overflow: hidden;
}
 #content{
	text-align: left;
	overflow: hidden;
	float: left;
	width: 80%;
	//margin-right: -100%;
	background: white;
}
/*Таблица с одинарным серым бордером, коричневым хедером, мелким серым текстом и шириной 90%*/
table.st {border: #f5f5f5; border-width: 2px; border-style: solid; border-collapse: collapse; width: 90%;}
table.st td {padding: 4px; border: #f5f5f5;	border-width: 2px; border-collapse: collapse; border-style: solid; color: #3E3E3D;	font-family: Arial;	font-size: 9pt;}
table.st th {padding: 4px; border: #f5f5f5; border-width: 2px; border-collapse: collapse; border-style: solid; background-color: #f8f8f8; color: #625136; font: 10pt Arial; text-decoration: none; }
table.st tr{text-align: center;}
ul, ol  {margin-top: 10px; margin-bottom: 10px; margin-left: 36px;}
  li.ul   { list-style-type: square;}
/*Обводка для картинок второго уровня*/
.pic2 {border-width: 1px; border-color: #cccccc; border-style: solid; padding: 0px; margin: 16px}
		
#in_content{
			margin: 50px 50px;
			//margin-bottom: 0px;
			font-family: Arial;
			font-size: 12px;
			color: #3E3E3D;
		}
 #menu{
	width: 20%;
	text-align: left;
	float: left;
	//margin-left: 80%;
	//display: inline;
}
#menu_verx{
	margin: 20px 50px; 
	font-size: 9pt;
	font-family: Arial;
}
	#menu_verx a{
		color: #A9A9A8;
	}
	#menu_verx a:hover{
		color: Black;
	}
.menu_item {
		margin-left: 15px;
		margin-top: 8px;
		color: #403524;
		font: 11pt Arial;
		text-decoration: none;
	}
	.menu_item a:hover{
	color: #B8860B;
	}
.sub_menu_item{
		margin-left: 25px;
		margin-top: 2px;
		font: 8pt Arial;
		text-decoration: none;
}
	.sub_menu_item a{
		color: #6B6A69;
	}
	
	.sub_menu_item a:visited{
		color: #6B6A69;
	}
	
	.sub_menu_item a:hover{
		color: black;
	}
	
#head{
	text-align: left;
	color: #05679F;
	font-family: Arial;
	font-size: 15pt;
	width: 100%;
}
/*
==========================F O O T E R=====================================
*/ 
#footer{
    width: 100%;
	height: 75px;
	background-image: url('../images/footer_sec_page.jpg');
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
}
 #footer_menu a{
	margin-left: 10px;
	margin-top: 30px;
	font: 12px;
}
#foot_right{
	float: right; 
	width: 275px; 
	height: 75px; 
	background-image: url(../images/foot_right.jpg); 
	margin: 0px; 
	padding: 0px; 
	background-position: right;
}
#znaki{
	width: 40%;
	text-align: left;
	float: left;
	//margin-right: -100%;
}
#auth{
	text-align: left;
	padding-top: 50px;
	color: #85817E;
	width: 40%; 
	float: left;
	font: 500 7pt Arial;
	//margin-left: 40%;
	//display: inline;
}
#auth p{
	line-height: 25px;
}
#auth a {
	color: #85817E;
	}
HR { border: none; color: #E6E2DB; background-color: #E6E2DB;  height: 1px; }