.clear {
	clear: both;
}

div.photo-block {
}

div.photo-block .item{
    float: left;
/*    height: 235px; */
    margin-bottom: 20px;
    margin-right: 18px;
    overflow: hidden;
    width: 175px;
}

div.photo-block .item.last {
    margin-right: 0px;
}

div.photo-block .item .img {
    float: left;
    height: 135px;
	width: 191px;
}

div.photo-block .item .img img{
    display: block;
    position: relative;
}

div.photo-block .item .text {
    margin-top: 135px;
	text-align: center;
	height: 115px;
	text-align: left;
}

div.audio-block .disc-info {
    margin-bottom: 20px;
}

div.footer .inner {
    height: 120px;
}

div.video-block .item .text .video {
	display: none;
}

.structure {
	width: 950px;
}

.structure .item {
	float: left;
    height: 250px;
    margin-right: 78px;
    text-align: center;
    width: 126px;
}

.structure .item.last {
	margin-right: 0px;
}

.structure .item a {
	text-decoration: none;
}

.structure .item a div {
	margin-top: 5px;
}

.structure .item a:hover div {
	text-decoration: underline;
}

.structure-item {
	width: 100%;
}

.structure-item .members {
	width: 250px;
	float: left;
}

.structure-item .members div {
	margin-bottom: 5px;
	font-family: tahoma;
	font-size: 16px;
}

.structure-item .members span {
	color: #fb6801;
}

.structure-item .members a {
	color: #000000;
	text-decoration: none;
}

.structure-item .members a:hover {
	text-decoration: underline;
}

.structure-item .member {
	margin-left: 250px;
}

.structure-item .member .photo {
	float: left;
	width: 150px;
}

.structure-item .member .text {
	margin-left: 150px;
	color: #000000;
}

.structure-item .member .text span {
	color: #fb6801;
}

div.footer {
	background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
	height: 60px;
    font-size: 14px;
    width: 100%;
}

div.footer a {
	color: #FFFFFF;
}

div.footer span {
	font-style: italic;
}

div.footer > div {
	margin: 0 auto;
    width: 950px;
}

div.footer .copyright {
	float: left;
	padding-top: 3px;
}

div.footer .contacts {
	float: left;
	line-height: 1.6em;
    margin-left: 43px;
}

div.footer .socnet {
	float: right;
	padding-top: 5px;
}

div.footer .socnet img {
	margin-left: 10px;
}

body.index div.header div.banner {
	float: right;
	margin-right: 14px;
	margin-top: 5px;
}