body {
  background-image: none;
  font-family: Rockwell;
  width: 100%;
  height: 100%;
}

body #wrapper {
 background-image: none;
 width: 100%;
 height: 100%;
 margin: 0;
}

#top {
  display: none;
}

#navi {
 display: none;
}  

#shoplogo {
 display: none;
}  

body #main {
 background-image: none;
  width: 100%;
  height: 100%;
  left: 0;
}

body #content {
  width: 99%;
  height: 100%;
  padding: 0;
}

#inner_content{
  width: 100%;
  height: 100%;
  overflow: visible;
}

#footer {
  padding: 5px 10px;
  text-align: center;
}

#video {
  display: none;
}

#facebook {
  display: none;
}


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  color: black;
  border: 2px solid black;
  border-left: none;
  border-right: none;
  font-variant:small-caps;
}
