@font-face {
    font-family: 'seasideresortnfregular';
    src: url('seasrn__-webfont.woff2') format('woff2'),
         url('seasrn__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    background-image: url("ep_naturalwhite.png"), url("pink_rice.png"), url(Queens.png);
    background-repeat: repeat-x, repeat;
}


h1 {
    color:black;
    text-align: center;
}

p {
    font-family: Futura;
    font-size: 20px;
    text-align: center;
}

  
#nav {
width:750px;
margin:0 auto;
list-style:none;
}
#nav li {
float:center;
}
#nav a {
display:block;
text-align:center;
width:150px; /* fixed width */
text-decoration:none; 
font-family:Futura;

