html, body {
        height: 100%;
        margin:0;
}

body {
        background-image:url(premade/bg.jpg);
        background-repeat:repeat;
        font-family: 'Playfair Display', sans-serif!important;
        font-weight: 400!important;
        text-align:center;
        font-size: 13px;
        color: #000000;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#0C0B0B;}


::-webkit-scrollbar-track-piece {
    background-color: #0C0B0B;
}

::-webkit-scrollbar-thumb {
    width:14px; height:10px;
    background-color:#A8A8A8;
    border: 6px solid #2F2F2F;
}


.nav {
top:0;

left:0;
background-color:#101013;
width:100%;
margin-bottom:10px;
z-index:1;
position:fixed;
text-align:center;
font-size:13px;
letter-spacing:3px;
line-height:20px;
padding:15px;
padding-bottom:10px;
height:30px;
border-bottom: 3px dashed #000000;
}
			
.nav a {
text-transform:uppercase;
letter-spacing:6px;
padding:23px;
font-size:13px;}

.nav A:link { 
font-family: 'Alumni Sans Pinstripe', sans-serif;
text-decoration: none; 
text-transform:uppercase;
letter-spacing:6px;
padding:17px;
font-size:23px;
color:#BBAF97;
}

.nav A:visited { 
font-family: 'Alumni Sans Pinstripe', sans-serif;
text-decoration: none; 
text-transform:uppercase;
letter-spacing:6px;
padding:17px;
font-size:23px;
color:#BBAF97;
}

.nav A:active { 
font-family: 'Alumni Sans Pinstripe', sans-serif;
text-decoration: none; 
text-transform:uppercase;
letter-spacing:6px;
padding:17px;
font-size:23px;
color:#BBAF97;
}

.nav A:hover { 
font-family: 'Alumni Sans Pinstripe', sans-serif;
text-decoration: none; 
text-transform:uppercase;
letter-spacing:6px;
padding:17px;
font-size:23px;
color:#BBAF97;
background-color: #000000;
}



#header {
        background-image: url('premade/head.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:538px;
        width:100%;
        margin-top:-15px;
}


#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#BBAF97; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#BBAF97; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#BBAF97; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#BBAF97;background-color:#000000;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;}




b { 
        color: #BBAF97;         font-weight: 400!important;
}

i { 
        color: #BBAF97;         font-weight: 400!important;
}

#footer a { text-decoration: none; 
        color:#AEAEAE; 
        line-height:10px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:10px;
        padding-left:20px;
        padding-right:20px;}

#footer a:link {        text-decoration: none; 
        text-decoration: none; 
        color:#AF7D54; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

#footer a:hover {        text-decoration: none; 
        color:#ffffff; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;background-color:#AF7D54}

#container {
	margin: -60px;
	position: relative;
	float: center;
	width: 1070px;
}

.contentcontainer{
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 50px;padding:25px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#838383;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px; opacity:0.7;
}


blockquote {
 	background-color:#09090A; 
 	border-right: 20px dashed #BBAF97;
 	padding: 8px;
	text-align:justify;
	color:#B0B0B0;-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;}
h1 { 
	color:#BBAF97; 	background-color:#09090A; 
        letter-spacing:1px;
font-family: 'Alumni Sans Pinstripe', sans-serif;
        font-size:40px;
        padding:10px;-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;}

.contentcontainer input, textarea, select {
  background-color: #09090A;
  border: 2px dashed #BBAF97;
  padding:4px;
  color:#BBAF97;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}