/*the following prepared style rules determine colors, fonts, layout, and text wrap around the image in the content area*/
* {
	margin: 0px;
	padding: 0px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 0;
	background-color: #71726D;
	}

h1 {
	font-size: 2em;
	}

#container {
	width: 800px;
	background: #FFF;
	margin: 0 0 0 1em;
	}
#content {
	margin: 0 2em 2em 15em;
	background-color: #FFFFFF;
	}
#content img {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	}
#nav {
	position: absolute; top: 160px; left: 0px;
	width: 150px;
	}

#nav ul {
	width: 150px;
	}
#siteName h1 {
	font-style: italic;
	color: #1D0A04;
	text-align: right;
	background-image: url(images/pelicans1c.jpg);
	padding: 200px 0px 0px 0px;/*adding the padding in this way moves the heading*/
	/*adding the padding to the top of the heading will push the heading to the bottom*/
	}
h2 {
	font-size: 1.5em;
	}
h3 {
	font-size: 1em;
	}
.pageName {
	font-variant: small-caps;
	color: #3c4138;
	border-bottom: 3px dotted #3c4138;
	}
.feature {
	background-color: #D6DFE4;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
/*start writing the new style rules below this comment*/