#page {
   margin: 0 auto;
   padding-top: 30px;
   width: 850px;
}
#page-wrapper {
   background: url(../img/page_glow.png) top left no-repeat;
   /* background: url(../img/page_marker.png) top left no-repeat; */
   width: 966px;
   height: 605px;
   margin: 0 auto;
}

.tier #page-wrapper {
   background: transparent;
   width: 100%;
   height: auto;
}
.tier #page {
   width: 100%;
}

#content-top {
   height: 9px;
   background: url(../img/page_top.png) top left repeat-x;
}
#content-bottom {
   height: 9px;
   background: url(../img/page_bottom.png) top left repeat-x;
}

#content-wrapper {
   background: #fff;
}


#header, #footer, #content {
   width: 790px;
   margin: 0 auto;
}

.tier #header,
.tier #footer,
.tier #content {
   width: 996px;
}

#content {
   background: #fff;
   position: relative;
   padding: 60px 0 60px 10px;
   overflow: hidden;
}

.home #content {
   width: 770px;
   background: transparent url(../img/home_bg.png) top left no-repeat;
   padding: 20px;
   height: 423px;
}


   #tl {
      position: absolute;
      top: 0;
      left: 0;
      background: url(../img/top_left.gif) top left no-repeat;
      width: 5px;
      height: 5px;
   }
   #tr {
      position: absolute;
      top: 0;
      right: 0;
      background: url(../img/top_right.gif) top left no-repeat;
      width: 4px;
      height: 4px;
   }

   #bl {
      position: absolute;
      bottom: 0;
      left: 0;
      background: url(../img/bottom_left.gif) top left no-repeat;
      width: 6px;
      height: 9px;
   }

   #br {
      position: absolute;
      bottom: 0;
      right: 0;
      background: url(../img/bottom_right.gif) top left no-repeat;
      width: 5px;
      height: 5px;
   }

   #content h1 {
      color: #7f8d48;
      text-transform: lowercase;
      font-weight: normal;
      margin: 0;
   }

   #content p {
      width: 420px;
   }

   .about #content p {
      width: 530px;
   }

#header {
   position: relative;
   padding-bottom: 10px;
   height: 40px;
}

.tier #header {
   background: url(../img/page_glow_tier.png);
}
   .tier #header h2 {
      padding-left: 10px;
   }

   #header h2 {
      font-size: 22px;
      font-weight: normal;
      margin: 0;
      padding-top: 15px;
   }
      #header h2 span {
         color: #7f8d48;
      }

   ul#pages {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 10px;
      right: 0;
      overflow: hidden;
   }
   ul#pages li {
      text-transform: uppercase;
      font-weight: bold;
      float: left;
      padding: 0 4px;
   }
   ul#pages li a {
      display: block;
   }

#footer {
   position: relative;
}
   ul#subpages {
      overflow: hidden;
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
   }
   #subpages li {
      text-transform: lowercase;
      font-weight: bold;
      float: left;
      padding: 0 4px;
   }
   #subpages li a {
      display: block;
   }

.tier ul#pages {
   top: 0;
   right: 7px;
}
.tier ul#subpages {
   top: auto;
   bottom: 10px;
   right: 7px;
}


#content-target {
   float: left;
   width: 540px;
}

.contact #content-target { width: 400px; }
.contact #content-thumbnails { width: 450px; }
.about #content-thumbnails { width: 380px; }
.murals #content-thumbnails { width: 240px; }

#content-thumbnails {
   float: right;
   width: 350px;
   font-size: 11px;
   text-align: right;
}
#mural-thumbnails {
   float: right;
   width: 240px;
}
#mural-thumbnails ul,
#content-thumbnails ul {
   overflow: hidden;
   list-style: none;
   margin: 0;
   padding: 0;
}

.murals-wide #content-thumbnails li {
   margin-right: 0;
}
#content-thumbnails li {
   float: left;
   margin-right: 5px;
   margin-top: 2px;
}
#mural-thumbnails li {
   float: left;
   width: 115px;
   margin: 0;
}

#mural-thumbnails p {
   clear: both;
   margin-left: 65px;
   font-size: 11px;
   color: #7f8d48;
}

#muralNav {
   margin-right: 15px;
   margin-top: 1.5em;
   text-align: right;
}
#muralNav a {
   font-size: 13px;
}

#muralNav .on {
   font-weight: bold;

}

.desc {
   margin-top: 2em;
   margin-right: 15px;
}