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

body {
        background-image:url(images/halloween_bg.jpg); background-repeat:repeat;
}

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


::-webkit-scrollbar-track-piece {
    background-color: #C27C45
}


::-webkit-scrollbar-thumb {
    width:20px; height:3px;
    background-color:#000000;
    border: 14px solid #C27C45
}



#navigation {
	position:relative;
        width:96%;
	right:0px;
	top:0px;
        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:#000000; 
        line-height:43px;
font-family: 'Pacifico', cursive;
        font-weight: 700;font-size:20px;
        padding-top:30px;
        padding-bottom:30px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#navigation A:visited { 
        text-decoration: none; 
        color:#000000; 
        line-height:43px;
font-family: 'Pacifico', cursive;
        font-weight: 700;font-size:20px;
        padding-top:30px;
        padding-bottom:30px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#642B7E;
}

#navigation A:hover { 
        text-decoration: none; 
        color:#C27C45; 
        line-height:43px;
font-family: 'Pacifico', cursive;
        font-weight: 700;font-size:20px;
        padding-top:30px;
        padding-bottom:30px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#000000;}


#header {
        background-image: url('images/halloween_fanity.jpg'),url('images/halloween_bg1.jpg');
        background-repeat: no-repeat,repeat;
        background-position: center; 
        height:503px;
        width:100%;
        margin-top:-2px;
}


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

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

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

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




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

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


#container {
	margin:-20px;
	position: relative;
	float: center;
	width:60%;
}

.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:#000000;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;}


blockquote {
 	background-color:#BB6238; 
 	padding: 8px;
	text-align:justify;
	color:#000000;}
h1 { 
	color:#D59F6B;
        letter-spacing:1px;
font-family: 'Libre Baskerville', serif;
        font-size:28px;
        padding:10px;}

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