body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #efeeca;
    font-family: Tahoma;
    color: #ffffff;
}

#page {
    background: #3eafd7 url('images/pages-background-sky.jpg') repeat-x right top;
}

#header {
    width: 100% !important;
    height: 85px;
    padding-bottom: 50px;
}

#wrapper {
    min-height: 595px;
    margin: auto;
    width: 800px;
}
#wrapper .inside {
    text-align: left;
}
#page #footer {
    padding-top: 60px;
    background: #efeeca url('images/pages-background-water.jpg') repeat-x right top;
}

h2 { color: #76edfc; font-weight: normal; font: 24px georgia; }

body#about #wrapper,
body#locations #wrapper {
  background: url(images/about-guitar-pick.png) no-repeat right 30px ;
}

body#about .about_text { width: 520px; }

.loc { float: left; width: 250px; margin-right: 30px; margin-bottom: 20px; }
.loc { color: #ffffff; }
.loc .city { font: 20px georgia; }
.loc .address { font: 15px Tahoma; height: 80px; }
.loc a.more_info { display: block; text-indent: -999em; background: url(images/more-info.png) no-repeat; width: 113px; height: 40px; }

.location .left { float: left; width: 345px; margin-top: 10px; }
.location .right { float: left; width: 455px; }

.location .left h2 { margin: 15px 0 0 0; padding: 0px 0 0 0; }
.location .left p { margin-right: 40px; }
.location .left .address { font: bold 13px Tahoma,arial,helvetica; margin-bottom: 40px; }
.location .frame {
  background: url(images/gallery-frame.png) no-repeat;
  width: 207px;
  height: 150px;
}
.location .row { clear: both; }
.location .row .frame { display: inline-block; text-align: center; /* float: left;*/  }
.location .frame img { padding: 16px 6px 0 0 ; /* 16px 0 0 18px; */ }

.location .menu { margin: 30px 0; }
.location .menu a { 
  display: block;
  text-indent: -999em;
  background: url(images/view-menu.png) no-repeat;
  width: 190px;
  height: 43px; 
  margin-left: 50px;
}
.location .menu .pdf { margin-left: 130px; font-size: 12px; }

.location .select_photo { 
  padding: 0;
  text-indent: -999em;
  background: url(images/select-photo.png) no-repeat;
  width: 208px;
  height: 59px; 
  margin: auto;
}

.copyright { 
  display: block;
  font: normal 12px Tahoma,arial,helvetica;
  text-decoration: capitalize;
  text-decoration-line: none;
}
