BODY {
	-BACKGROUND-COLOR:#F7EF99; /* Фон сайта */
	MARGIN: 0px;
	background-image: url(images/bg-dark.png);/* картинка стр. сайта */
}
h1 {
	text-Align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	margin: 60px auto;	
}
h2 {
	text-Align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	margin: 40px auto;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-align: justify;
	white-space: normal;
	word-spacing: 1mm;
	letter-spacing: normal;
	font-weight: normal;
	line-height: 5mm;
	text-indent: 5mm;
	color: #666666;
}
.text_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: bold;
	line-height: 4mm;
	color: #0000CC;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: none;
	text-indent: 2mm;
}
.text_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
	line-height: 4mm;
	color: #666666;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: none;
	text-indent: 2mm;
}
/* Фон левого меню */

.bgcolor-2  {
-color: #DCDCDC;
-background-image: url(images/bg-yellow.png); 
height: 100%;
width:100%;
border: 0;
cellspacing: 0;
cellpadding: 0;
}

/* Настройки меню */

* html #menu{
margin-bottom: 1em;
}

#menu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#menu li{
display:inline;
margin:0;
padding:0;
}

#menu a {
float:left;
background:url(menu-img/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#menu a span {
float:left;
display:block;
background:url(menu-img/tab-right.gif) no-repeat right top;
padding:3px 14px 8px 5px;
font-weight:bold;
color:#3B3B3B;
}


#menu a span {float:none;}


#menu a:hover span {
color: black;
}

#menu #current a {
background-position:0 -125px;
}

#menu #current a span {
background-position:100% -125px;
color: black;
}

#menu a:hover {
background-position:0% -125px;
}

#menu a:hover span {
background-position:100% -125px;
}

#menu {text-align:center;}

#menu ul {
list-style: none;
margin: 60 auto auto auto;
padding: 0;
display:inline-block;
margin-bottom:-4px;
text-align:left;
}
