html, body {
        height: 100%;
        margin:0;
}

body {
       background-image: url('images/bg1.jpg');
        background-repeat:repeat;overflow-x:hidden;
}

::-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:#61A0A8;
    border: 14px solid #000000;
}



#navigation {
	position:relative;
        width:100%;
	right:0px;
	top:-50px;
        padding-left:10px;
        padding-right:10px;
        padding-top:10px;
        padding-bottom:10px;
        float: center;
  font-family: "Ojuju", sans-serif;
        font-weight: 700;
        overflow:hidden;
        text-align:center;
background-color:#000000;opacity:0.4;
}

#navigation A:link { 
        text-decoration: none; 
        color:#61A0A8; 
        line-height:33px;
  font-family: "Ojuju", sans-serif;
        font-weight: 700;font-size:19px;
        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:#61A0A8; 
        line-height:33px;
  font-family: "Ojuju", sans-serif;
        font-weight: 700;font-size:19px;
        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:#000000; 
line-height:33px;
  font-family: "Ojuju", sans-serif;
        font-weight: 700;font-size:19px;
        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:#61A0A8;}


#header {
        background-image: url('images/head.jpg'),url('images/bg.jpg');
        background-repeat: no-repeat,repeat;
        background-position: center; 
        height:603px;
        width:100%;
        margin-top:-5px;
}


a:link {
        text-decoration: none; 
        color:#61A0A8; 
	font-size: 16px;
  font-family: "PT Serif", serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        color:#61A0A8; 
	font-size: 16px;
  font-family: "PT Serif", serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        color:#61A0A8; 
	font-size: 16px;
  font-family: "PT Serif", serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#6C4536; 
	font-size: 16px;
  font-family: "PT Serif", serif;
        font-weight: 600!important;}




b { 
        color: #6C4536;  font-size: 19px;       font-weight: 400!important;  font-family: "Ojuju", sans-serif;background-color:#000000;

}

i { 
        color: #6C4536;  font-size: 19px;       font-weight: 400!important;  font-family: "Ojuju", sans-serif;background-color:#000000;

}


#container {
	margin: -60px;
	position: relative;
	float: center;
	width:100%;
}

.contentx{
        margin-left:90px;
        margin-right:90px;
        margin-bottom: 70px;padding:25px;
	font-size: 16px;
  font-family: "PT Serif", serif;
        font-weight: 500!important;
        text-align:justify; color:#ffffff;
        line-height:25px;letter-spacing:2px;opacity:0.6;)}


blockquote {
 	background-color:#121111; 
 	padding: 8px;
	text-align:justify;
	color:#ffffff;border-right:4px dashed #6C4536}
h1 { 
	color:#5C7190;
        letter-spacing:1px;  font-family: "Fasthand", cursive;
        font-size:38px;
        padding:10px;}

.contentcontainer input, textarea, select {
  background-color: #121111;
  border: 2px dashed #5C7190;
  padding:4px;
  color:#5C7190;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}