body{
	background:url(/pic/lib_fon.jpg);
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	margin: 0;
}

table ( 	
	padding: 10;
)

html, tr, td, p   { 
    font: Arial, Verdana, Helvetica, sans-serif;
    font-size:10pt;
    font-style:normal;
	text-align:justify ;
}

h1  {  
	font-family:arial cyr;
    font-size:20pt;
    color: #4F0000;
    font-weight:normal;
    text-align:center;
}

h2  {  
	font-family: arial cyr; 
    font-size: 18pt; 
    color: #595959;
    text-align:center; 
    font-style: italic;
    font-weight:normal;
}

h3  {  
	font-family:arial cyr;
    font-size:12pt;
    color:#4F0000;
    font-style:bold;
}

h4  {  
	font-family: Times New Roman; 
    font-size: 12pt; 
    color: black; 
    font-style: italic;
    font-weight:bold;
}

h5  {  
	font-family: arial cyr; 
    font-size: 10pt; 
    color: black; 
    font-style: italic;
    font-weight:bold;
}

h6  {  
	font-family:arial cyr;
    font-size:12pt;
    color:white;
    font-style:bold;
}

ul, li, ol  {
	font-family:arial cyr;
    font-size:10pt;
    color:black;
	text-align:left; 
    font-style:normal;
}

.lp {
	letter-spacing:3px;
}

.min {
	font-size:8pt;
}

.lpmin {
	letter-spacing:3px; font-size:8pt;
}

#foto {
	text-align:center; 
	float:right; 
	margin:5px 0px 5px 5px; 
	padding:5px; 
	background-color:#CCCCCC
}

.main {
	position:relative;
	display: block;
	border: 1px solid #000;
	background-color: #fff;
	width: 650px;
	left: 50%;
	margin-left: -350px;
	padding: 0 15px;
}

.main.text {
	text-align:left;
	padding: 10px;
}

.top_menu {
	position:relative;
	display: block;
	border: 1px solid #000;
	background-color: #fff;
	width: 680px;
	left: 50%;
	margin-left: -340px;
	font-size: 10pt;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #555;
	background-color: #fff;
	//padding: 0 15px;
	font-style: Arial, Verdana, Helvetica, sans-serif;
}

.sub_topic {
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
    text-align: left;
}

.topcolon {
	position:relative;
	display: block;
	width: 650px;
	left: 50%;
	margin-left: -350px;
	padding: 0 15px;
	text-align: center;
	vertical-align: middle;
	font-family:arial cyr;
	text-transform:uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 12pt;
	background-color: #808080;
	height: 80px;
}

.colon {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	background-color: #808080;
	width: 100%;
	height: 50px;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

.pright {
	text-align: right;
}

.pleft {
	text-align: left;
}

.pcenter {
	text-align: center;
}
/*
.top_menu {
	position:relative;
	display: block;
	font-size: 8pt;
	padding-bottom: 2px;
	border-bottom: 1px solid #555;
	background-color: #fff;
	padding: 3px 10px;
	margin-bottom: 0px;
	font-weight: bold;
    text-align: center;	
	width: 690px;
	left: 50%;
	margin-left: -345px;
}
*/
#menu{
	width:160px;
	height:600px;
	position: fixed; /* Фиксированное положение */
	left:50%;
	margin:0px 0 0 360px;
    background: #ffe; /* Цвет фона */ 
    border: 1px solid #333; /* Параметры рамки */ 	
}

