
body, html {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    color: #000;
    font: Arial 12px #000;
}

h3 {
  font-size: 13pt;
  text-align: center;
  color: #666;
}

a:link {
  color: #a74123;
  text-decoration: none;
}

a:link img  {
  border: 0;
  margin: 0;
}

/* This is the main container for the pages */
#container {
  width: 900px;
  margin: 0 auto;
  background: #FFF;
  border: 1px solid black;
  font-family: Arial, Helvetica, serif;
  font-size: 12px;
  border: 1px solid black;
}

/* header */
#header {
  width: 100%;
  background: #FFF;
  height: 50px;
}

#header a {
  text-decoration: none;
}

/* isn't seeing this?? */
#header a img   {
  text-deocration: none;
  border: 0;
  margin: 0;
  float: left;
 }


  /*nav is within the header */
#nav {
  background: #FFF;
  float: right;
  width: 650px;
  font-family: Avenir, Arial, serif;
  color: #000;
}

#header ul#nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header ul#nav li {
  float: left;
}

#header ul#nav li a  {
  font-size: 10pt;
  color:#000;
  display:block;
  height:44px;
  border-left: 1px solid black ;
  padding: 6px 15px 0 15px;
  text-decoration:none;
  text-align: center;
}

#header ul#nav li#current {
  background-color: #eacfbf;
}

  /* set each item in the top menu with it's own width and top padding.  There is also 15px padding on each side of the link */
#header ul#nav li.about a {
  padding-top: 16px;
  height: 34px;
  width: 65px;
}

#header ul#nav li.life a {
  width: 85px;
}

#header ul#nav li.energy a {
  width: 120px;
}

#header ul#nav li.cabin a {
  width: 95px;
}
#header ul#nav li.designs a {
  padding-top: 16px;
  height: 34px;
  width: 55px;
}

#header ul#nav li.contact a {
  padding-top: 16px;
  height: 34px;
  width: 44px;
}

/* hover and current settings */
#header ul#nav li a:hover, #header ul#nav li .current {
  background-color:  #eacfbf;
}

/*  this is only needed for getting columns equal height - wraps the sidebar and main content */
#content_wrap {
  overflow: hidden;
}

  /* main content, 650px wide (649 + 1px border ) */
#content {
  float: left;
  width: 649px;
  border-left: 1px solid black;
  padding-bottom: 1002px;
  margin-bottom: -1002px;
}

#content p {
    padding: 0 5px 0 8px;
}

#content_header {
  height: 20px;
  padding-top: 5px;
  padding-right: 5px;
  background: #37424b;
  text-align: right;
  color: #FFF;
  font-size: 10pt;

}


#page_header {
  height: 50px;
  background: #37424b;
  text-align: center;
  background-color: #a74123;
  color: #FFF;
  font-size: 15pt;
}

#page_header_text {
  padding-top: 15px;
  letter-spacing: .2em;
}

  /*sidebar on left of page, 250 px wide */
#sidebar {
    float: left;
    width: 250px;
}

#sidebar_header {
  height: 20px;
  padding-top: 5px;
  background: #b6b1a9;
  color: #FFF;
  text-align: center;
  font-size: 10pt;
}

#sidebar p {
  text-align: center;
  font-size: 8pt;
}

#sidebar img {
  display: block;
  margin: 5px auto;
 }


/* bottom of page footer  - 2 sections, left for text and contact info, right for logo */
#footer {
  clear: both;
  width: 100%;
  height: 125px;
  background: #a74123;
  color: #FFF;
  border-top: 1px solid black;
  }

#footer-homez {
  clear: both;
  width: 100%;
  height: 125px;
  background: #af282f;
  color: #FFF;
  border-top: 1px solid black;
  font-size: 10px;
  }

#footer_text {
  float: left;
  width: 670px;
  margin-top: 3px;
}

#footer_logo {
  float: right;
  width: 220px;
  height: 125px;
  background: #FFF;
  color: #000;
  margin-left: 1px solid black;
 }

#footer p {
  margin: 10px 5px 10px 5px;
}

#footer a {
  color: #000;
}

.footer_left {
  text-align: left;
  margin-left: 5px;
  font-size: 8pt;
}
.footer_right {
    margin-left: 360px;
    font-size: 8pt;
 }

