@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Anton);
@import url(http://fonts.googleapis.com/css?family=Satisfy);
body {
	font-size: 101%
	font-family: "Lucida Grande", "lucida Sans Unicode", verdana, sans-serif;
	background-color: #ccc;
}

#header {
	background-image:url(images/Reservoir-Mural.jpg);
	background-repeat:none;
	height: 400px;
	width: 995px;
	position: relative;
	padding-left: 3em;
}

#main-wrapper {
	width: 960px;
	height: auto;
	margin: 50px auto 50px auto;
	background_color: ivory;
	text-align: left;
	font-size: .83em;
	font-family: "lucida Grande", "lucida Sans Unicode", verdana, sans-serif;
	color: #333;
}

h1 {
	margin: 0;
	padding: 140px 70px 0 70px;
	font-size: 4.8em;
	font-family: 'Anton', sans-serif;
	text-shadow: 2px 2px #ff0000;
 } 

h2 {
	margin: 0;
	padding: 0 0 30px 340px;
	font-family: 'Satisfy', cursive;
	font-size: 3.3em;
	text-shadow: 2px 2px #ff0000;
}

#nav {
	width: 180px;
	float: left;
	height: auto;
}

#nav ul {
	list-style-type: none;
	margin: 1.2em 0 0 25px;
	padding: .2em;
}

#nav ul li {
	margin: .3em 0 .3em 0;
}

#nav ul li a {
	color: #EFEFEF;
	font-variant: small-caps;
	display: block;
	padding: .3em 0 .3em 25px;
	text-decoration: none;
	list-style-type: none;
	background-color: #153AC9;
}

#content {
	float: left;
	width: 720px;
	margin-left: 100px;
	margin-right: 30px;
	line-height: 1.8em;
}

#footer {
	width: 1060px;
	clear: both;
}

#footer_inner {
	padding: 2em 2em 2em 13em;
	background-color: #153AC9;
	margin: 2em 2em 25px 2em;
}

h3 {
	margin: 0;
	border-left-color: #93c; 
	border-style-style: solid;
	border-left-width: 1em;
	padding-top:.9em;
	font-size: 20pt;
}

h4 {
	margin: 0;
	border-left-color: #93c; 
	border-style-style: solid;
	border-left-width: 1em;
	padding-top:.9em;
	font-size: 16pt;

p {
	font-size: 14px
}

p1 {
	font-size: 10px;
}

p2 {
	font-size: 18px;
}