body {
  margin: 0px auto;
  width: 100%;
  border: 0;
  padding: 0;
  min-width: none;
  max-width: none;
}


#top {
  margin: 0px auto;
  float: middle;
  position: relative;
  width:  1364px;
  min-width: 1345px;
  max-width: 1364px;
  min-height: 60px;
  margin-top: 30px;
}

#glogo2 {
  float: left;
  position: relative;
  width: 250px;
  height: 54px;
  margin-top: 0;
  margin-left: 203px;
}

#facebooktop {
  float: left;
  position: relative;
  width: 20px;
  height: 37px;
  margin-top: 5px;
  margin-left: 463px;
  background-image: url(facebooktop.png);
  background-repeat: no-repeat;
}

#facebooktop:hover {
  background-image: url(facebooktop_hover.png);
}

#instagramtop {
  float: left;
  position: relative;
  width: 31px;
  height: 31px;
  margin-top: 11px;
  margin-left: 32px;
  background-image: url(instagramtop.png);
  background-repeat: no-repeat;
}

#instagramtop:hover {
  background-image: url(instagramtop_hover.png);
}

#youtubetop {
  float: left;
  position: relative;
  width: 41px;
  height: 43px;
  margin-top: 5px;
  margin-left: 25px;
  background-image: url(youtubetop.png);
  background-repeat: no-repeat;
}

#youtubetop:hover {
  background-image: url(youtubetop_hover.png);
}

#twittertop {
  float: left;
  position: relative;
  width: 34px;
  height: 28px;
  margin-top: 12px;
  margin-left: 32px;
  background-image: url(twittertop.png);
  background-repeat: no-repeat;   
}

#twittertop:hover {
  background-image: url(twittertop_hover.png);
  clear: left;    
}

#contain {
  float: left;
  position: relative;
  width: 100%;
  min-width: none;
  max-width: none;
  margin-top: 0px;
  margin-left: 0;
  min-height: 100px;
  background-image: url(contain.png);
  background-repeat: repeat-x;
}

#home {
  float: left;
  width: 61px;
  height: 11px;
  margin-top: 83px;
  margin-left: 900px;
  background-image: url(home.png);
  background-repeat: no-repeat;
}

#home:hover {
  background-image: url(home_hover.png);
}

#bio {
  float: left;
  width: 37px;
  height: 11px;
  margin-top: 83px;
  margin-left: 75px;
  background-image: url(bio.png);
  background-repeat: no-repeat;
}

#bio:hover {
  background-image: url(bio_hover.png);
}

#videos {
  float: left;
  width: 81px;
  height: 11px;
  margin-top: 83px;
  margin-left: 65px;
  background-image: url(vision.png);
  background-repeat: no-repeat;
}

#videos:hover {
  background-image: url(vision_hover.png);
}

#blog {
  float: left;
  width: 57px;
  height: 11px;
  margin-top: 83px;
  margin-left: 55px;
  background-image: url(blog.png);
  background-repeat: no-repeat;
}

#blog:hover {
  background-image: url(blog_hover.png);
}

#prayernav {
  float: left;
  width: 86px;
  height: 11px;
  margin-top: 83px;
  margin-left: 60px;
  background-image: url(prayernav.png);
  background-repeat: no-repeat;
}

#prayernav:hover {
  background-image: url(prayernav_hover.png);
}

#contentbg {
  min-height: 400px;
  padding-left: 300px;
  height: 400px;
  margin-bottom: 50px;
}

#text {
  margin: 50px auto;
  width: 940px;
  min-height: 200px;
  height: 200px;
  margin-left: 450px; 
}

#links {
  float: right;
  position: relative;
  width: 960px;
  min-height: 500px;
  margin-top: 0px;
}

#visionheader {
  float: left;
  position: relative;
  width: 120px;
  height: 45px;
  margin-top: 47px;
  margin-left: -550px;
}

#fb-root {
   margin-left: 100px;
}

#facebook {
  float: left;
  position: relative;
  width: 20px;
  height: 37px;
  margin-top: 0px;
  margin-left: 230px;
}

#instagram {
  float: left;
  position: relative;
  width: 31px;
  height: 31px;
  margin-top: 0px;
  margin-left: 30px;
}

#youtube {
  float: left;
  position: relative;
  width: 41px;
  height: 43px;
  margin-top: 0px;
  margin-left: 30px;
}

#twitter {
  float: left;
  position: relative;
  width: 34px;
  height: 28px;
  margin-top: 0px;
  margin-left: 30px;
}

p {
  margin: 0;
  padding: 0;
  text-indent: 0;
  text-align: left;
  font: bold 24px/18px 'Lucida Console', Monaco, monospace;
  text-transform: none;
  text-decoration: none;
  color: #040000;
  letter-spacing: 0.1em;
}

.text-style-1 {
  margin: 10px;
  padding: 0;
  text-indent: 0;
  text-align: left;
  font: 17px/19px Adobe Caslon Pro;
  text-transform: none;
  text-decoration: none;
  color: #363636;
  letter-spacing: 0.05em;
}
.clear {
	clear: both;
	
}