html {                    
  background-color:#FAFAFA;
  font-family:"Warnock Pro", Cambria, Georgia;
  color:#222;
  font-size:20px;
  margin:0px;
  padding:0px;
}              

h3 {
  font-size:1.25em;
  font-weight:normal;
  margin-bottom:1.5ex;
}
a {
  color:#882013;
  text-decoration:none;
  border-bottom:1px solid #882013;
}
.detail {
  font-size:.85em;
}
p.opening {
  font-size:2em;
}
p {             
  margin:0em 0em 1.5ex;
  font-size:1em;
  line-height:1.4em;
}

#column {
}
.centered {
  text-align:center;
}
#top {
  height:300px;
  width:100%;
  background-color:#fff;
  position:fixed;
  left:0px;
  top:4px;  
  z-index:0; 
}          

#container {
  position:relative;
  z-index:10;
}

.divided {
  border-bottom:4px double #333;
  padding-bottom:15px;
}
.last.divided {
  padding-bottom:0px;
  margin-bottom:25px;
}

h1 {
  font-weight:normal;
  text-transform:uppercase;
  font-size:30px;
  letter-spacing:2px;
  color:#fff;
}