.news {
    background-color:#f6f4ee;
    padding:0 0 20px 0;
    margin:-20px 0 10px;
    position:relative;
    line-height:inherit;
    }
.news-menu {
    color:#6b6661;
    }
.news-menu-text {
    border:3px solid #fff;
    border-left:none;
    background:#d1cecb;
    float:left;
    padding:3px 10px 4px;
    font-weight:bold;
    font-size:11px;
    line-height:17px;
    }
    
.news-menu-text a{
    color:#6b6661;
    text-decoration:none;
}

.news-menu-text a:hover {
    text-decoration:none;
	background:#C7C3C0;
}

.news-menu-text:hover {
	background:#C7C3C0;
}


.news-menu .news-menu-text-active {
    color:#fff;
    background:#837766;
    }
    
.news-menu .news-menu-text-active a {
    color:#fff;
    }

.news-menu .news-menu-text-active a:hover {
	background:#837766;
}

.news-info-text {
    font-size:34px;
	letter-spacing:3px;
    position:absolute;
    top:85px;
    left:40px;
    color:#d3cec5;
    line-height:40px;
}

.news-text {
    margin:30px 40px 30px 185px 
    }
    
.news-content {
    margin-top:60px;
    }
	
.content .news-content h1 {
	color:#615244;
	font-size:14px;
	font-weight:bold;
}