   body {
    font: 0.8em Arial, Helvetica, sans-serif; /*  */
    background: #F8F1F7; /* */
    color: black; /* */
   }
   a { color: #008BCE; /*  */ }
   
   a:active {
    color:blue; /*  */
   }	
   a:hover {
 color:blue;
 text-decoration: underline
}
   #container {
    width: 100%; /*  */
    margin: 0 auto; /*  */
    background: #F8F1F7; /*  */
   }
   #gerbl {width: 60px;/*  */
   float: left
   }
   #gerbr {width: 100px;/* */
   float: right
   }
   #header { 		/*  */
    font-size: 2.2em; /*  */
    /* text-align: center; /*  */
    padding: 8px; /*  */
    background: #F8F1F7; /* uno-repeaparent; /* Цвнка*/
	border-top: groove blue 2px;	/* Раикс*/
	border-bottom: groove blue 2px;	/* Рамикс*/

   }
				.string {margin-top:0px; 
				   margin-left:6%; 
				   }
				
   #nav, #aside {
    float: left; width: 21%; padding: 5px;
   }
   #nav {
    border-right: groove blue 1px;  /* Раикс */
   }
 
   #content {
    background: white;
    padding: 10px;
	margin: 0% 22%; /* Ширк */
	border-right: groove blue 1px;  /* Рамикс */
	border-left: groove blue 1px;  /* Рамкс */
	
   }
   img.news {align: left; float: left; padding: 5px; margin-right: 10px;
   /* дава*/
   } 
   img.news2 {align: right; float: right; padding: 5px; margin-right: 10px;
   /* дава*/
   } 
   #aside {
    float: right; color: #000;
	border-left: groove blue 1px;  /* Рамикс */
   }
	h1 { font-size: 1.2em; } 
	h2 { margin: 0 0 1em; }
   #footer { 
    clear: both; /* Отat */
    padding: 5px; /* Отстта */
    background: #ABD6EC; /* Цвеала */
	border-top: groove blue 2px;	/* Рамкс*/
   }
   p.nav {
   text-indent:0px; /* Крации */
   }
   p.aside {
   text-indent:0px; /* Крлово */
   }
   div.content {				/* Дта */
   text-indent:50px; /* Крста */
   text-align:justify /* Вырине */
   }
  div.indent {
  text-indent:0px; /* Безста */
   text-align:justify; /* Вырне */
   }
   p.indnews {
   text-indent:30px; /* Крастей */
   text-align:justify /* Выне */
   }
   


.ienlarger {
	float: left;
	clear: none; /* Можнимости */
	padding-bottom: 5px; /* Рассоле */
	padding-right: 10px; /* Расстом */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* Есуки */
}

.ienlarger a:hover{ /* Нения */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* Добания */
	margin-bottom: 8px; /* /Сжения */
}

.ienlarger a span {  /* Длия */
	position: absolute;
	display:none;
	color: #FFCC00; /* Текия */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* Размания */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* Длылки */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: 50px; /* Боюры */
	left: 100px; /* Болатюры */
	z-index: 100;
	
/* Еслажении */
}

.resize_thumb {
	width: 130px; /* Ввесь */
	height : auto;	
}  

/* Кен */


.poster{
    position:relative;
    margin:10px auto;
  /*   background:#ff6600;*/
    height:40px;
    width:500px;
}
.descr{
    display:none;
    margin-left:0px;
    padding:10px;
    margin-top:17px;
    background:#f3f3f3;
    height:40px;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
}
.poster:hover .descr{
    display:block;
    position:absolute;
    top:0px;
    z-index:9999;
    width:500px;
}
