html, body {
        height: 100%;
        margin:0;
}

body {
        background-image:url(premade/bg1.jpg);background-repeat:repeat;

}

::-webkit-scrollbar {height:20px; width: 21px;}
::-webkit-scrollbar-corner {background-color:#DCE1B1;}


::-webkit-scrollbar-track-piece {
    background-color: #DCE1B1;
}

::-webkit-scrollbar-thumb {
    width:14px; height:10px;
background-image: linear-gradient(#C0C590, #959B64);
background-color:#DCE1B1;}


#navi{
   opacity: 0.9;
	width: 24%;
margin-right:5%;
margin-left:6%;
margin-top:-30px;
float:left;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; background-image: linear-gradient(#959B64, #9C9165);
opacity:0.7;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 33px #EFE5BC;
}

a.navi {
color: #9C9165;
	letter-spacing: 3px;
        font: normal 2em 'Libre Baskerville', serif;
	line-height: 10px;margin-right:5%;
margin-left:6%;
	padding: 10px;
	display: block;
        border: 0px;
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
	text-shadow: none;background: no-repeat top center #535339;
	}

a.navi:link {
color: #9C9165;
	letter-spacing: 3px;
        font: normal 2em 'Libre Baskerville', serif;margin-right:5%;
margin-left:6%;
	line-height: 10px;
	padding: 10px;
	display: block;
        border: 0px;
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
	text-shadow: none;background: no-repeat top center #535339;	}


a.navi:active {
color: #9C9165;
	letter-spacing: 3px;
        font: normal 2em 'Libre Baskerville', serif;margin-right:5%;
margin-left:6%;
	line-height: 10px;
	padding: 10px;
	display: block;
        border: 0px;
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
	text-shadow: none;background: no-repeat top center #535339;
}

a.navi:visited {
margin-right:5%;
margin-left:6%;
color: #9C9165;
	letter-spacing: 3px;
        font: normal 2em 'Libre Baskerville', serif;
	line-height: 10px;
	padding: 10px;
	display: block;
        border: 0px;
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
	text-shadow: none;	background: no-repeat top center #535339;
}


a.navi:hover{
color: #ffffff;
	background: no-repeat top center #535339;
	text-decoration: none;
	text-shadow: none;margin-right:5%;
margin-left:6%;
opacity: 0.8;
}




  
   
#content {
           width:57%;margin-top:-70px;
margin-left:0px;
        margin-right:0px;
        margin-bottom: 50px;padding:25px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#4D4D4D;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px; opacity:0.7;float: left;
   }

#wrap {
        height:100%;
}


#header {
        background-image: url('premade/header.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:572px;
        width:100%;
        margin-top:-15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#677A6B; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#677A6B; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#677A6B; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#89B190;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;}




b { 
        color: #92985B;         font-weight: 400!important;
}

i { 
        color: #92985B;         font-weight: 400!important;
}

#footer a { text-decoration: none; 
        color:#AEAEAE; 
        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:#AF7D54; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

#footer a:hover {        text-decoration: none; 
        color:#ffffff; 
	font-size: 10px!important;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;background-color:#AF7D54}

blockquote {
 	background-color:#EDE9CD; 
 	padding: 8px;
	text-align:justify;
	color:#333333;}
h1 { 
	color:#535339;
        letter-spacing:1px;
font-family: 'Alumni Sans Pinstripe', sans-serif;
        font-size:40px;
        padding:10px;}

.content input, textarea, select {
  background-color: #CCD0A7;
  border: 2px dashed #535339;
  padding:4px;
  color:#535339;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}