html {
  background: #e1ded9;
  height: 100%;
}

body {
  margin: 0;
}

img {
  border: 0;
}

a:link, a:visited {
  color: #274001;
  text-decoration: underline; 
}

a:hover, a:active {
  color: #4d7727;
}

#container {
  width: 772px;
  margin: auto;
  background: url(/images/content2.jpg) repeat-y top left;
}

#masthead {
  margin: 0;
  width: 100%;
  height: 127px;
  background: url(/images/masthead.jpg) no-repeat top left;
}

#navigation {
  position: relative;
  padding: 0 0 0 317px;
  font: bold 12px Trebuchet MS, Arial, Helvetica, sans-serif;
}

#navigation a {
  display: block;
  height: 40px;
  float: left;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

#home a, #home a:link, #home a:visited {
  width: 73px;
  background: url(/images/nav_home_off.gif) no-repeat top left;
}

#home a:hover, #home a:active {
  background: url(/images/nav_home_on.gif) no-repeat top left;
}

#about_us a, #about_us a:link, #about_us a:visited {
  width: 85px;
  background: url(/images/nav_about_us_off.gif) no-repeat top left;
}

#about_us a:hover, #about_us a:active {
  background: url(/images/nav_about_us_on.gif) no-repeat top left;
}

#models a, #models a:link, #models a:visited {
  width: 74px;
  background: url(/images/nav_models_off.gif) no-repeat top left;
}

#models a:hover, #models a:active {
  background: url(/images/nav_models_on.gif) no-repeat top left;
}

#resources a, #resources a:link, #resources a:visited {
  width: 95px;
  background: url(/images/nav_resources_off.gif) no-repeat top left;
}

#resources a:hover, #resources a:active {
  background: url(/images/nav_resources_on.gif) no-repeat top left;
}

#contact_us a, #contact_us a:link, #contact_us a:visited {
  width: 98px;
  background: url(/images/nav_contact_us_off.gif) no-repeat top left;
}

#contact_us a:hover, #contact_us a:active {
  background: url(/images/nav_contact_us_on.gif) no-repeat top left;
}

#core {
  width: 100%;
  min-height: 274px;
  height:auto !important;
  height:274px;
  background: url(/images/content.jpg) no-repeat top left;
}

#heading {
  margin: 0 40px;
  padding: 5px 0;
  width: 100%;
  font: 24px Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #274001;
}

#content {
  margin: 0 40px 10px 40px;
  font: small Arial, Helvetica, sans-serif;
  color: #274001;
}

#logos {
  width: 100%;
  height: 70px;
  background: url(/images/logos.gif) no-repeat top center;
}

#footer {
  width: 772px;
  height: 50px;
  background: #192901;
  border-top: 3px solid #4d7727;
  text-align: center;
}

#footer_content {
  position: relative;
  height: 30px;
  font: 11px Arial, Helvetica, sans-serif;
  color: #fff;
  top: 10px;
}

#footer_content p {
  margin: 0;
  padding: 0;
}

#footer_content a, #footer_content a:link, #footer_content a:hover, #footer_content a:active, #footer_content a:visited {
  color: #fff;
}
