html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#DBDBDB;
        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:#7B5B7A;
    border: 4px solid #C4C4C4;
}


.nav {
top:0;

left:0;
background-color:#7C5B74;
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 #ffffff;
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:#252525;
}

.nav A:visited { 
font-family: 'Playfair Display'
text-decoration: none; 
text-transform:uppercase;
letter-spacing:6px;
padding:17px;
font-size:13px;
color:#252525;
}

.nav A:active { 
font-family: 'Playfair Display'
text-decoration: none; 
text-transform:uppercase;
letter-spacing:6px;
padding:17px;
font-size:13px;
color:#252525;
}

.nav A:hover { 
font-family: 'Playfair Display'
text-decoration: none; 
text-transform:uppercase;
letter-spacing:6px;
padding-bottom:35px;
font-size:13px;
color:#ffffff;
background-color: #252525;
}


#header {
        background-image: url('images/head.jpg'),url('images/bg1.jpg');
        background-repeat: no-repeat, repeat-x;
        background-color:#D2D2D2;
        background-position: center; 
        height:662px;
        width:100%;
        margin-top:-15px;
}


#wrap {
        height:15px;
}


a:link {
        text-decoration: none; 
        text-decoration: none; 
        color:#805B79; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        text-decoration: none; 
        color:#805B79; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        text-decoration: none; 
        color:#805B79; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#494548; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}




b { 
        color: #494548;         font-weight: 400!important;
}

i { 
        color: #494548;         font-weight: 400!important;
}

#footer a { text-decoration: none; 
        color:#494548; 
        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:#478DE2; 
	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:#A07297}

#container {
	margin: -70px;
	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:#000000;
        line-height:25px;letter-spacing:2px;background-color:#E6E4E4;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;}


blockquote {
 	background-color:#B2B2B2; 
 	border-top: 20px solid #7D5C7D;
 	padding: 8px;
	text-align:justify;
	color:#000000;opacity:0.7;}

h1 { 
	color:#7D5C7D;opacity:0.5;;
        letter-spacing:1px;
font-family: 'Bebas Neue', cursive;
        font-size:20px;
        padding:10px;background-color:#B2B2B2}

.contentcontainer input, textarea, select {
  background-color: #B2B2B2;
  border: 2px dashed #7D5C7D;
  padding:4px;
  color:#7D5C7D;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}