html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#CFB8A3;
        background-repeat:repeat;
font-family: 'Libre Baskerville', serif;
        font-weight: 400!important;
        text-align:center;
        font-size: 13px;
        color: #444444;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:CFB8A3;}


::-webkit-scrollbar-track-piece {
    background-color: #CFB8A3;opacity:0.5;
}

::-webkit-scrollbar-thumb {
    width:14px; height:10px;
    background-color:#AA8C71;
    border: 4px solid #CF1F29;
}


#navigation {
	position:relative;
        width:100%;
	right:0px;
	top:-20px;
        padding-left:20px;
        padding-right:20px;
        float: center;
        font-family: 'Tahoma';
        font-weight: 700;
        overflow:hidden;
        text-align:center;
        width: 990px;        
}

#navigation A:link { 
        text-decoration: none; 
        color:#CF1F29; 
        line-height:73px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:13px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.6;
border-radius: 30px;font-size: 23px;background-color:#B8A088;
}

#navigation A:visited { 
        text-decoration: none; 
        color:#CF1F29; 
        line-height:73px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:13px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.6;
border-radius: 30px;font-size: 23px;background-color:#B8A088;}

#navigation A:active { 
        text-decoration: none; 
        color:#CF1F29; 
        line-height:73px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:13px;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.6;
border-radius: 30px;font-size: 23px;background-color:#B8A088;}

#navigation A:hover { 
         text-decoration: none; 
        color:#90775E; 
        line-height:73px;
        font: normal 1em 'Libre Baskerville', serif;
        font-weight: 700;
        text-transform: uppercase; font-size:13px;background-color:#C0966C;
        padding-left:30px;
        padding-right:30px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.6;
border-radius: 30px;font-size: 23px;}


#header {
        background-image: url('premade/head.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:448px;
        width:100%;
        margin-top:-15px;
}


#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#D01F2E; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#D01F2E; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#D01F2E; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#772D13; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}




b { 
        color: #772D13;         font-weight: 400!important;border-bottom:3px dashed #96A82D;
}

i { 
        color: #772D13;         font-weight: 400!important;border-bottom:3px dashed #96A82D;
}


#container {
	margin:-40px;
	position: relative;
	float: center;
	width: 1110px;
}

.contentx{
        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:#2C2727;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;opacity:0.8;
border-radius: 30px;}


blockquote {
 	background-color:#BBA593; 
 	border-top: 20px solid #89694D;
 	padding: 8px;
	text-align:justify;
	color:#2C2727;;opacity:0.7;}

h1 { 
	color:#89694D;opacity:0.5;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px;background-color:#BBA593}

.contentx input, textarea, select {
  background-color: #BBA593;
  border: 2px dashed #89694D;
  padding:4px;
  color:#89694D;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}