html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#E9DDE8;
        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: 20px;}
::-webkit-scrollbar-corner {background-color:#E9DDE80;}


::-webkit-scrollbar-track-piece {
    background-color: #E9DDE8;
}

::-webkit-scrollbar-thumb {
    width:14px; height:10px;
    background-color:#E1C2C9;
}


#navigation {
	position:relative;
        width:990px;
	right:0px;
	top:-30px;
        padding-left:20px;
        padding-right:20px;
        padding-top:50px;
        padding-bottom:50px;
        float: center;
font-family: 'Pacifico', cursive;
        font-weight: 700;
        overflow:hidden;
        text-align:center;        opacity:0.6;
-webkit-border-radius: 30px;
-moz-border-radius: 90px;
border-radius: 30px;background-image: linear-gradient(#DBAFB8, #BFCDD9);
}

#navigation A:link { 
        text-decoration: none; 
        color:#CD94A0; 
        line-height:43px;
font-family: 'Pacifico', cursive;
        font-weight: 700;font-size:20px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#BFCDD9;
}

#navigation A:visited { 
         text-decoration: none; 
         color:#CD94A0; 
        line-height:43px;
font-family: 'Pacifico', cursive;
        font-weight: 700;font-size:20px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#BFCDD9;
}

#navigation A:active { 
         text-decoration: none; 
        color:#DECCE4; 
        line-height:43px;
font-family: 'Pacifico', cursive;
        font-weight: 700;font-size:20px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#B99EA4;
}

#navigation A:hover { 
         text-decoration: none; 
             color:#CFA9BE; 
        line-height:43px;
font-family: 'Pacifico', cursive;
        font-weight: 700;
font-size:20px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#D7CDCD;}


#header {
        background-image: url('premade/head.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:536px;
        width:100%;
        margin-top:-15px;
}


#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#B48A9F; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#B48A9F; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#B48A9F; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#B48A8A; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}




b { 
        color: #B48A8A;  font-size: 17px;       font-weight: 400!important;font-family: 'Handlee', cursive;
}

i { 
        color: #5AB4CC;   font-size: 17px;      font-weight: 400!important;font-family: 'Handlee', cursive;
}


#container {
	margin: -30px;
	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:#1B1B1B;
        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 #ffffff, 0px 0px 4px #ffffff, 0px 0px 9px #ffffff;}


blockquote {
 	background-color:#CEC5C6; 
 	padding: 8px;
	text-align:justify;
	color:#292929;}
h1 { 
	color:#5AB4CC;
        letter-spacing:1px;
font-family: 'Libre Baskerville', serif;
        font-size:28px;
        padding:10px;}

.contentcontainer input, textarea, select {
  background-color: #CEC5C6;
  border: 2px dashed #5AB4CC;
  padding:4px;
  color:#5AB4CC;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}