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

body {
        background-image: url('images/background.jpg');background-repeat: repeat-x;
	background-color: #31628f;
font-family : "Gabriela", sans-serif;
        font-weight: 500!important;
        text-align:center;
}

.menuBar{
    width:100%;
    height:70px;
    display:block;
    position:fixed;
    top:0;
    left:0;
    background: #31628f;  
    }
.nav{
    float:center;
    margin-top: 36px;
    margin-right:30px;}

.nav A:link { 
        text-decoration: none; 
        color:#16543e; 
	font-size: 36px;
        letter-spacing:1px;
font-family : "Corinthia", sans-serif;
        font-weight: 40;
        padding-top:40px;
        padding-bottom:30px;
        padding-left:22px;
        padding-right:22px;
}

.nav A:visited { 
        text-decoration: none;
        color:#f7f2a1; 
	font-size: 36px;
        letter-spacing:1px;
font-family : "Corinthia", sans-serif;
        font-weight: 40;
        padding-top:40px;
        padding-bottom:30px;
        padding-left:22px;
        padding-right:22px;
}

.nav A:active { 
        text-decoration: none; 
        color:#f7f2a1; 
	font-size: 36px;
        letter-spacing:1px;font-family : "Corinthia", sans-serif;
        font-weight: 40;
        padding-top:40px;
        padding-bottom:30px;
        padding-left:22px;
        padding-right:22px;
}

.nav A:hover { 
        text-decoration: none; 
        color:#f7f2a1; 
	font-size: 36px;
        letter-spacing:1px;font-family : "Corinthia", sans-serif;
        font-weight: 40;
        padding-top:40px;
        padding-bottom:30px;
        padding-left:22px;
        padding-right:22px;
}

#header {
        background-image: url('images/header.png');
        background-repeat: no-repeat;
        background-position: center; 
        height:539px;
        width:100%;
        margin-top:70px;
}


A 
{text-decoration:none;
 color: #16543e;
font-family : "Corinthia", sans-serif;
font-weight : 700;
font-size : 32px;
 cursor:hand;}

A:hover
{text-decoration:none;
 color: #f7f2a1;
font-family : "Corinthia", sans-serif;
font-weight : 700;
font-size : 32px;
 cursor:hand;}




b {
color : #181818;
font-size : 40px;
font-weight : 500 !important ;
font-family : "Corinthia", sans-serif;
}
i {
color : #181818;
font-size : 20px;
font-weight : 400 !important ;
font-family : "Corinthia", sans-serif;
}





#content {
        float:center;
        margin-right:0px;
        margin-top:-40px;
        margin-bottom:60px;
        width:1042px;

}

.contentx{ 
        padding:19px;
        margin-left:0px;
        margin-right:0px;
        line-height:33px;
        font-size:18px;
font-family : "Gabriela", sans-serif;
font-weight : 500 !important ;
text-align : justify;
        color:#0D0D0D;
        margin-bottom:20px;
}


blockquote {
 font-size : 18px;
font-family : "Gabriela", sans-serif;
font-weight : 500 !important ;
text-align : justify;
letter-spacing: 1px;
text-transform: none;
text-decoration: none;
font-weight: normal;
color: #0D0D0D;
text-align: justify; 
}

h1 {
color : #181818;
letter-spacing : 1px;
font-family : "Lavishly Yours", sans-serif;
font-size : 36px;
padding : 10px;
border-bottom: 1px dashed #888A64;
text-align: right;
text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}

