/* здесь прописываем размер, тип шрифта и цвет шрифта*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #291973;
}

/* здесь задаём бэкграунд*/
body {
	background-color: #e2edff;
}

/* здесь задаём цвета ссылок*/

a:link {
	color: #291973;
	text-decoration:none;
}
a:visited {
	color: #291973;	text-decoration:none;
}
a:hover {
	color: #291973;	text-decoration:none;
}
a:active {
	color: #291973;	text-decoration:none;
}

/* всякая хня*/
.keyw {
	height:1px;
	vertical-align:middle;}
.top_line {
	background:url(images/index_04.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:1px;}
.current_page {
	background:url(images/index_13.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:32px;
	vertical-align:top;
	padding-top:13px;
	padding-right:50px;
	padding-left:20px;
	font-weight:bold;}
.content {
	padding-right:5px;
	padding-top:5px;
	vertical-align:top;
	background:url(images/index_15.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;}
.menu_button {
	background:url(images/index_14.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:right;
	padding-right:50px;
	height:21px;
	width:189px;
	font-size: 12px;}
.left_br {
	background:url(images/index_17.gif);
	background-position:left;
	background-repeat:repeat-y;
	vertical-align:top;}
.left_br_ban {
	background:url(images/index_17.gif);
	background-position:left;
	background-repeat:repeat-y;
	vertical-align:bottom;
	padding-left:30px;
	text-align:left;}
.bottom_line {
	background:url(images/index_20.gif);
	background-repeat:repeat-x;
	background-position:bottom;}
.copyr {
	background:url(images/index_23.gif);
	background-repeat:repeat-x;
	background-position:bottom;}
.h4 {
	font-size:14px;
	margin-bottom:2px;
	margin-top:2px}
.logo {background:url(images/index_06.jpg); background-position:left top; padding-left:20px; padding-right:10px; width:189px; text-align:center; vertical-align:middle;}

/* ---------->>> submenu <<<-----------*/ 
.submenutd {
	vertical-align: top;
	padding-right:3px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
.submenu {
	font-weight: bold;
	vertical-align: middler;
	text-align: middle left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background:url(images/me_sub.gif);
	background-repeat:no-repeat;
	background-position: left;
	}

.submenu a:link {
	/* color: #00AA00; */
	text-decoration:none;
	font-size: 11px;
}
.submenu a:visited {
	/* color: #00AA00; */
	text-decoration:none;
	font-size: 11px;
}
.submenu a:hover {
	/* color: #00AA00; */
	text-decoration:none;
	font-size: 11px;
	}
.submenu a:active {
	/* color: #00AA00; */
	text-decoration:none;
	font-size: 11px;
}

/* редактируемый блок под панелью навигации */
.lblock_wrapper {
	width: 100%;
	margin: 15px 0px;
}
