html, body {
        height: 100%;
        margin:0;
}

body {
        background-image:url(premade/bg.jpg);
        background-repeat:repeat;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#E4D1BC;}


::-webkit-scrollbar-track-piece {
    background-color: #E4D1BC;
}


::-webkit-scrollbar-thumb {
    width:20px; height:3px;
    background-color:#CB6853;
    border: 14px solid #E4D1BC;
}



#navigation {
	position:relative;
        width:75%;
	right:0px;
	top:-50px;
        padding-left:20px;
        padding-right:20px;
        padding-top:20px;
        padding-bottom:20px;
        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: 60px;
}

#navigation A:link { 
        text-decoration: none; 
        color:#CB6853; 
        line-height:43px;
font-family: 'Pacifico', cursive;
        font-weight: 700;font-size:20px;
        padding-top:20px;
        padding-bottom:20px;
        padding-left:20px;
        padding-right:20px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#E6C49E;-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
  clip-path: polygon(0 0, 0 75%, 75% 100%, 100% 25%, 75% 0);
}

#navigation A:visited { 
        text-decoration: none; 
        color:#CB6853; 
        line-height:43px;
font-family: 'Pacifico', cursive;
        font-weight: 700;font-size:20px;
        padding-top:20px;
        padding-bottom:20px;
        padding-left:20px;
        padding-right:20px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#E6C49E;-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
  clip-path: polygon(0 0, 0 75%, 75% 100%, 100% 25%, 75% 0);
}

#navigation A:hover { 
         text-decoration: none; 
             color:#D48282; 
        line-height:43px;
font-family: 'Pacifico', cursive;
        font-weight: 700;
font-size:20px;          padding-top:20px;
        padding-bottom:20px;
        padding-left:20px;
        padding-right:20px;webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;}


#header {
        background-image: url('premade/head.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:580px;
        width:100%;
        margin-top:-10px;
}


#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#B26544; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#B26544; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#B26544; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#E94B61; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}




b { 
        color: #E94B61;  font-size: 17px;       font-weight: 400!important;font-family: 'Handlee', cursive;
}

i { 
        color: #A87473;   font-size: 17px;      font-weight: 400!important;font-family: 'Handlee', cursive;
}


#container {
	margin: -100px;
	position: relative;
	float: center;
	width:70%;
}

.contentcontainer{
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 70px;padding:25px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#4F3A3A;
        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 #F1C9C9, 0px 0px 4px #F1C9C9, 0px 0px 9px #F1C9C9;}


blockquote {
 	background-color:#CFBAA4; 
 	padding: 8px;
	text-align:justify;
	color:#4F3A3A;}
h1 { 
	color:#AA6C6B;
        letter-spacing:1px;
font-family: 'Libre Baskerville', serif;
        font-size:28px;
        padding:10px;}

.contentcontainer input, textarea, select {
  background-color: #CFBAA4;
  border: 2px dashed #AA6C6B;
  padding:4px;
  color:#AA6C6B;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}