@charset "UTF-8";
body {
	font-family: 'Oswald', sans-serif;
	color:rgb(81,55,41);
	background-image:url('../images/bg_main_gru.jpg');
	background-attachment: fixed;
	background-position:top;
	background-repeat:repeat-x;
	background-opacity:0.3;
	scrollbar-face-color:rgb(35,20,6);
	scrollbar-3dlight-color:#000;
	scrollbar-highlight-color:#F90;
	scrollbar-shadow-color:#630;
	scrollbar-track-color:#000;
	scrollbar-arrow-color:#F90;
	scrollbar-dark-shadow-color:#000;
}
::-webkit-scrollbar {width:12px; height:12px; background-color:#F90}
::-webkit-scrollbar-button {height:12px; background-color:#F90;}
::-webkit-scrollbar-track {background-color:#000;}
::-webkit-scrollbar-track-piece {background-color:#000;}
::-webkit-scrollbar-thumb {height:10px; background-color:rgb(70,40,12);}
::-webkit-scrollbar-corner {background-color:#000;}
::-webkit-resizer {background-color:#F90;}
::-webkit-scrollbar-button:vertical:increment {
    background-image: url(../images/scroll-arrow_down.png);
}
::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(../images/scroll-arrow_up.png);
}
.newscontainer {
  	display: block;
	position:relative; 
  	width:100%;
}
.newsdate {
  	position:relative;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	color:rgb(157,92,45); 
}
.newstitle {
  	position:relative;
	margin-left:10px;
	margin-right:10px; 
  	text-align:left;
	font-size:22px;
	font-weight:400;
	color:rgb(255,80,0);
}
.newsdescription {
  	position:relative; 
  	margin-bottom:30px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	font-size:20px;
	font-weight:300;
	line-height:22px;
	color:rgb(221,215,208);
}
a.news:link {
	font-size: 22px;
	color:rgb(255,80,0);
	font-weight:400;
	text-decoration:none;
}
a.news:visited {
	font-size: 22px;
	text-decoration:none;
	color:rgb(255,80,0);
	font-weight:400;
	text-decoration:none;
}
a.news:hover {
	font-size: 22px;
	text-decoration:none;
	color:rgb(255,80,0);
	font-weight:400;
	text-decoration:none;
}
a.news:active {
	font-size: 22px;
	text-decoration:none;
	color:rgb(255,80,0);
	font-weight:400;
	text-decoration:none;
}