body {
  background-image: url('bodybackground.jpg');
  background-color: #504e45;
  background-repeat: repeat-x;
}
p {
  padding: 15px 0;
  font: normal 12px arial;
  line-height: 18px;
  color: #fff;
}
/* Nav */
.top_nav {
  position:absolute;
  top: 0;
  text-align:center;
  background:none;
  width:100%;
  margin: 0;
  padding: 0;
  overflow:visible;
}
.top_nav ul {
  left: 50%;
  position:relative;
  clear: both;
  float:left;
}
.top_nav li {
  float: left;
  left: -50%;
  position:relative;
}
.top_nav li a {
  border: none;
  padding-top: 25px;
  height: 36px;
  background:#364333;
  margin: 0 2px;
  color: #e4e1d9;
  -moz-box-shadow: 0 0 2px 2px #000;
  -webkit-box-shadow: 0 0 2px 2px #000;
  box-shadow: 0 0 2px 2px #000;
}
.top_nav li a:hover {
  background: #51624d;
}
.top_nav li.active a {
  border: none;
  background:#8cba71;
  color: #fff;
}
.top_nav li.active a:hover {
  background:#8cba71;
}
/*  backgrounds */
.background{
  background-image: url('background.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
/* header */
.logoWrapper {
  background-image: none;
}
.logo {
  display:none;
}
/* showcase */
.showcase {
  height: 435px;
}
/* content */
h1 {
  font: bold 36px 'Marvel', sans-serif;
  color: #bcb320;
}
.main_content{
  background-image: url(backgroundGreen.png);
  background-repeat: repeat;
  width: 869px;
  margin-bottom: 0;
}
h2, h3, body, .footer_copy {
  color: #fff;
}
a {
  color: #dad46b;
}
.border {
  border: solid 4px #7c7a71;
}
.column1 {
  width: 505px;
}
.column2 {
  width: 332px;
}
/* Footer */
.footer {
  background: #427f1e;
  padding: 20px 0;
  margin: 0;
}
.footer a {
  color: #fff;
}

