@cha
rset "utf-8";
/* CSS Document */
#container{margin: 0;padding: 0;height: 100%}
	.header{
    position: fixed;
    left: 0;
    top: 0px;
    background-color: #DCC7B7;    
}
	
	.nav{
    position: fixed;
    left: 25%;
    top: 20px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-decoration: none;
    border: medium double #000000;
	background-color: #DCC7B7;
	z-index: 1
}
	ul{
    list-style-type: none;
    display: block;
    text-align: justify;
    text-decoration: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;		
	}
	
	li{float:left;}
	
	li a{
		display: block;
		color:#cf1f45;
		text-align: center;
		padding: 30px 30px;
		text-decoration: none;
	}
	li a:hover{
    background-color: #FFFFFF;
}
	
	.active{
    background-color: #0b9446;
    bottom: auto;
}
.image-container{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	width: 100%;
}
	.image{
    display: block;
    margin-left: 150px;
    margin-right: auto;
    margin-top: 200px;
    width: 100%;
    z-index: -1;
}
.image-text{position: absolute;
top:650px;
left:350px;
	z-index: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
 font-size: 35pt;
	text-align: left
}

body{background:#DCC7B7; }

.footer{
    display: block;
    text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    float: none;
    margin: 0;
    padding: 0;
    background: #DCC7B7;
    position: relative;
    width: 100%;
    bottom: 0;
	height: 35px;
}

.aboutus{
	Margin: auto;
	width: 60%;
	padding: 10px;
	text-align: center;
	padding-top: 200px;
}
.pdf{
	margin-left: 20%;
	margin-right: auto;
}