body {
background: #fff;
         font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
         font-size: 12px;
         text-align: center;
}
@font-face {
      font-family: 'Matchbook';
src: url('http://ptpbs.com/resources/Matchbook.ttf');
}

#content {
     font: 62.5% constantia, palatino, "times new roman";                                                                                                                                                                              
      color: #333;

}
#outer {
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
}

#inner {
   font-family: constantia, palatino, times new roman;
      color: #333;
width: 480px;
height: 100px;
margin-left: -240px;  /***  width / 2   ***/
position: absolute;
top: -50px;          /***  height / 2   ***/
left: 50%;
}
h1{
      margin: 10px 0 20px;
                font-size: 3.6em;
                  font-weight: normal;
                    text-transform: uppercase;
                      letter-spacing: .05em;
                        word-spacing: .2em;
}
h1 a{
      padding-right: 60px;
        margin-left: 60px;
}
h2 a:link,
   h2 a:visited{
         color: #999;
                text-decoration: none;
   }
h2 a:hover,
   h2 a:active{
         color: #333;
                  text-decoration: underline;
   }
h2 {
      margin-top: 7px;
        margin-bottom: 7px;
          font-size: 1.4em;
            font-weight: normal;
              color: #999;
                       text-transform: uppercase;
}                                                                                                                                                                                                                                           
h3
#inner h3 {
        font-family: Matchbook;
        font-size: 85px;
        text-shadow: 0px 1px 0px #fff;
}
#inner h4 {
        font-family: Matchbook;
        font-size: 27px;
        text-transform: uppercase;
}

#rest {
background: #fbfbfb;
width: 480px;

                   border-top: 1px solid #eaeaea;
                   border-bottom: 1px solid #eaeaea;
}
