@charset "UTF-8";

body {
	background-color: #66CCFF;
	text-align: center;
	height: 85%;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/pyramid_lake_sm.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-family: "Adobe Garamond Pro";
	font-style: normal;
	color: #663300;
	text-decoration: none;
	font-size: x-large;
	font-weight: normal;
}
.container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

header {
	background-color: #000000;
	height: 5px;
}	

nav {
	height: 100px;
	background-color: #000000;
	width: 100%;
}
nav ul {
	display: block;
	padding: 0px;
	height: 100px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-image: none;
	list-style-type: none;
	background-color: #000000;
}
nav ul li {
	display: block;
	float: left;
	height: 100px;
	width: 175px;
}
nav ul li a {
	font-family: "Apple Garamond";
	font-size: x-large;
	font-weight: lighter;
	color: #CCCCCC;
	display: block;
	height: 50px;
	width: 175px;
	padding-top: 50px;
	text-decoration: none;
}
nav ul li a:hover {
	color: #FFFFFF;
}
nav ul li ul {
	height: 140px;
	width: 175px;
	display: none;
	position: absolute;
	z-index: 1000;
}

nav ul li:hover ul {
	display: block;
}

nav ul li ul li {
	height: 70px;
	width: 175px;
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;	
}

nav ul li ul li a {
	height: 50px;
	width: 175px;
	padding-top: 20px;	
}

section {
	height: 700px;
	width: 85%;
}
.intro {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 55%;
	text-align: center;
}
p {
	text-align: center;
}
footer {
	background-color: #000000;
	text-align: center;
	height: 150px;
}
