/* CSS Document */

body{
background-color:black;
background-image:url("../media/bg1.gif");
background-repeat:repeat;
color:white;
font-family: 'Roboto', sans-serif;
    margin: 0px;
}

#main{
width:1100px;
height:auto;
margin:0px auto;
background-color:black;
background-image:url("../media/middle-bg.jpg");
    background-repeat: repeat-x;
}

.news_block{
  width:100%;
 height:120px;
 border-bottom:3px solid #97a942;
 background-color:rgba(0,0,0,0.5);
} 

.news_block_image{
  width:55px;
 height:55px;
 background-color:#97a942;
 margin-left:30px;
 margin-right:60px;
 float:left;
 text-align:center;
 font-weight: bold;
    font-size: 21px;
} 

.news_block_text{
    width: 730px;
    height: 95px;
    float: left;
    padding-top: 15px;
}

.news_block_link{
    width: 170px;
    height: 25px;
    border: 2px solid #97a942;
    float: right;
    border-radius: 8px;
    margin: 25px 30px 15px 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #97a942;
} 
                         
a{
font-size:20px;
}

.news_block_text > h2{
margin:0px;
}

#header{
width:100%;
height:150px;
}

#logo_image{
/*
width:250px;
height:90px;;
*/
width:364px;
height:131px;;

}

#logo{
width:364px;
height:131px;;
float:left;
}

#social_links{
width:50px;
height:30px;
float:right;
    margin-top: 30px;
}

#news{
width:100%;
height:400px;
clear:both;
    margin-top: 360px;
}

#info{
width:100%;
    background-color: rgba(0,0,0,0.5);
    padding-bottom: 75px;
}

#footer{
width:100%;
height:80px;
text-align:center;
}

#info_text{
padding-left:30px;
padding-right:30px;
}

#ft_logo{
  width:265px;
  height:30px;
  margin:0px auto;
}