body {
  background-color: #E5E3B7;
}

div#container {
  background-color: #FFF;
  border-color: #CECB96;
}

div#content {
  background: url(../resources/img/bg_content.gif) top left repeat-y;
}

div#subContent {
  background-color: #CECB96;
}

div#footer {
  background-color: #3D332A;
}

h2, h3, h4, p, li {
  color: #3D332A;
}

div#footer p {
  color: #CECB96;
}

a {
  color: #508AE3;
}

a:hover {
  background-color: #508AE3;
  color: #12356D;
}

/* Forms -- */
fieldset {
  background-color: #E5E3B7;
}

fieldset.formSubmit {
  background: none;
}

label {
  color: #3D332A;
}

input, textarea {
  border-color: #CECB96;
}

fieldset.formSubmit input {
  background-color: #3D332A;
  border-color: #3D332A;
  color: #CECB96;
}

/* Main Navigation -- */
ul#nav_main {
  background-color: #3D332A;
}

ul#nav_main a {
  color: #CECB96;
}

ul#nav_main a:hover {
  background-color: #CECB96;
  color: #3D332A;  
}

body#index li.index a, body#about li.about a, body#services li.services a, body#contact li.contact a {
  background-color: #EDECCE;
  color: #3D332A;    
}

/* Footer Navigation -- */
div#footer a {
  color: #CECB96;
}

div#footer a:hover {
  background: none;
  color: #EDECCE;
}

/* horses.php & staff.php -- */
ul#horses img, ul#staff img {
  border-color: #3D332A;
}
