html, body {
        height: 100%;
        margin:0;
}

body {
        background-image:url(images/bg.jpg);background-repeat:repeat,
overflow-x: hidden;}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#DFC9C9;}


::-webkit-scrollbar-track-piece {
    background-color: #DFC9C9;
}


::-webkit-scrollbar-thumb {
    width:20px; height:3px;
    background-color:#B48585;
    border: 14px solid #DFC9C9;
}



#navigation {
	position:relative;
        width:70%;
	right:0px;
	top:10px;
        padding-left:50px;
        padding-right:50px;
        padding-top:30px;
        padding-bottom:30px;
        float: center;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        overflow:hidden;
        text-align:center;        opacity:0.4;
background-color:#B58686;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}


#navigation A:link { 
        text-decoration: none; 
        color:#ffffff; 
        line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;font-size:16px;
        padding-top:24px;
        padding-bottom:24px;
        padding-left:44px;
        padding-right:44px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#navigation A:visited { 
         text-decoration: none; 
        color:#ffffff; 
        line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;font-size:16px;
        padding-top:24px;
        padding-bottom:24px;
        padding-left:44px;
        padding-right:44px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#navigation A:hover { 
         text-decoration: none; 
             color:#845555; 
line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;font-size:16px;
        padding-top:24px;
        padding-bottom:24px;
        padding-left:44px;
        padding-right:44px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;}


#header {
        background-image: url('images/head.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:411px;
        width:100%;
        margin-top:-5px;
}


a:link {
        text-decoration: none; 
        color:#845555; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        color:#845555; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        color:#845555; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#C7A19D; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}


b { 
        color: #C7A19D;  font-size: 13px;       font-weight: 400!important;font-family: 'Libre Baskerville', serif;

}

i { 
        color: #C7A19D;   font-size: 13px;      font-weight: 400!important;font-family: 'Libre Baskerville', serif;

}


#container {
	margin: -66px;
	position: relative;
	float: center;
	width:70%;
}

.contentx{
        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:#5E5150;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;opacity:0.8;}


blockquote {
 	background-color:#DFCAC8; 
 	padding: 8px;
	text-align:justify;
	color:#5E5150;opacity:0.7;}
h1 { 
	color:#D39999;
        letter-spacing:1px;
  font-family: "Grey Qo", cursive;
        font-size:68px;
        padding:10px;opacity:0.7;}

.contentx input, textarea, select {
  background-color: #DFCAC8;
  border: 2px solid #CDA2A6;
  padding:4px;
  color:#CDA2A6;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;opacity:0.7;
}