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

body {
        background-color:#FB6824;background-image:url(premade/bg.png);
        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:#FB6824;}


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

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


.nav {
top:0;

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

.nav A:link { 
text-decoration: none; 
        color:#000000; 
        line-height:23px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:17px;background-color:#F7814B;
        padding-left:39px;
        padding-right:39px;border-radius: 15px 50px;opacity:0.7;
}

.nav A:visited { 
text-decoration: none; 
        color:#000000; 
        line-height:23px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:17px;background-color:#F7814B;
        padding-left:39px;
        padding-right:39px;border-radius: 15px 50px;opacity:0.7;
}

.nav A:active { 
text-decoration: none; 
        color:#000000; 
        line-height:23px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:17px;background-color:#F7814B;
        padding-left:39px;
        padding-right:39px;border-radius: 15px 50px;opacity:0.7;
}

.nav A:hover { 
text-decoration: none; 
        color:#E6682D; 
        line-height:23px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;  font-size:17px;background-color:#000000;
        padding-left:39px;
        padding-right:39px; border-radius: 15px 50px 30px;opacity:0.7;
}

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


#wrap {
        height:15px;
}


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

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

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

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




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

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

#footer a { text-decoration: none; 
        color:#AEAEAE; 
        line-height:10px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:10px;
        padding-left:20px;
        padding-right:20px;}

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

#footer a:hover {        text-decoration: none; 
        color:#ffffff; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;background-color:#AF7D54}

#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:#000000;
        line-height:25px;letter-spacing:2px;border-radius: 50px 50px;background-color:#EB8043;
opacity:0.8;text-shadow: 0px 0px 1px #F49A67, 0px 0px 4px #F49A67, 0px 0px 9px #F49A67;
border-left:18px solid #F46412;}


blockquote {
 	background-color:#000000; 
 	border-top: 5px solid #CB652B;
 	padding: 8px;
	text-align:justify;
	color:#CB652B;border-radius: 50px 50px;text-shadow: 0px 0px 1px #000000, 0px 0px 4px #000000, 0px 0px 9px #000000;}
h1 { 
	color:#36322F;
        letter-spacing:1px;
font-family: 'Handlee', cursive;
        font-size:28px;
        padding:10px;}

.contentcontainer input, textarea, select {
  background-color: #CC470F;
  border: 2px dashed #DD7033;
  padding:4px;
  color:#DD7033;
border-radius: 15px 50px;
}