html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#FFC476;
        background-repeat:repeat;
font-family: 'Libre Baskerville', serif;
        font-weight: 400!important;
        text-align:center;
        font-size: 13px;
        color: #000000;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#FFC476;}


::-webkit-scrollbar-track-piece {
    background-color: #FFC476;
}

::-webkit-scrollbar-thumb {
    width:14px; height:10px;
    background-color:#E27238;
    border: 4px solid #F3DBC0;
}


#navigation {
	position:relative;
        width:100%;
	right:0px;
	top:0px;
        padding-left:20px;
        padding-right:20px;
        float: center;
        font-family: 'Tahoma';
        font-weight: 700;
        overflow:hidden;
        text-align:center;        opacity:0.9;
        width: 52%;
}

#navigation A:link { 
        text-decoration: none; 
        color:#F8D7AB; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;
        padding-left:20px;
        padding-right:20px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#F67C57;
}

#navigation A:visited { 
        text-decoration: none; 
        color:#F8D7AB; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;
        padding-left:20px;
        padding-right:20px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#F67C57;}

#navigation A:active { 
        text-decoration: none; 
        color:#F8D7AB; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;
        padding-left:20px;
        padding-right:20px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#F67C57;}

#navigation A:hover { 
         text-decoration: none; 
        color:#FFC476; 
        line-height:43px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:19px;background-color:#EB6C45;
        padding-left:20px;
        padding-right:20px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;}


#header {
        background-image: url('images/head.jpg'), url('images/bg1.jpg');
        background-repeat: no-repeat, repeat-x;
        background-color:#D8D8D8;
        background-position: center; 
        height:581px;
        width:100%;
        margin-top:-15px;
}


#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#CE6814; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#CE6814; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#CE6814; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#FF9E57; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}




b { 
        color: #FF9E57;         font-weight: 400!important;
}

i { 
        color: #FF9E57;         font-weight: 400!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:#B95218; 
	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:#B95218}

#container {
	margin:0px;
	position: relative;
	float: center;
	width: 1100px;
}

.contentcontainer{
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 10px;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:#FBBE6D;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;border:5px solid #F9B35C;}


blockquote {
 	background-color:#F9B35C; 
 	border-top: 20px solid #FF9E57;
 	padding: 8px;
	text-align:justify;
	color:#4E4E4E;background-color:#F7C78B;opacity:0.7;}

h1:hover { 
	color:#DF4516;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px; background-color:#F9B35C;opacity:0.5;border:3px solid #EEAA55;}

h1 { 
	color:#F15B2C;opacity:0.5;border:3px solid #EEAA55;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px;background-color:#F9B35C}

.contentcontainer input, textarea, select {
  background-color: #D5D5D5;
  border: 2px dashed #FF9E57;
  padding:4px;
  color:#FF9E57;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}