html, body {
        height: 100%;
        margin:0;
}

body {
background-image: url('premade/b.jpg');
        background-repeat:repeat;
        font-family: 'Playfair Display', sans-serif!important;
        font-weight: 400!important;
        text-align:center;
        font-size: 13px;
        color: #ffffff;
}


#navigation {
	position:relative;
        width:700px;
	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;
        line-height:20px }

#navigation A:link { 
        text-decoration: none; 
        color:#55555D; 
        line-height:39px;font-size:16px;
        font:'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;
        padding-left:20px;
        padding-right:20px;
}

#navigation A:visited { 
         text-decoration: none; 
        color:#55555D; 
        line-height:39px;font-size:16px;
        font:'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;
        padding-left:20px;
        padding-right:20px;}

#navigation A:active { 
        text-decoration: none; 
        color:#55555D; 
        line-height:39px;font-size:16px;
        font:'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;
        padding-left:20px;
        padding-right:20px;}

#navigation A:hover { 
         text-decoration: none; 
        color:#404040; 
        line-height:39px;font-size:16px;
        font: 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase;
        padding-left:20px;
        padding-right:20px;}


#header {

    position: relative;

    /* center the element */

    right: 0;

    left: 0;

    margin-right: auto;

    margin-left: auto;

    /* give it dimensions */

    width:800px;

    height: 465px;

    background-image: url(premade/head.jpg);

    background-repeat: no-repeat;opacity:0.8;

}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#5C7D8E; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#5C7D8E; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#5C7D8E; 
	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: #6D6C9E;         font-weight: 700!important;
}

i { 
        color: #6D6C9E;         font-weight: 700!important;
}

#footer a { text-decoration: none; 
        color:#C9C9C9; 
        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:#C9C9C9; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

#footer a:hover {        text-decoration: none; 
        color:#000000; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;background-color:#C9C9C9}

#container {
	margin: 0px;
	position: relative;
	float: center;
	width: 800px;
}

.contentcontainer{padding:20px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#C9C9C9;
        line-height:25px;letter-spacing:2px;background-image:url(premade/bg.jpg);opacity:0.8;
}


blockquote {
 	background-color:#000714; 
 	border-right: 20px solid #2B6786;
 	padding: 8px;
	text-align:justify;
	color:#C9C9C9;opacity:0.6;}

h1 { 
	color:#2B6786;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:40px;
        padding:10px;}



.contentcontainer input, textarea, select {
  background-color: #000714;
  border: 2px dashed #2B6786;
  padding:4px;
  color:#2B6786;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;opacity:0.6;
}