html, body {
        height: 100%;
        margin:0;
}

body {
       background-image: url('images/bg.jpg');
        background-repeat:repeat;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#000000;}


::-webkit-scrollbar-track-piece {
    background-color: #000000;
}


::-webkit-scrollbar-thumb {
    width:20px; height:3px;
    background-color:#3D5C3D;
    border: 14px solid #000000;
}



#navigation {
	position:relative;
        width:92%;
	right:0px;
	top:-5px;margin:20px;
        padding-left:10px;
        padding-right:10px;
        padding-top:10px;
        padding-bottom:10px;
        float: center;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        overflow:hidden;
        text-align:center;
-webkit-border-radius: 30px;
-moz-border-radius: 90px;
border-radius: 60px;
}

#navigation A:link { 
        text-decoration: none; 
        color:#3D5C3D; 
        line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;font-size:16px;
        padding-top:24px;
        padding-bottom:24px;
        padding-left:24px;
        padding-right:24px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#navigation A:visited { 
         text-decoration: none; 
        color:#3D5C3D; 
        line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;font-size:16px;
        padding-top:24px;
        padding-bottom:24px;
        padding-left:24px;
        padding-right:24px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

#navigation A:hover { 
         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:24px;
        padding-right:24px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#3D5C3D;}


#header {
        background-image: url('images/head.jpg'),url('images/bg1.jpg');
        background-repeat: no-repeat,repeat-x;
        background-position: center; 
        height:510px;
        width:100%;
        margin-top:-5px;
}


a:link {
        text-decoration: none; 
        color:#3D5C3D; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        color:#3D5C3D; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        color:#3D5C3D; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#387337; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}




b { 
        color: #387337;  font-size: 18px;       font-weight: 400!important;font-family: 'Yellowtail', cursive;

}

i { 
        color: #387337;   font-size: 18px;      font-weight: 400!important;font-family: 'Yellowtail', cursive;

}


#container {
	margin: -60px;
	position: relative;
	float: center;
	width:82%;
}

.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:#ffffff;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;opacity:0.5;}


blockquote {
 	background-color:#121111; 
 	padding: 8px;
	text-align:justify;
	color:#ffffff;border-right:4px dashed #387337}
h1 { 
	color:#387337;
        letter-spacing:1px;
font-family: 'Yellowtail', cursive;
        font-size:38px;
        padding:10px;}

.contentcontainer input, textarea, select {
  background-color: #121111;
  border: 2px dashed #387337;
  padding:4px;
  color:#387337;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}