/* layout colors */
html, body {
  background:#3d2216 url(../images/bgHeader.jpg) repeat-x;
}

.holygrail {
  background-image:url(../images/bgBody2.png);
  background-position:top right;
  background-repeat: repeat-y;
}
.colmask2 {
  background:url(../images/bgBodyTop.png) top right no-repeat;
}

#siteContainer #footer {
  background:url(../images/bgBodyTop.png) top right repeat-y;
}

/* Navigation */
.navTop li a {
  background-image:url(../images/navTop.png);
  background-repeat:no-repeat;
}

.nav li a.main-nav {
  background-image:url(../images/navLeft.png);
  background-repeat:no-repeat;
}
#siteContainer .nav .sub-nav {
  background:#3d2216 url(../images/subnavLeft.png);
}
#siteContainer .nav .sub-nav li a {
  color:#3d2216;
}

/* Content Areas - Main */
#siteContainer .col1Content h1 {
  color:#3d2216;
  border-bottom:1px solid #3d2216;
}
#siteContainer .col1Content a {
  color:#006d75;
}
/* Content Areas - Sidebar */
#siteContainer .col3 .banner {
  background:#f3ebdb;
}
#siteContainer .col3Content a {
  color:#006d75;
}
/* Content Areas - Footer */
#siteContainer #footer .footerContent {
  background:#3d2216;
  color:#f3ebdb;
}
#siteContainer #footer .footerContent .siteCredit a {
  color:#f3ebdb;
}

