@font-face {
    font-family: 'victoria_serifregular';
    src: url('fonts/victoria-serif-webfont.eot');
    src: url('fonts/victoria-serif-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/victoria-serif-webfont.woff2') format('woff2'),
         url('fonts/victoria-serif-webfont.woff') format('woff'),
         url('fonts/victoria-serif-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{background-color:#1d2959;color:#ffe8ab;text-align:center;  font-family: 'victoria_serifregular';}
#masterwrapper{width:870px;margin:0px auto;margin-top:164px;}
#top{background:url('images/bg_top.png') no-repeat top center;width:870px;height:26px;margin-bottom:141px;}
h1{margin:0px auto; font-size: 50px;}
h2{ margin: 10px 0px; display: inline-block; font-size: 35px;}
.separator{background:url('images/separator.png') no-repeat;height:2px;width:157px;margin:35px auto;}
a{font-size: 25px; text-decoration: none; color:#ffe8ab; margin-bottom: 10px; display: inline-block;}
.contact{margin:0px auto; font-size: 25px;}
#bottom{background:url('images/bg_bottom.png') no-repeat top center;width:870px;height:26px;margin-top:141px;}
