@CHARSET "UTF-8";

body {
	background:url(../images/design/bg.gif) left top repeat-x;
	}
	
/* Стиль для страницы НОВОСТИ */

.ARHIVE{/* Стиль архива */
	font-size:15px;
	padding:10px;
	}

.nsitem{/* Блок для одной записи [Новость]*/
	padding-bottom:10px;
	padding-left:0px;
	padding-top:10px;
	padding-right:10px;
	}
	
.nsitem .img IMG{/*Стиль Изображения*/
	border:1px solid #000000; /* Рамка */
	}
	
.nsitem .ncnt{/* Отступ Блока новости от изоброжения */
	padding-left:0px;
	}

.nsitem .ncnt .date{/* Стиль даты */
	font-weight:bold;
	font-size:11px;
	}
	
.nsitem .ncnt .name{ /* Стиль названия Новости */
	font-weight:bold;
	font-size:11px;
	}
	
.nsitem .ncnt .desc{ /*Стиль текста новости */
	font-weight:100;
	font-size:11px;
	}	

.nsitem .ncnt .desc a{ /* Стиль ссылки "подробнее" */
	font-weight:100;
	font-size:11px;
	}
	
.nsitem .ncnt .desc a:hover{}



/*
*	Новостная страница
*
*/
.nsitem{ 
	width:100%; 

	float:left;
	}

.nsitem .img{float:left; padding-right:15px;}

.nsitem .ncnt{

	width:550px;
	float:left;

	}
/*....................................................*/


#href_logo{
	width:250px;
	height:130px;
	float:left;
	margin-top:30px;
	position:relative;

	cursor:pointer;
	}
#aadsaadsads  {
	position:relative;
	}
#aadsaadsads a{text-decoration:none;}	
#aadsaadsads a:hover{text-decoration:none;}	
a {text-decoration:none;}
a:hover {text-decoration:underline;}