body {
  background: black url("../images/beard.jpg") fixed top center no-repeat;
  padding: 0;
  margin: 0; }

#wrapper {
  height: 798px;
  width: 1017px;
  position: relative;
  margin: auto; }

#main-nav {
  margin: auto;
  position: relative;
  top: 100px;
  height: 500px;
  width: 500px;
  background: transparent url("../images/matt.jpg") center no-repeat; }

#main-nav-menu {
  height: 170px;
  width: 200px;
  position: relative;
  top: 30px;
  left: 150px;
  font-size: 20pt; }
  #main-nav-menu #art {
    height: 55px;
    width: 200px;
    position: relative;
    top: 0px;
    left: 0px;
    background: transparent url("../images/art.jpg") center no-repeat; }
    #main-nav-menu #art.active {
      background: transparent url("../images/art-active.jpg") center no-repeat; }
  #main-nav-menu #store {
    height: 57px;
    width: 200px;
    position: relative;
    top: 0px;
    left: 0px;
    background: transparent url("../images/store.jpg") center no-repeat; }
    #main-nav-menu #store.active {
      background: transparent url("../images/store-active.jpg") center no-repeat; }
  #main-nav-menu #info {
    height: 58px;
    width: 200px;
    position: relative;
    top: 0px;
    left: 0px;
    background: transparent url("../images/info.jpg") center no-repeat; }
    #main-nav-menu #info.active {
      background: transparent url("../images/info-active.jpg") center no-repeat; }

#footer {
  height: 120px;
  background: black;
  position: relative;
  bottom: 0; }
  #footer #footer-separator {
    position: relative;
    top: 10px;
    height: 20px;
    width: 100%; }
    #footer #footer-separator hr {
      width: 60%; }
  #footer #footer-menu {
    padding-top: 10px;
    height: 40px;
    font-size: 80%;
    text-align: center; }
  #footer a {
    color: gray;
    text-decoration: none; }
    #footer a:hover {
      color: blue; }

#footer-menu ul {
  margin: auto;
  padding: 0;
  display: inline;
  list-style: none;
  text-align: center; }

#footer ul li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid gray; }
  #footer ul li.first {
    display: inline;
    border-left: none; }
#footer #footer-copyright {
  padding-top: 10px;
  color: gray;
  font-size: 50%;
  text-align: center; }

h1 {
  font-size: 36pt; }

h2 {
  color: blue; }

p {
  margin-left: 0px;
  color: black; }

#logo {
  text-align: center;
  margin-top: 150px; }

#text, #banner {
  text-align: center; }

#container #center {
  background: white url("../images/ashlea.jpg") center no-repeat;
  margin: auto;
  width: 600px;
  height: 400px;
  position: relative;
  top: 100px; }
  #container #center h2 {
    margin-top: 0;
    color: black;
    font-size: 400%;
    text-align: center; }
  #container #center .content {
    padding: 0 0 100px 300px;
    margin: auto;
    position: relative;
    top: 0px; }
    #container #center .content a {
      color: black;
      text-decoration: none; }
      #container #center .content a:hover {
        color: blue; }
    #container #center .content ul {
      list-style: none;
      padding-left: 60px;
      font-size: 200%; }
      #container #center .content ul li {
        padding-bottom: 20px; }
