<style>

body {

}

div {
	margin:auto;
	width:800px;
	height:663px;
	border-style:solid;
	border-width:0.5px;
	box-shadow:10px 10px 5px grey;
}

div#d1 {
	margin:auto;
	width:800px;
	height:auto;
	border-style:solid;
	box-shadow:10px 10px 5px grey;
}

div#d2 {
	margin:auto;
	width:800px;
	height:auto;
	border-style:solid;
	box-shadow:10px 10px 5px grey;
}

div#d3 {
	margin:auto;
	width:800px;
	height:auto;
	border-style:solid;
	box-shadow:10px 10px 5px grey;
}

div#d4 {
	margin:auto;
	width:800px;
	height:auto;
	border-style:solid;
	box-shadow:10px 10px 5px grey;
}

div#d5 {
	margin:auto;
	width:800px;
	height:auto;
	border-style:solid;
	box-shadow:10px 10px 5px grey;
}

section#s1 {
	background-color:white;
	font-family:"Times New Roman";
	color:black;
	font-size:18px;
	margin:auto;
	width:800px;
	height:415px;
	max-width:1000px;

	
}

section#s2 {
	background-color:white;
	font-family:"Times New Roman";
	color:black;
	font-size:18px;
	margin:auto;
	width:800px;
	height:auto;
	max-width:1000px;

	
}

section#s3 {
	background-color:white;
	font-family:"Times New Roman";
	color:black;
	font-size:18px;
	margin:auto;
	width:800px;
	height:auto;
	max-width:1000px;
	
}

section#s4 {
	background-color:white;
	font-family:"Times New Roman";
	color:black;
	font-size:18px;
	margin:auto;
	width:800px;
	height:auto;
	max-width:1000px;

	
}

section#s5 {
	background-color:white;
	font-family:"Times New Roman";
	color:black;
	font-size:18px;
	margin:auto;
	width:800px;
	height:auto;
	max-width:1000px;
	
}

header {

	background-color:darkgrey;
	font-family: "Calibri";
	color:black;
	font-size:24px;
	margin:auto;
	width:800px;
	height:100px;
	max-width:1000px;
	max-height:100px;
	
}

nav {
	background-color:lightblue;
	font-family: "Calibri";
	color:white;
	font-size:18px;
	margin:auto;
	width:800px;
	height:30px;
	max-width:1000px;
	max-height:50px;
	padding-top:5px;
}


footer {
	background-color:black;
	font-family: "Times New Roman";
	color:white;
	font-size:14px;
	margin:auto;
	width:800px;
	height:100px;
	max-width:1000px;
	max-height:50px;
	text-align:center;
}

a.navigation:link {
    color: white;
    background-color: lightblue;
    text-decoration: none;
}
a.navigation:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
a.navigation:hover {
    color: white;
    background-color: black;
    text-decoration: none;
}
a.navigation:active {
    color: white;
    background-color: none;
    text-decoration: none;
}
a.navigation {
	margin:10px;
}

#h1 {
	padding:20px;	
}

/*img#fir {

	margin-top:25px;
}*/

img#sec {
	float: left;
	margin-left:20px;
}

#p1 {
	margin-left:380px;
	margin-right:20px;
}

#p2 {
	padding-top:10px;
}

#pi{
	display:inline;
}

p {
	margin-left:10px;
	margin-right:10px;
}

h2 {
	margin-left:10px;
	margin-right:10px;
}

li {
	padding-right:10px;
}

</style>
