html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#DEDEDE;
        background-repeat:repeat;
font-family: 'Libre Baskerville', serif;
        font-weight: 400!important;
        text-align:center;
        font-size: 13px;
        color: #464646;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#DBDBDB;}


::-webkit-scrollbar-track-piece {
    background-color: #DBDBDB;
}

::-webkit-scrollbar-thumb {
    width:14px; height:10px;
    background-color:#CCC5C5;
    border: 4px solid #F3F3F3;
}


.nav {
top:0;

left:0;
background-color:#A0DC73;
width:100%;
margin-bottom:10px;
z-index:1;
position:fixed;
text-align:center;
font-size:13px;
letter-spacing:3px;
line-height:20px;
padding:15px;
padding-bottom:10px;
height:40px;
border-bottom: 3px dashed #D2EDBE;
opacity:0.7;
}
			
.nav a {
text-transform:uppercase;
letter-spacing:6px;
padding:23px;
font-size:13px;}

.nav A:link { 
font-family: 'Playfair Display'
text-decoration: none; 
text-transform:uppercase;
letter-spacing:6px;
padding:17px;
font-size:13px;
color:#557939;
}

.nav A:visited { 
font-family: 'Playfair Display'
text-decoration: none; 
text-transform:uppercase;
letter-spacing:6px;
padding:17px;
font-size:13px;
color:#557939;
}

.nav A:active { 
font-family: 'Playfair Display'
text-decoration: none; 
text-transform:uppercase;
letter-spacing:6px;
padding:17px;
font-size:13px;
color:#557939;
}

.nav A:hover { 
font-family: 'Playfair Display'
text-decoration: none; 
text-transform:uppercase;
letter-spacing:6px;
padding-bottom:35px;
font-size:13px;
color:#E7E7E7;
background-color: #557939;
}


#header {
        background-image: url('images/header.jpg');
        background-repeat: no-repeat;
        background-color:#DEDEDE;
        background-position: center; 
        height:518px;
        width:100%;
        margin-top:-15px;
}


#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#69C01F; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#69C01F; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#69C01F; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#76EE10; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}




b { 
        color: #76EE10;         font-weight: 400!important;
}

i { 
        color: #76EE10;         font-weight: 400!important;
}

#footer a { text-decoration: none; 
        color:#353535; 
        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:#76EE10; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

#footer a:hover {        text-decoration: none; 
        color:#000000; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;background-color:#76EE10}

#container {
	margin: -50px;
	position: relative;
	float: center;
	width: 1000px;
}

.contentcontainer{
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 20px;padding:25px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#4E4E4E;
        line-height:25px;letter-spacing:2px;background-color:#C8C8C8;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;border:5px solid #F8F8F8;}


blockquote {
 	background-color:#EFEFEF; 
 	border-top: 20px solid #7FD535;
 	padding: 8px;
	text-align:justify;
	color:#4E4E4E;background-color:#E4E4E4;opacity:0.7;}

h1:hover { 
	color:#7FD535;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px; background-color:#EFEFEF;opacity:0.5;border:3px solid #F0EFEF;}

h1 { 
	color:#7FD535;opacity:0.5;border:3px solid #F0EFEF;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px;background-color:#EFEFEF}

.contentcontainer input, textarea, select {
  background-color: #EFEFEF;
  border: 2px dashed #7FD535;
  padding:4px;
  color:#7FD535;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}