body {
  background: #87725c url("../images/bg.jpg") 0 0 repeat;
  font-family: cochin, baskerville, "palatino linotype", georgia, serif;
  color: #66472a;
  font-size: 16px;
}

h1, h2, h3, h4, a {
  color: #6a8a7f;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  position: relative;
  display: block;
  width: 960px;
  min-height: 594px;
  margin: 25px auto;
  background: white url("../images/bg-texture.jpg") 0 0 no-repeat;
  -webkit-box-shadow: 0px 0px 10px #333333;
  -moz-box-shadow: 0px 0px 10px #333333;
  box-shadow: 0px 0px 10px #333333;
}

.container {
  position: relative;
  display: block;
  width: 935px;
  padding: 25px;
  min-height: 594px;
  margin: 0;
  background: transparent url("../images/bg-image.png") 0 bottom no-repeat;
}

body.home .container {
  background-image: url("../images/bg-image-home.png");
}

body.mission-statement .container {
  background-image: url("../images/bg-image-mission.png");
}

body.become-a-member .container {
  background-image: url("../images/bg-image-member.png");
}

body.contact-us .container {
  background-image: url("../images/bg-image-contact.png");
}

.header {
  position: relative;
  display: block;
  background: transparent url("../images/bg-header.png") 0 0 no-repeat;
  width: 910px;
  height: 179px;
}
.header .image-holder {
  position: absolute;
  top: 15px;
  left: 19px;
  width: 302px;
  height: 141px;
  background: transparent url("../images/header-image.jpg") 0 0 no-repeat;
}

.nav {
  display: block;
  float: left;
  width: 128px;
  height: 422px;
  padding: 10px;
  padding-top: 0;
  margin-left: 36px;
  background: transparent url("../images/bg-nav.png") 0 0 no-repeat;
}
.nav ul, .nav li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li {
  margin: 0;
}
.nav ul li a {
  display: block;
  background: #7a674f;
  text-transform: uppercase;
  font-size: 13px;
  width: 98px;
  height: 22px;
  text-align: center;
  padding: 5px 10px 15px;
  margin-bottom: 9px;
  color: #ded1c2;
  text-decoration: none;
}
.nav ul li a:hover, .nav ul li a:active {
  background-color: #433420;
}

.content {
  position: relative;
  margin-left: 180px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}

#footer {
  display: block;
  padding: 0 25px;
  height: 50px;
  margin: 10px auto;
  clear: both;
}
#footer .left {
  float: left;
}
#footer .right {
  float: right;
}
#footer .facebook-link {
  display: block;
  background: transparent url("../images/ahsfacebooklogo.png") 0 0 no-repeat;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  overflow: hidden;
}

.mission-header {
  display: block;
  background: transparent url("../images/mission-statement.png") 0 0 no-repeat;
  width: 500px;
  height: 44px;
  margin: 10px 0;
  text-indent: -9999px;
  overflow: hidden;
}

.fauxcolumns .column-center-inner {
  float: left;
  width: 400px;
}
.fauxcolumns .column-right-outer {
  float: left;
  width: 280px;
  padding-left: 20px;
  margin-left: 10px;
  border-left: 1px solid #ccc;
}
.fauxcolumns .separator {
  clear: none;
  display: block;
}
.fauxcolumns img {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 10px;
  margin-left: 0;
}
.fauxcolumns table {
  margin: 0;
}
.fauxcolumns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  border-width: 0;
}
.fauxcolumns ul li {
  padding-left: 1.2em;
}
.fauxcolumns .collapsed ul {
  display: none;
}
.fauxcolumns .share-button {
  display: inline-block;
  margin: 0 5px;
}
.fauxcolumns .post-count-label {
  font-size: 19px;
}
.fauxcolumns .toggle {
  text-decoration: none;
}
.fauxcolumns .posts li {
  margin-bottom: 5px;
}

table.home {
  margin-top: 20px;
  width: 100%;
}
table.home img {
  border: 0;
  border-color: transparent;
}
table.home td {
  padding: 0 10px;
  width: 33%;
  min-height: 150px;
  border-top: 2px solid #dd9637;
}
table.home .first a img {
  width: 112px;
  height: 112px;
}
table.home .second a img {
  width: 178px;
  height: 111px;
}
table.home .second {
  border-left: 2px solid #dd9637;
  border-right: 2px solid #dd9637;
}
table.home .last a img {
  width: 178px;
  height: 111px;
}
