#video {
  width: 325px;
  height: 500px;
  margin: 30px;
  padding: 5px;
  outline: thin outset;
  background: white url('images/map_back.jpg') top left repeat;
  color: black;
}

#about_gvb {
  width: 475px;
  height: 162px;
  overflow: hidden;
  float: right;
  clear: right;
  margin-right: 40px;
  margin-bottom: 10px;
  background: transparent url('images/about.png') top left no-repeat;
}

  #ie_about {
    float: right;
    clear: right;
    margin-bottom: 50px;
    background: transparent url('images/about.jpg') top left no-repeat;
  }

  #services, #visit {
    width: 230px;
    float: left;
  }

#changeable {
  width: 465px;
  height: 400px;
  overflow: hidden;
  float: right;
  clear: right;
  margin-right: 40px;
  padding: 10px;
  text-align: center;
}

  #changeable_block {
    margin: 15px;
  }

    .changeable_content, #changeable_bottom {
      display: none;
    }

    #changeable_1 {
      display: block;
    }

/* Styles for individual blocks */

#follow li {
  width: 180px;
  height: 100px;
  float: left;
  display: block;
  margin: 10px 15px;
}

/* End Changeable */

#twitter_feed {
    width: 850px;
    float: left;
    background: transparent url('images/tweet_back.png') top center repeat-y;
}

  #pastor_tweets {
    width: 850px;
    height: 75px;
    margin: 0;
    padding: 0;
    background: transparent url('images/pastor_tweets.png') top center no-repeat;
  }

  #twitter_feed ul {
  }

  #twitter_feed li {
    margin: 5px 15px;
  }

  #twitter_feed p {
    margin: 5px 30px;
  }

  #twitter_feed a, #twitter_feed a:link #twitter_feed a:visited {
    color: white;
  }

  #twitter_feed a:hover {
    background: blue;
  }

  #tweet_bottom {
    width: 850px;
    height: 45px;
    margin: 0;
    background: transparent url('images/tweet_bottom.png') bottom center no-repeat;
  }
