@charset "utf-8";
/* 
* Таблица стилей Аджанта-Украина
* Автор: Даниил Орос
* Ссылка: oros.kiev.ua
*/
/* Сброс Параметров */

#header {
	height:177px;
	background-image: url(../img/head-map-1.jpg);
	color: #FFF;
	font-size: 24px;
}
#header .B_crumbBox {
	display:block;
	position:relative;
	top:130px;
	font-size: 16px;
	font-weight: bold;
}
#header .B_crumbBox a {
	font-size: 16px;
	text-decoration: none;
	margin: 0 28px;
}
#header .B_firstCrumb {
	margin: 0 0 0 10px;
}
#header .B_lastCrumb {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
.block {
	display:block;
	background-color:#a5d134;
	border:#333 solid 1px;
}
#content {
	float: right;
	width:650px;
	padding: 20px 30px 20px 25px;
	background-image: url(../img/line-side.jpg);
	background-repeat: repeat-y;
	background-position: center left;
}
#sidebar {
	float:left;
	width:250px;
	padding: 20px 20px;
}
#sidebar ul li {
	list-style: none;
	margin-left: 25px;
}
#sidebar ul{	margin: 4px 0;}
#sidebar .active {
	color: #fff200;
	font-weight: bold;
}
