#MENU_C {                                         /* Слой меню - размер и свойства*/
			width: 200px;
			float: left;
			text-align:left;
		
		}
		
		#MENU_C  A {                                       /* Ссылки в МЕНЮ - свойства */
			font-weight: normal; 
			font-size: 100%; /* Размер шрифта */
			font-family: Impact, arial black, sans-serif; /* Семейство шрифта */
			color: #a52a2a; /* Цвет текста */
			text-decoration: none;
			/*text-indent: 30px;*/
			line-height: 1.5;
			margin-left: 33px;
			
		}
		
		#CONTENT_C {
			margin-left: 200px;
			margin-right: 155px;
			margin-bottom: 20px;
			margin-top: 30px;
			text-align: right;
			/*margin-left:20px;*/
			
		}
		#CONTENT_C  P {
			font-weight: bold; 
			font-size: 80%; /* Размер шрифта */
			font-family: Tahoma; /* Семейство шрифта */
			color: #808080; /* Цвет текста */
			text-align: justify;
			margin-left:30px;
			margin-right:30px;
		}
	table {
			font-weight: bold; 
			font-size: 80%; /* Размер шрифта */
			font-family: Tahoma; /* Семейство шрифта */
			color: #808080;
			margin-top:40px;
			width:550px;
		}
	
	#header3 {
			font-weight: normal; 
			font-size: 120%;  /*Размер шрифта */
			font-family: Impact, arial black, sans-serif; /* Семейство шрифта */
			color: #a52a2a;
					
		}	
