@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image:url(../images/old_map_@2X.png);
	background-color:black;
	
}






ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



#wrapper{
	background-color:black;
	width:960px;
	
	margin:auto;

	text-align:center;
	
	
    -webkit-animation: fadein 2s; 
       -moz-animation: fadein 2s; 
        -ms-animation: fadein 2s; 
         -o-animation: fadein 2s; 
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#header{
	background-color:white;
	text-align:center;
	width:100%;
	
	
}
#logo{
		text-align:center;
	background-color:white;
	width:100%;
	align-content:center;

	padding-top:30px;
	padding-bottom:14px;
	
}


nav{
	display:inline;
	content-align:center;
	text-align:center;
	
		
	
}
ul{
		text-align:center;
	padding-bottom:30px;
	padding-top:30px;
}
dl{
	
		
	font-family:Cinzel,  "Cinzel Decorative";
	letter-spacing:2.5px;
	display:inline;
	text-align:center;
	padding:32px;
	
}








#content{
	
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    align-content:center;
	width:960px;
	
	
}



h3{
	font-family:Cinzel;
	color:white;
	font-size:30pt;
	font-weight:thin;
}



.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
   text-align:center;
   margin-top:0px;
   
}






a:hover{
	text-decoration: none;
	color: #972E30;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
	outline: 0 none;
}



.central{
	

	width:960px;
	
	margin:auto;
	text-align:center;
	margin-top:20px;
	font-family:"Open Sans", "Open Sans Light";
	
}




a{
	color:black;
}
a:link{
	color:black;
	text-decoration:none;
}

p{
	font-family: 'open_sanslight';
	font-size:14px;
	letter-spacing:.5px;
	line-height:20px;
	margin-right:10%;
	margin-left:10%;
}

footer{
	clear:both;
	text-align:left;
	font-family:"Open Sans", "Open Sans Light" Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
	font-size:9pt;
	padding-top:70px;
	padding-bottom:70px;
	padding-left:40px;
	color:white;
	background-color:black;
}
