@charset "windows-1251";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	
  }
 html {height: 100%;}

body {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  background: #fff;
}


#title { /*верхний слой (где расположен заголовок)*/
	border-bottom: 1px  #CCCCCC solid;
	height:55px;
	width:100%;
	margin-bottom:50px;
	}

.raspor { width:235px;}


#col1 { /*Колонка меню*/
	width:173px;
	padding-left:37px;
	margin-left: 0px;
	margin-top:0px;


	//padding-right: 1px; 
	//overflow-x: hidden;
	float:left;
	line-height:1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}
/*Ссылки в колонке с меню (не окрашиваются при посещении)*/	
#col1 A:visited {color: #0055D5}
#col1 A:active {color: red}
#col1 A:hover {color: #990099}



#col2 {/*Колонка с содержанием*/
	border: 0px;
	margin-top:0px;
	margin-right:0px;
	margin-left:230px;
	padding-bottom: 20px;
	vertical-align: top;
	}
	
	
#col3 {/*Колонка с содержанием*/
	clear:right;
	border: 0px;
	margin-top:0px;
	margin-right:0px;
	margin-left:260px;
	padding-bottom: 20px;
	vertical-align: top;
	padding-right:0px;
	
	

	}
	
	
	
#search { /*Колонка поиска*/
	position:absolute;
	width:170px;
	padding-left:45px;
	margin-left: 0px;
	line-height:1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	left: 4px;
	top: -244px;
	}




#bottom { /* Подвал страницы*/
	clear: both;
	width: 100%;
	padding: 10px 0px 10px 0px;
	font-size: 90%;
	border-top: 1px  #CCCCCC solid;
	background:#EDEDED;
	line-height:1.4em;
	position: absolute;
	bottom: 0;
	height: 50px;
	visibility: hidden;
		
	}
	/*Ссылки в колонке с меню (не окрашиваются при посещении)*/	
	#bottom A:visited {color: #0055D5}
	#bottom A:active {color: red}
	#bottom A:hover {color: #990099}	
	


#page-empty {/*пустой блок для отступа снизу*/
	height:50px;
		}
	
#stripe {visibility: hidden;}
/*****               ***************************************************************************************************************/
