/*									ФОРМИРУЕМ БАЗОВЫЕ СЛОИ ОКНА 										*/
BODY {
color: #000000;
background-color: #e2e2ee;
background-image: url(images/fon_body.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
scrollbar-arrow-color: #F2F6FD;
scrollbar-face-color: #F2F6FD;
scrollbar-highlight-color: #E2E2EE;
scrollbar-shadow-color: WHITE;
scrollbar-track-color: #E2E2EE;
}/* Шапка окна. Здесь размещены логотип и название сайта */
#main{
	position: absolute;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#head{
	background-image: url(images/fon03.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 100px;
}/* Слой с изображением автобуса */
#auto{
	position: absolute;
	top: 0px;
	left: -13px;
	width: 185px;
	height: 170px;	
	background-image: url(images/autobus.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
/* Левый столбец страницы */
#left_line{
	background-image: url(images/fon01.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 116px;
}/* Правый столбец страницы */
#right_line{
	background-image: url(images/fon02.gif);
	background-position: left;
	width: 18px;
}/* Подвал сайта */
#down{
	background-image: url(images/fon04.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 75px;
	background-color: #999999;
}/* Верхняя кнопка на которой показывается дата создания страницы */
.top_button{
	position: absolute; 
	top: 92px;
	width: 97px;
	height: 17px;
	background-image: url(images/bottom_top.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	color: #000066;
	font-size: 11px;
	text-decoration: none;
}
.top_button a{
	color: #000066;
	font-size: 11px;
	text-decoration: none;
}
.top_button a:hover{
	color: #000066;
	text-decoration: underline;
}
/* Нижняя кнопка вверх */
#down_button{
	position: relative;
	background-image: url(images/bottom_down.gif);
	top: -30px;
	left: 100px;
	width: 97px;
	height: 17px;
	text-align: center;
}
#down_button a{
	color: #000066;
	font-size: 11px;
	vertical-align: text-top;
	text-decoration: none;
}
/* Нижний левый угол */
#down_left{
	background-image: url(images/fon_left_coner.gif);
	background-repeat: no-repeat;
}/* Нижний правый угол */
#down_right{
	background-image: url(images/fon_right_coner.gif);
	background-repeat: no-repeat;
}/* Верхний правый угол */
#top_right{
	background-image: url(images/top_right_coner.gif);
	background-repeat: no-repeat;
}/* Заголовок Таблицы */
.table_list{
	width: 80%;
}
.table_list td{
	border-bottom: 1px #999999 solid;
}
.table_text{
	text-indent: 5px;
	background-color: #E7F1F1;
	border: 1px #6699FF solid;
}
.table_title{
	position: relative;
	border: 1px #999999 solid;
	background-color: #CCCCCC;
	margin-left: -20px;
	width: 100%;
	height: 25px;
	padding-top: 3px;
}/* Меню справа */
#right_menu{
	visibility: hidden;
	position: absolute;
	left: 99%;
	top: 10px;
	width: 25px;
	height: 100px;
}/* Список изображений автобусов */
.list_table_auto{
	background-color: #DEE7F5;
	width: 350px;	
}
.list_table_auto td{
	text-align: center;
}
.list_table_auto #not_link{
	color: #CCCCCC;
}
.list_table_auto a:link, a:active, a:visited{
		color: #000066;
		text-decoration: none;
}
.list_table_auto a:hover{
	color: #FFFFFF;
	background: #CCCCCC;
	width: 100%;
}
/*					СТИЛИ ЛЕВОГО МЕНЮ САЙТА					*/
/* Левое меню сайта */
#left_menu{
	position: absolute;
	top: 200px;
	left: -40px;
	width: 180px;
}
#left_menu ul{
	list-style-image: url(images/i_left.gif);
	color: #006600;
	text-decoration: none;
}
#left_menu a{
	color: #000066;
	font-size: 11px;
	text-decoration: none;
}
#left_menu a:hover{
	color: #888F9F;
	background-color: #D5DFF8;
	width: 100%;
}
#left_menu .menu{
	vertical-align: top;
	font-size: 11px;
	background-color: #E8EFFF;
	border: 1px #C0D1FA solid;
	height: 190px;
	width: 180px;
	padding-top: 5px;
}/* Заголовки пунктов левого меню */
.title_menu
{
	background-image: url(images/lmenu_title.gif);
	background-repeat: no-repeat;
	width: 180x;
	height: 27px;
	font-size: 11pt;
	color: #ECF0F8;
	height: 25px;
	text-align: center;
	font-weight: 600;
}
/*					СТИЛИ СТАТЕЙ							*/
/* Поле для статей */
#contents{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px #999999 solid;
	background-color: #f2f6fd;
	height: 100%;
	padding: 30px 20px 10px 20px;
}
#contents table{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 10pt;
}
#contents td{
	padding: 5px 5px 5px 5px;
}
.gal_list{
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: #CCCCCC;
	overflow: scroll;
}
.gal_list a{
	padding: 0px 10px 0px 0px;
	white-space: nowrap;
}
/* РАЗЛИЧНЫЕ СПЕЦИАЛЬНЫЕ ЭФФЕКТЫ */
/* Эти стили нужны для вывода подсказок на экран */
.description{
	width: 200px;
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	border: solid #000000 1px;
	z-index: 1;
}
.alt_text {
	text-decoration: none; 
	cursor: default;
}
/*	Стили для отображения статей сайта	*/
.article{
	margin: 10px;
	width: 100%;
	text-align: justify;
	border-top: 2px #DEE7F5 solid;
	border-left: 2px #DEE7F5 solid;
	border-right: 2px #DEE7F5 groove;
	border-bottom: 2px #DEE7F5 groove;
}
.article H1{
	font-size: 15px;
	text-align: center;
	text-decoration: underline;
}
.article_name{
	background-color: #DEE7F5;
	background-position: top;
	background-repeat: repeat-x;
}
.article SPAN{
	color: #996600;
}