#page {
        background: url(../images/eggshell.jpg) left;
        padding-left: 20px;
        padding-right: 20px;
      
}

.mega {
    font-size: 50pt;
    font-family: "Helvetica";
    font-weight: bolder;
    letter-spacing: -1px;
    position: relative;
    left: -3px;
}

.big {
    font-size: 30pt;
    font-family: "Helvetica";
    font-weight: bolder;
    letter-spacing: -1px;
    position: relative;
    left: -3px;
}

.medium {
    font-size: 20pt;
    font-family: "Helvetica";
    font-weight: bolder;
    letter-spacing: -1px;
    position: relative;
    left: -3px;
}

.greyed {
    /*color:#aaccdd;*/
    color:#8eaba4;
}

.logo {
    position: relative;
    top: 20px;
    left: -25px;
}

div.vignette {
  position: relative;
}
div.vignette img {
 display: block;
}
div.vignette:after {
 -moz-box-shadow: inset 0 0 5em #222;  
 -webkit-box-shadow: inset 0 0 5em #222;   
 box-shadow: inset 0 0 5em #222;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
 content: "";
}

h2.imagetitle {
   position: absolute;
   top: 10px;
   left: 0;
   width: 100%;
}

h2.imagetitle span {
   color: #493a1c;
   font: bold 24px/45px Helvetica, Sans-Serif;
  /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
   letter-spacing: -1px;
   word-spacing: -1px;
   background: rgb(255, 255, 255); /* fallback color */
   background: rgba(255, 255, 255, 0.5);
   padding: 5px;
}

h2.imagetitle span.spacer {
   padding:0 5px;
   background: rgb(255, 255, 255); /* fallback color */
   background: rgba(0,0,0,0);
}

p.footer {
        
        text-align: center;
        font-size: 6pt;
        font-family: "Helvetica";
        position: relative;
        top: -10px;
        color: #888888;
}

.small {
        font-size: 10px;
}

.small2 {
        font-family: "Helvetica";
        font-size: 10px;
}
a.regularlink {
        color:#8eaba4;
        font-size: 10pt;
    font-family: "Helvetica";
    font-weight: bolder;
    letter-spacing: -1px;
    position: relative;
    left: -3px;
    text-decoration: none;
        
}