.main {
	background-image:url("images/site_back.png");
}

body {
	background-color:#333333;
}

h1 {
    padding-right:30px;
    font-size:20px;
    color:#2E78BE;
	text-align:right;
}

ul.text{
	text-align:justify;
}
ul.text li{
	margin-left:25px;
	color:#004D77;
	margin-right:25px;
}

p {
	padding-left:15px;
	padding-right:15px;
	color:#004D77;
	text-align:justify;
	text-indent:1.25cm;
	margin-left:35px;
}

table{
	border-spacing: 0;
}

.table_top{
	height:40px;
	width:770px;
	background-image:url("images/top.png")
}

.table_header{
	height:190px;
	width:770px;
	background-image:url("images/header.png")
}

/* Левое меню*/

a.menu_first{
  padding: 5px;
  border: 1px solid grey;
  border-bottom: 1px solid white;
 }
 a.menu{
  padding: 5px;
  border-bottom:1px solid white;
  border-left:1px solid grey;
  border-right:1px solid grey;
 }
 
 a.menu_last{
  padding: 5px;
  border-bottom:1px solid grey;
  border-left:1px solid grey;
  border-right:1px solid grey;
 }
 

.menu2 ul{
	vertical-align: top;
	list-style:none;
	padding:0px 0 0px 0;
	margin-left:25px;
	margin:0px;
	background-color:white;
	list-style:none;
	
}

.menu2 {
	float: left;
	width: 250px;
	margin-right: 15px;
	margin-left: 37px;
	margin-top:5px;
}

.menu2 li{
	display:block;
	padding: 0px;
	margin: 0;
	/*margin-left:-35px;*/
	text-decoration:none;
	list-style:none;
}

.menu2 li a{
	/*color:#9CCDDF;*/
	color:#004D77;
	text-decoration:none;
	background: white;
	display:block;
	padding: 2px 15px;
	margin:0;
	border-bottom:1px solid #2E78BE; /*#00B0D2*/
	border-left:1px solid #2E78BE;
	border-right:1px solid #2E78BE;
	list-style:none;
	font-size:14px;
}
.menu2 li a:hover {
	/*background: #8F9784;*/  
	background:#95DBE6;/*#9CCDDF;*/
	color:white;
	list-style:none;
}

.menu2 h2 {
	color:white;
	font-size:15px;
	display:block;
	background:#2E78BE;
	padding:5px;
	margin:0;
}
