* {
	padding:0;
	margin:0;
}

body {
	background:#dcf0fb ;
	font-family: 'EB Garamond', serif;
}

.clear {
	clear:both;
}

#container{
	width:900px;
	height:969px;
	margin:0 auto;
	color:white;
}

#header {
	width:900px;
	height:283px;
	background-image: url('../images/header.jpg'); 
}

#nav {
	width:900px;
	height:55px;
	background-image: url('../images/nav.jpg'); 
	font-size:19px;
	font-weight:bold;
	border-bottom:1 px solid #347fc3;
}

#nav ul li {
	float:left;
	padding:15px 0 0 38px;
	list-style:none;
	color:white;
}

#nav a {
	text-decoration:none;
	color:#fff;;
}

#nav ul li a:hover {
	color:#347fc3;
}

#content {
	width:900px;
	height:760px;
	background-color:#fff;
	color:black;
	font-size:14px;
}

#text {
	width:820px;
	height:auto;
	margin:50px auto 0 38px;
	position:absolute;
	font-size:20px;
	text-align:justify;
	line-height:22px;
	test-align:left;
}

#text H2 {
	color:#347fc3;
}

#photos {
	padding: 50px 0 20px 20px;
	position:relative;
	border: 1px solid black;
}

#footer {
	width:900px;
	height:120px;
	background-image:url('../images/footer.jpg');
}

#footer p {
	padding: 10px 0 0 30px;
	font-size:20px;
	font-weight:bold;

}



