/** 
Brov remix This hia is real!
/* -- Layout constructs -- */
#logo {
	position: relative;
	width: 100%;
	height: 232px;
	overflow: hidden;
	background: #398db9 url('../img/bg-logo.jpg') 0 0 no-repeat;
}
#mainMenu {
	height: 43px;
	padding: 0 12px;
	background: #0f2132 url('../img/bg-menu.gif') no-repeat;
}
#content {
	width: 100%;
	height: 100%;
	background: #fff url('../img/bg-content -.gif') repeat-y;
	float: left;
}
#foot {
	height: 54px;
	background: #0f2132 url('../img/bg-foot.gif') no-repeat;
}
/* -- Brov Item -- */

.broviteml {
	position:relative;
	float:left;
	padding:0px;
	height:100%;
	text-align:center;
	margin:0px;
	width:200px;
}


/* -- Main Menu -- */
#mainMenu ul {
	position: relative;
	height: 100%;
}
#mainMenu li {
	position: relative;
	float: left;
}
#mainMenu li a {
	display: block;
	width: 91px;
	height: 27px;
	padding-top: 16px;
	float: left;
	font-size: .9em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url('../img/bg-menu_item.gif') 0 0 no-repeat;
}
#mainMenu li.active a, #mainMenu li a:hover {
	background-color: #0a1520;
	background-position: 0 -43px;
}
/* -- Right (submenu) block -- */
#menuBlock {
	width: 200px;
	float: right;
}

#menuBlock .box {
	margin-bottom: 20px;
	padding: 0 10px 0 20px;
	overflow: hidden;
	clear: both;
}
#menuBlock .firstBox {
	padding-top: 25px;
	background: url('../img/bg-content_right.gif') 0 0 no-repeat;
}
#menuBlock .box h3 {
	margin-bottom: 15px;
	padding-left: 20px;
	color: #148d04;
	font-weight: normal;
	background: url('../img/bg-heading.gif') 2px 45% no-repeat;
}
#menuBlock .boxText p, #menuBlock .boxText a {
	color: #0b1621;
}
#menuBlock .subMenu ul {
	padding-left: 20px;
}
#menuBlock .subMenu ul li {
	margin: 9px 0;
}
#menuBlock .subMenu li a {
	padding: 0 5px 0 20px;
	color: #064e81;
	overflow: hidden;
	background: url('../img/bg-submenu_item1.gif') 0 60% no-repeat;
}
#menuBlock .subMenu li a:hover, #menuBlock .subMenu li.active a {
	color: #022a47;
	background: url('../img/bg-submenu_item2.gif') 0 60% no-repeat;
}
/* -- Left (content) block -- */
#content > #contentBlock {
	margin-bottom: 0;
}
#contentBlock {
	position: relative;
	left: 1px;
	float: left;
	width: 100%;
	min-height: 375px;
	margin-bottom: -20px;
	padding: 20px 0;
	background: url('../img/bg-content_left.gif') 100% 100% no-repeat;
}
#contentBlock img {
	margin: 3px;
}
#contentBlock table tr.add td, #contentBlock table tr.add th {
	background: url('../img/bg-table_line.gif') repeat-x;
}
#contentBlock .item {
	position: relative;
	left: -1px;
	padding: 0 15px 0 25px;
	width: 100%;
}
#contentBlock .item h2, #contentBlock .item h3, #contentBlock .item h4, #contentBlock .item p {
	font-weight: normal;
}
#contentBlock .itemOdd {
	position: relative;
	left: -11px;
	background: url('../img/bg-article.gif') repeat-y;
	width: 740px;
	padding-right: 0;
}
#contentBlock .itemEven {
	padding-right: 0;
	background-color: #ecf8ff;
}
#contentBlock .mainItem {
	padding-right: 0;
}

#contentBlock .mainItem .perex {
	color: #014679;
	width: 712px;
	padding: 25px;
	margin-left: -25px;
	margin-bottom: 2em !important;
	border-bottom: 1px #dff1f9 solid;
	background-color: #ecf8ff;
}
.justify {
	text-align:justify !important;
	margin-right:10px;
}
