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

body {
        background-color:#D2D2D2;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#CFCFCF}


::-webkit-scrollbar-track-piece {
    background-color: #CFCFCF;
}


::-webkit-scrollbar-thumb {
    width:20px; height:3px;
    background-color:#000000;
    border: 14px solid #CFCFCF;
}



#navigation {
	position:relative;
        width:90%;
	right:0px;
	top:20px;
        padding-left:20px;
        padding-right:20px;
        padding-top:20px;
        padding-bottom:20px;
        float: center;
   font-family: "Devonshire", cursive;
        font-weight: 700;
        overflow:hidden;
        text-align:center;         background: #DBEBAD;
border-top:23px solid #CF8748;-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;

}

#navigation A:link { 
        text-decoration: none; 
        color:#A41615; 
        line-height:73px;
   font-family: "Devonshire", cursive;
        font-weight: 700;font-size:16px;
        padding-top:34px;
        padding-bottom:34px;
        padding-left:24px;
        padding-right:24px;
 
}

#navigation A:visited { 
        text-decoration: none; 
        color:#A41615; 
        line-height:73px;
   font-family: "Devonshire", cursive;
        font-weight: 700;font-size:16px;
        padding-top:34px;
        padding-bottom:34px;
        padding-left:24px;
        padding-right:24px;
 
  
}

#navigation A:hover { 
        text-decoration: none; 
        color:#141111; 
        line-height:73px;
   font-family: "Devonshire", cursive;
        font-weight: 700;font-size:16px;
        padding-top:34px;
        padding-bottom:34px;
        padding-left:24px;
        padding-right:24px;
 
}


#header {
        background-image: url('images/head.jpg'),url('images/bg1.jpg');
        background-repeat: no-repeat,repeat-x;
        background-position: center; 
        height:660px;
        width:100%;
        margin-top:-5px;
}


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

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

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

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




b { 
        color: #98390D;  font-size: 21px;        font-family: "Devonshire", cursive;
}

i { 
        color: #485392;   font-size: 21px;     font-family: "Devonshire", cursive;
}


#container {
	margin: -90px;
	position: relative;
	float: center;
	width:58%;
}

.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:#373737;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;}


blockquote {
 	background-color:#C0C0C0; 
 	padding: 8px;
	text-align:justify;
	color:#373737;}
h1 { 
	color:#95AC52;
        letter-spacing:1px;
   font-family: "Devonshire", cursive;
        font-size:39px;
        padding:10px;background-color:#D1E791}

.contentx input, textarea, select {
  background-color: #C0C0C0;
  border: 4px solid #485392;
  padding:4px;
  color:#485392;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}