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

body {
        background-color:#1B1922;
        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: 17px;}
::-webkit-scrollbar-corner {background-color:#1B1922;}


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

::-webkit-scrollbar-thumb {
    width:14px; height:10px;
    background-color:#48305F;
    border: 6px solid #48305F;
}


.nav {
top:0;

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

.nav A:link { 
text-decoration: none; 
        color:#ffffff; 
        line-height:23px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:13px;background-color:#392C44;
        padding-left:39px;
        padding-right:39px;border-radius: 15px 50px;opacity:0.7;
text-shadow: 0px 0px 3px #ffffff, 0px 0px 7px #ffffff, 0px 0px 12px #ffffff;}

.nav A:visited { 
text-decoration: none; 
        color:#ffffff; 
        line-height:23px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:13px;background-color:#392C44;
        padding-left:39px;
        padding-right:39px;border-radius: 15px 50px;opacity:0.7;
text-shadow: 0px 0px 3px #ffffff, 0px 0px 7px #ffffff, 0px 0px 12px #ffffff;}


.nav A:active { 
text-decoration: none; 
        color:#ffffff; 
        line-height:23px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:13px;background-color:#392C44;
        padding-left:39px;
        padding-right:39px;border-radius: 15px 50px;opacity:0.7;
text-shadow: 0px 0px 3px #ffffff, 0px 0px 7px #ffffff, 0px 0px 12px #ffffff;}


.nav A:hover { 
text-decoration: none; 
        color:#ffffff; 
        line-height:23px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:13px;background-color:#3D2552;
        padding-left:39px;
        padding-right:39px;border-radius: 15px 50px;opacity:0.7;
text-shadow: 0px 0px 3px #ffffff, 0px 0px 7px #ffffff, 0px 0px 12px #ffffff;}


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


#wrap {
        height:15px;
}


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

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

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

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




b { 
        color: #673CAE;  font-size: 23px;       font-weight: 400!important;font-family: 'East Sea Dokdo', cursive;
}

i { 
        color: #673CAE;   font-size: 23px;      font-weight: 400!important;font-family: 'East Sea Dokdo', cursive;
}



#container {
	margin: -50px;
	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:#D9CCEE;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;opacity:0.8;text-shadow: 0px 0px 3px #000000, 0px 0px 7px #000000, 0px 0px 12px #000000;}


blockquote {
 	background-color:#0D0C10; 
 	border-top: 5px solid #564B7A;
 	padding: 8px;
	text-align:justify;
	color:#A7A7A7;}
h1 { 
	color:#D9CCEE;float:center;
        letter-spacing:1px;
font-family: 'East Sea Dokdo', cursive;
        font-size:48px;text-shadow: 0px 0px 3px #3D2F4C, 0px 0px 7px #3D2F4C, 0px 0px 12px #3D2F4C;
        padding:10px;border-radius: 15px 50px;background-color:#0D0C10; opacity:0.7;}

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