#container {background:#800000; margin:30px auto;height: 1540px;width: 1000px;}
		#header {background: #003153;height: 120px;width: 1000px;}
		#navigation {background: #800000;height:20px;width: 1000px;}
		#menu {background:#003153;float: left;height:1100px;width: 200px;} 
		#content {background:#1164B4; float: right;height:1100px;width:800px;}
		.clear {clear:both; height:1px; width:1000px;}
		#footer {color:black;background:#003153;height: 150px;width:1000px;}
body{background-image:url(../images/fon.jpg);
background-position:center;
background-repeat: repeat;
background-attachment:fixed;
font-family:Arial}
p {padding-top:5px;font-family:Arial;
font-size:10px;color:white;
font-weight:bold;text-align:center} 
#navigation {font-size:90%; color:white;}
#navigation ul {   list-style: none;   margin: 0;   padding: 10px;   padding-top: 0.8em;}
#navigation li {display: inline;} 
#navigation a:link, #navigation a:visited {color:yellow;
font-weight:bolder;  padding: 0.4em 1em 0.4em 1em;
   background-color: #b51032; 
   text-decoration: none; 
   border: 1px solid #711515;}
   #navigation a:hover {color: white;
   background-color: #711515;} 
#navigation a:hover, #navigation a:active {   border-top: 1px solid #717171;
   border-left: 1px solid #717171;   border-bottom: 1px solid white;
   border-right: 1px solid white;} 
h1{     font-family:Arial;     font-size:24px;
   font-weight:bold; 
   text-align:center;  
   color:white} 
h2 {font-family:Arial;     font-size:22px;
   font-weight:bolder; 
   text-align:left;} 
h3 {font-family:Arial;     font-size:20px;
   font-weight:bold; 
   text-align:center;  
   color:#FFDB58 } 
h4 {font-family:Arial;     font-size:18px;
   font-weight:bolder; 
   text-align:center;  
   color:#FFD700;
   /*-золотой-*/} 
h5 {font-family:Arial;     font-size:16px;
   font-weight:bolder; 
   text-align:center;  
   color:#800000} 
img {background-color: yellow;
   border: 1px solid #126ffc; 
   float:left;     margin:15px 30px; 
   padding:3px; } 
a:link {color:#FFBE33;font-weight: bolder;font-family:Tahoma;font-size:17px;text-decoration:underline;} 
a:visited {color:#191970;font-weight: bolder;font-family:Tahoma;font-size:19px;text-decoration:underline;} 
a:hover {color:#530000;font-weight: bolder;font-family:Tahoma;font-size:17px;text-decoration:underline;} 
a:active {color:#FD0606;font-weight: bolder;font-family:Tahoma;font-size:19px;text-decoration:underline;} 
   .scale {
    transition: 1s; /* Время эффекта */
   }
   .scale:hover {
    transform: scale(2); /* Увеличиваем масштаб */
   }
table {
    border-collapse: collapse;
    width: 700px; /* Ширина таблицы */
    margin: auto; /* Выравниваем таблицу по центру окна  */
   }
table, tr, td,th { border: 3px solid #003153; /* Рамка вокруг таблицы */}
  th, td {text-align: left; /* Выравниваем текст по центру ячейки */
    height: 30px;}