html, body {
  background-color: #777;
  color: #FFF;
  text-align: center;
}

#mainNav {
  text-align: center;
}
#header, .contentWraper, .content, #mainNav ul, .footer {
  text-align: left;
}
#header {
  background: #1a1a1a  url(/img/headerbg.png) repeat-x top left;
  height: 135px;
  overflow: hidden;
}
h1#logo {
  background: url(/img/logo.png) no-repeat top left;
  width: 450px;
  height: 100px;
  margin: 0;
  text-indent: -9000px;
  overflow: hidden;
}
h1#logo span {
  display: none;
}

#mainNav ul{
  list-style: none;
  color: #FFF;
  margin: 0 auto;
  height: 35px;
  width: 950px;
}

#mainNav ul li {
  display: inline;
  margin: 0 10px 0 5px;
  font-size: 18px;
}

#mainNav ul li a{
  color: #FFF;
  text-decoration: none;
/*  height: 35px;*/
  line-height: 37px;
  padding: 6px 10px;
}
#mainNav ul li a.inactive:hover, #mainNav ul a.current:hover {
  background-color: #800000;
  color: #FFF;
}

#mainNav ul a.current {
  color: #800000;
  background-color: #777;
}

/***************/

.page { clear: both; }



/************/

div.contentWrapper {
  margin: 20px auto;
  padding: 0 0 1px 0;
  width: 950px;
  background: #FFF url(/img/contentBottom.png) no-repeat bottom left;
}
div.content {
  background: transparent url(/img/contentTop.png) no-repeat top left;
  padding: 0 5px;
}
.content h3 {
  border-bottom: 1px solid #CCC;
  margin: 0;
}

/**/
.imageBlock {
  padding: 15px 0;
}
.fineprint {
  font-size: .75em;
}
/**/
p.question {
  margin-bottom: 0;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
p.answer {
  padding: 0 1em;
  margin-bottom: 1.5em;
}
/**/
.contactForm {
  width: 500px;
  border: 1px solid #ccc;
  margin: 15px;
  padding: 10px;
  background: #eee;
}
.contactForm label {
  font-weight: bold;
}
textarea, select {
  display: block;
}

p.lastName { display: none; }
/*******/

div.footer {
  color: #FFF;
   background: #3b0000; 
  border-top: 15px solid #1a1a1a;
  padding: 0 0 10px 0;
}
div.footer p {
  padding: 5px;
  margin: 0;
}

/*********/
.contact {
  border: 1px solid #CCC;
  margin: 5px 0;
  padding: .5em;
}
.contact p {
  margin: 0;
}
.date {
  font-style: italic;
  color: #777;
  font-size: .75em;
}

/************/
.orderForm {
  width: 450px;
  background: #EEE;
  color: #000;
  border: 1px solid #CCC;
  padding: 5px;
  margin: 15px;
}
.orderForm label {
  font-weight: bold;
}
