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

body {
        background-color:#000000;
}


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

#navigation A:link { 
        text-decoration: none; 
        color:#F78E46; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;
        padding-left:20px;
        padding-right:20px;
}

#navigation A:visited { 
         text-decoration: none; 
        color:#F78E46; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;
        padding-left:20px;
        padding-right:20px;}

#navigation A:active { 
        text-decoration: none; 
        color:#F78E46; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;
        padding-left:20px;
        padding-right:20px;}

#navigation A:hover { 
         text-decoration: none; 
        color:#AB1D28; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;background-color:#F78E46;
        padding-left:20px;
        padding-right:20px;}


#header {
        background-image: url('premade/halloweenhead.jpg'), url('premade/halloweenbg1.jpg');
        background-repeat: no-repeat, repeat;
        background-position: center; 
        height:486px;
        width:100%;
        margin-top:-3px;
}


#wrap {
        height:15px;
}


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

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

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

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




b { 
        color: #FAD34A;         font-weight: 400!important;
}

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


#container {
	margin: -10px;
	position: relative;
	float: center;
	width: 47%;
}

.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:#ffffff;
        line-height:25px;letter-spacing:2px;
}


blockquote {
 	background-color:#27070A; 
 	padding: 8px;
	text-align:justify;
	color:#ffffff;}

h1 { 
	color:#FCA637;background-color:#27070A;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px;width:120px}

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