html, body {
        height: 100%;
        margin:0;
}

body {
        background-image: url('premade/bg.jpg');
        background-repeat:repeat;
font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 300!important;        text-align:center;
}


#navigation {
	position:relative;
        width:100%;
	right:0px;
	top:-40px;
        padding-left:20px;
        padding-right:20px;
        float: center;
        font-family: 'Tahoma';
        font-weight: 700;
        overflow:hidden;
        text-align:center;        opacity:0.7;
}

#navigation A:link { 
        text-decoration: none; 
        color:#3F4647; 
        line-height:16px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:10px;
        padding-left:20px;
        padding-right:20px;background-color:#6E797B;
}

#navigation A:visited { 
         text-decoration: none; 
        color:#3F4647; 
        line-height:16px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:10px;
        padding-left:20px;
        padding-right:20px;background-color:#6E797B;}

#navigation A:active { 
        text-decoration: none; 
        color:#3F4647; 
        line-height:16px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:10px;
        padding-left:20px;
        padding-right:20px;background-color:#6E797B;}

#navigation A:hover { 
         text-decoration: none; 
        color:#6E797B; 
        line-height:16px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:10px;background-color:#000000;
        padding-left:20px;
        padding-right:20px;}


#header {
        background-image: url('premade/head.jpg'), url('premade/bg.jpg');
        background-repeat: no-repeat, repeat;
        background-position: center; 
        height:565px;
        width:100%;
        margin-top:-30px;
}


#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#C5C8C8; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#C5C8C8; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#C5C8C8; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#A9A9A9; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;background-color:#565656}




b { 
        color: #C5C8C8;         font-weight: 400!important;
}

i { 
        color: #C5C8C8;         font-weight: 400!important;
}

#footer a { text-decoration: none; 
        color:#C5C8C8; 
        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:#C5C8C8; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

#footer a:hover {        text-decoration: none; 
        color:#C5C8C8; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;background-color:#000000}

#container {
	margin: -20px;
	position: relative;
	float: center;
	width: 47%;
}

.contentcontainer{
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 20px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#E1E5E5;
        line-height:25px;letter-spacing:2px;
}


blockquote {
 	background-color:#7D888B; 
 	border-right: 20px solid #616566;
 	padding: 8px;
	text-align:justify;
	color:#E1E5E5;}

h1 { 
	color:#E1E5E5;background-color:#7D888B; 
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px;opacity:0.6;}

h1:hover { 
	color:#CCCCCC;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive; 	background-color:#6E7A7D; 
        font-size:20px;
        padding:10px;opacity:0.6;}


.contentcontainer input, textarea, select {
  background-color: #7D888B;
  border: 2px dashed #E1E5E5;
  padding:4px;
  color:#E1E5E5;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}