body, p, ul, ol, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
ul, ol { list-style: none; }
abbr { text-decoration: none; border: none; }

body {
  text-align: center;
  background: url(background.jpg) repeat fixed;
  font: 14px/144% geogia, palatino, 'book antiqua', times, 'times new roman', serif;
  color: black;
}

a:link {
  color: #6f6fff;
}
a:visited {
  color: #3f3fff;
}
a img {
  border: none;
}
#sleeve {
  background: transparent url(flourish.png) no-repeat fixed right 30px;
}

#page {
  text-align: left;
  width: 900px;
  margin: 20px auto;
}

h1#title {
  background: transparent url(title.png) no-repeat scroll 0 10px;
  height: 0;
  line-height: 10em;
  overflow: hidden;
  padding-top: 130px;
  margin: 0 10px 10px;
}

#content {
  border-top: 1px solid #c99899;
  border-bottom: 1px solid #c99899;
  background-color: #fff0f0;
  padding: 10px;
  overflow: hidden;
}
#main {
  float: left;
  width: 620px;
  padding-right: 20px;
}
#main p {
  margin-top: 0.5em;
}
#main p.declaration {
  font-size: 21px;
}
#main p.highlight {
  background-color: #fff4f4;
}
#main .pictures {
  margin: 10px 0;
}
#main h2 {
  margin-top: 1.5em;
}
#main ul#artists li {
  float: left;
  margin-right: 10px;
}
#main ul#artists {
  overflow: hidden;
  
}

#commercial {
  margin-top: 15px;
}

#sidebar {
  float: left;
  width: 240px;
  color: #333030;
}
#address p {
  margin: 0;
}
#address {
  margin-top: 20px;
  margin-bottom: 10px;
}
#address .street-address {
  font-size: 24px;
  letter-spacing: 01.em;
}
#address .city-state-zip {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#address .phone {
  font-size: 16px;
}
#address a.tel {
  color: #333030;
  text-decoration: none;
}
#hours {
  font-size: 12px;
  margin-bottom: 15px;
}

#facebook {
  margin: 15px 0;
}

#copyright {
  font-size: 10px;
  color: #c99899;
}