nav {
  width: 100%;
  height: 57px;
    background-color: #014b0c;
    background-image: none;
right: auto;
}

nav ul {
  text-align: left;
  margin-top: 13px;
  width: 800px;
    margin-left: auto;
    margin-right: auto;

  }

nav ul li {
  display: inline;
  padding-right: 20px;
}

div.slideshow {
margin-left: none;
margin-right: none;
position: auto;
top: 80px;
}

img.logo {
  position: absolute;
  left:  3%;
  z-index: 10;
}

div.content {
    top: 70px;
}

#text div.content {
  top: 275px;
}

footer {
    background: #014b0c url(../images/footerbgtop.jpg) repeat-x;
    width: 100%;
    position: relative;
    top: 70px;
    height: 120px;

    padding-bottom: 30px;
    padding-top: 120px;
}

#text footer {
      background: #014b0c url(../images/textfooterbgtop.jpg) repeat-x;
top: 275px;
}