html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#010000;
        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:#000000;}


::-webkit-scrollbar-track-piece {
    background-color: #000000;
}

::-webkit-scrollbar-thumb {
    width:14px; height:10px;
    background-color:#0A0A0A;
}


.nav {
top:0;

left:0;
background-color:#000000;
width:100%;
margin-bottom:10px;
z-index:1;
position:fixed;
text-align:center;
font-size:13px;
letter-spacing:3px;
line-height:50px;
padding:15px;
padding-bottom:10px;
height:70px;border-bottom:2px dashed #171717;
}
			
.nav a {
text-transform:uppercase;
letter-spacing:6px;
padding:23px;
font-size:13px;}

.nav A:link { 
text-decoration: none; 
        color:#FFFFFF; 
        line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:17px;
        padding-left:39px;
        padding-right:39px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;opacity:0.4;text-shadow: 0px 0px 1px #000000, 0px 0px 4px #000000, 0px 0px 9px #000000;}

.nav A:visited { 
text-decoration: none; 
        color:#FFFFFF; 
        line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:17px;
        padding-left:39px;
        padding-right:39px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;opacity:0.4;text-shadow: 0px 0px 1px #000000, 0px 0px 4px #000000, 0px 0px 9px #000000;}


.nav A:active { 
text-decoration: none; 
        color:#FFFFFF; 
        line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:17px;
        padding-left:39px;
        padding-right:39px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;opacity:0.4;text-shadow: 0px 0px 1px #000000, 0px 0px 4px #000000, 0px 0px 9px #000000;}



.nav A:hover { text-decoration: none; 
        color:#585858; 
        line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:17px;
        padding-left:39px;
        padding-right:39px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;opacity:0.4;text-shadow: 0px 0px 1px #000000, 0px 0px 4px #000000, 0px 0px 9px #000000;}



#header {
        background-image: url('premade/head.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:494px;
        width:100%;
        margin-top:70px;
}


#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#505050; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#505050; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#505050; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#6A4949; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}




b { 
        color: #6A4949;  font-size: 17px;       font-weight: 400!important;font-family: 'Handlee', cursive;
}

i { 
        color: #6A4949;   font-size: 17px;      font-weight: 400!important;font-family: 'Handlee', cursive;
}


#container {
	margin: -120px;
	position: relative;
	float: center;
	width: 990px;
}

.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:#9B9B9B;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;opacity:0.8;text-shadow: 0px 0px 1px #000000, 0px 0px 4px #000000, 0px 0px 9px #000000;}


blockquote {
 	background-color:#0F0F0F; 
 	border-top: 5px solid #4B3535;
 	padding: 8px;
	text-align:justify;
	color:#9B9B9B;}
h1 { 
	color:#4B3535;
        letter-spacing:1px;
font-family: 'Libre Baskerville', serif;
        font-size:28px;
        padding:10px;}

.contentcontainer input, textarea, select {
  background-color: #0F0F0F;
  border: 2px dashed #4B3535;
  padding:4px;
  color:#4B3535;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}