html, body {
        height: 100%;
        margin:0;
}

body {
background-image: url('images/bg.jpg');
        background-repeat:repeat;
        font-family: 'Playfair Display', sans-serif!important;
        font-weight: 400!important;
        text-align:center;
        font-size: 13px;
        color: #000000;
}


#navigation {
	position:relative;
        width:1100px;
	right:0px;
	top:0px;
        padding-left:20px;
        padding-right:20px;
        float: center;
        font-family: 'Tahoma';
        font-weight: 700;
        overflow:hidden;
        text-align:center;   border-radius: 10% 20% 10% 30%;     opacity:0.9;background-color:#A2DB8F;
        line-height:50px }

#navigation A:link { 
        text-decoration: none; 
        color:#000000; 
        line-height:19px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:10px;
        padding-left:20px;
        padding-right:20px;
}

#navigation A:visited { 
         text-decoration: none; 
        color:#000000; 
        line-height:19px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:10px;
        padding-left:20px;
        padding-right:20px;}

#navigation A:active { 
        text-decoration: none; 
        color:#000000; 
        line-height:19px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:10px;
        padding-left:20px;
        padding-right:20px;}

#navigation A:hover { 
         text-decoration: none; 
        color:#ffffff; 
        line-height:19px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:10px;background-color:#000000;
        padding-left:20px;
        padding-right:20px;}


#header {

    position: relative;

    /* center the element */

    right: 0;

    left: 0;

    margin-right: auto;

    margin-left: auto;

    /* give it dimensions */

    width: 1200px;

    height: 382px;

    background-image: url(images/head2.jpg);

    background-repeat: no-repeat;

}


#header1 {

    position: relative;

    /* center the element */

    right: 0;

    left: 0;

    margin-right: auto;

    margin-left: auto;

    /* give it dimensions */

    width: 1200px;

    height: 171px;

    background-image: url(images/head1.jpg);

    background-repeat: no-repeat;

}



#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#60D43B; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#60D43B; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#60D43B; 
	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;background-color:#60D43B}




b { 
        color: #60D43B;         font-weight: 700!important;
}

i { 
        color: #60D43B;         font-weight: 700!important;
}

#footer a { text-decoration: none; 
        color:#000000; 
        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:#984443; 
	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:#D2312F}

#container {
	margin: 0px;
	position: relative;
	float: center;
	width: 1200px;
}

.contentcontainer{padding:20px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 0px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#000000;
        line-height:25px;letter-spacing:2px;background-color:#ffffff;opacity:0.8;
}


blockquote {
 	background-color:#F2F2F2; 
 	border-right: 20px solid #60D43B;
 	padding: 8px;
	text-align:justify;
	color:#000000;}

h1 { 
	color:#60D43B;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px;}



.contentcontainer input, textarea, select {
  background-color: #F2F2F2;
  border: 2px dashed #60D43B;
  padding:4px;
  color:#60D43B;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}