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

body {
        background-color:#210039;
        background-repeat:repeat;
        font-family: 'Playfair Display', sans-serif!important;
        font-weight: 400!important;
        text-align:center;
        font-size: 13px;
        color: #ffffff;
overflow-x: hidden;
}



::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#210039;}


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

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


#navigation {
	position:relative;
        width:800px;
	right:0px;
	top:0px;
        padding-left:20px;
        padding-right:20px;
        padding-top:20px;
        padding-bottom:20px;
        float: center;
        font-family: 'Tahoma';
        font-weight: 700;
        overflow:hidden;
        text-align:center;        opacity:0.5;
}

#navigation A:link { 
        text-decoration: none; 
        color:#ffffff; 
        line-height:23px;
font-family: 'Alumni Sans Pinstripe', sans-serif;
        font-weight: 700;
        text-transform: uppercase; font-size:29px;
        padding-left:40px;
        padding-right:40px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#8B239E;
}

#navigation A:visited { 
                text-decoration: none; 
        color:#ffffff; 
        line-height:23px;
font-family: 'Alumni Sans Pinstripe', sans-serif;
        font-weight: 700;
        text-transform: uppercase; font-size:29px;
        padding-left:40px;
        padding-right:40px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#8B239E;}

#navigation A:active { 
                text-decoration: none; 
        color:#ffffff; 
        line-height:23px;
font-family: 'Alumni Sans Pinstripe', sans-serif;
        font-weight: 700;
        text-transform: uppercase; font-size:29px;
        padding-left:40px;
        padding-right:40px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#8B239E;}

#navigation A:hover { 
                 text-decoration: none; 
        color:#A036B4; 
        line-height:23px;
font-family: 'Alumni Sans Pinstripe', sans-serif;
        font-weight: 700;
        text-transform: uppercase; font-size:29px;
        padding-left:40px;
        padding-right:40px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#4F165A;}


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


#wrap {
        height:15px;
}


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

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

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

a:hover {
        text-decoration: none; 
        color:#68436F;
	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: #68436F;         font-weight: 400!important;
}

i { 
        color: #68436F;         font-weight: 400!important;
}


#container {
	margin-top:2px;	margin-bottom:20px;
	position: relative;
	float: center;
	width: 880px;
}

.contentcontainer{
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 0px;padding:25px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#9D81B2;background-color:#180327;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px; opacity:0.8;
}


blockquote {
 	background-color:#2C0B44; 
 	border: 2px solid #623782;
 	padding: 8px;
	text-align:justify;
	color:#936DAF;}
h1 { 
	color:#663986;
        letter-spacing:1px;
font-family: 'Alumni Sans Pinstripe', sans-serif;
        font-size:40px;
        padding:10px;}

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