html, body {
        height: 100%;
        margin:0;
}

body {
        background-image: url('premade/bg.jpg');
        background-repeat:repeat;
        font-family: 'Playfair Display', sans-serif!important;
        font-weight: 400!important;
        text-align:center;
        font-size: 13px;
        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:#000000; 
        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:#000000; 
        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:#000000; 
        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:#E3D3C5; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;background-color:#6CA4B8;
        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:483px;
        width:100%;
        margin-top:-15px;
}


#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#6E9FB8; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#6E9FB8; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#6E9FB8; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#6E9FB8; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;background-color:#5E696E}




b { 
        color: #B0826B;         font-weight: 400!important;
}

i { 
        color: #B0826B;         font-weight: 400!important;
}

#footer a { text-decoration: none; 
        color:#000000; 
        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:#B7332A; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

#footer a:hover {        text-decoration: none; 
        color:#B0826B; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;background-color:#ffffff}

#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:#333333;
        line-height:25px;letter-spacing:2px;background-color:#EBE5D8;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}


blockquote {
 	background-color:#D9D1BF; 
 	border-top: 20px solid #6D9DB0;
 	padding: 8px;
	text-align:justify;
	color:#333333;}

h1:hover { 
	color:#6D9DB0;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px;width:120px; background-image:url(premade/bg.jpg);}

h1 { 
	color:#A7CBD9;background-color:#6CA4B8;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px;width:120px}

.contentcontainer input, textarea, select {
  background-color: #D9D1BF;
  border: 2px dashed #5B9DB5;
  padding:4px;
  color:#5B9DB5;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}