body {
  background: #6C4C41;
  font-family: Arial;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  text-align: center;
}

a {color: #506399; font-weight: bold; text-decoration: none}
a:hover {color: #B30000}

h1 {color: #3C3B49; font-size: 2em; margin: 10px 0}
h2 {color: #D31920; font-size: 1.5em}
h3 {color: #6C4C41; font-size: 1.3em; margin: 20px 0 -10px 0}

p {line-height: 130%}

ul {list-style-type: square}



/* LAYOUT STYLES */
/* ============= */

/* BODY */
#body {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

#body-content {
  float: left;
  background: #FFF;
  padding: 20px;
  min-height: 400px;
  width: 960px;
}

#bodyWrap {
  float: left;
  background: #F4EDE7;
  text-align: center;
  width: 100%
}

.region-content {float: left; width: 650px}

.front h2 {font-size: 1.6em; margin: 0 0 10px 0}
.front #node-6 {display: none}


/* FOOTER */
#footer {
  font-size: 0.85em;
  margin: 0 auto;
  padding: 10px 20px;
  height: 100px;
  text-align: left;
  width: 960px;
}

#footer a {color: #EFE4D9; font-weight: normal}
#footer a:hover {color: #F1C66A}

#footerWrap {
  float: left;
  border-top: 10px solid #D0BBA8;
  color: #EFE4D9;
  text-align: center;
  width: 100%
}

#footer-left {float: left}
#footer-left ul {float: left; color: #D0BBA8; margin-right: 20px; padding-left: 20px}
#footer-right {float: right; text-align: right}


/* HEADER */
#header {
  background: url(/sites/default/themes/antiquity_two_col/images/header.jpg);
  margin: 0 auto;
  height: 150px;
  width: 1000px;
}

#headerWrap {
  text-align: center;
  width: 100%
}


/* NAVIGATION */
#nav {
  margin: 0 auto;
  height: 40px;
  width: 1000px;
}

#navWrap {
  background: #D0BBA8;
  text-align: center;
  width: 100%
}

#nav-menu {
  font-family: Gill Sans MT, Arial;
  font-size: 1.1em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 1000px;
}

#nav-menu li {
  float: left;
  border-right: 1px solid #6C4C41;
  margin: 0;
  padding: 0;
}

#nav-menu li.last {border-right: 0}

#nav-menu li a {
  display: table-cell;
  border: 0;
  color: #6C4C41;
  font-weight: normal;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  width: 142px;
}

#nav-menu li a:hover {
  background: #6C4C41;
  color: #D0BBA8;
}