body{
  background: #fff;

  font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  overflow-x: hidden;
  margin: 0px 0px;
}

.logo_type {
    background: white;
    margin: 0px auto 1px auto;
    position: relative;
    width: 780px;
    letter-spacing: 0.05em;
    padding: 31px 22px;
    font-size: 25px;
    line-height: 28px;

}
button {
  margin-top:5px;
  background: #ededed;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
     -moz-box-shadow: 1px 1px 2px #ccc;
          box-shadow: 1px 1px 2px #ccc;

  border-radius: 3px;
  cursor: pointer;
}

button.down {
  background: #d0d0d0;
  outline: none;
  -webkit-box-shadow: inset 0px 0px 4px #ccc;
     -moz-box-shadow: inset 0px 0px 4px #ccc;
          box-shadow: inset 0px 0px 4px #ccc;
}
.nav_container {
  color:black;
  background: none;
  font-size: 11px;
  width: auto!important;
  float: right;
  letter-spacing: 0.1em;
  /* color: #ccc; */


}
.page_link{
padding-top: 3px;
    float: left;
    margin-left: 12px;
}
#content-container{
background: none;
clear: both;
margin: 1px auto 0 auto;
position: relative;
width: 780px!important;
z-index: 10;
padding: 22px;
}
#content-container-other{
background: none;
clear: both;
margin: 1px auto 0 auto;
position: relative;
width: 780px!important;
z-index: 10;
padding: 22px;
}
a{
  text-decoration: none;
  color:grey;

}
p{
  color: #3a3a3a;
    font-size: 15px;
        line-height: 17px;

}
.newsstory{
  border-bottom:1px solid black;

}
.footer {

      text-align: center;
      float: left;
      width: 100%;
}
img.blog
{
filter: grayscale(40%);
width: 498px!important;
}
