@charset "UTF-8";/*This is a CSS style sheet  *//* wrapper is the same as Castro calls container.body is the part where the stanzas are.the transparent bird could maybe act like a sidebar if rewritten that way,and the footer on this page is where the bio is.this page has no nav, but you could add a nav for page anchors.*/header, article, section, aside, footer, nav, figure/* MAIN CONTENT--------------------------------------------------------- */#wrapper	{border: solid black 1px;width: 700px;margin: 20px;background: url("images/white.png") no-repeat fixed 0px 0px, url("images/trans-bird.png") no-repeat fixed 0px 300px, url("images/white.png") no-repeat fixed 0px 600px; }/*} */ body	{margin: 0;padding-left: 40px;padding-right: 40px;background: url("images/dream_peeks_arty.jpg") no-repeat 270px 325px; }article	{	float: left;	margin-left: 20px;	}h1 {	color: black;	font-family: Helvetica, Arial, sans-serif;	text-align: right;}img {float: right;left: 400px;top: 1000px;width: 400px;opacity: .75;background-image: url("images/treeblack.png"); background-repeat: no-repeat; background-attachment: fixed;z-index: 500;}h3 {	color: rgb(00,00,00);	font-size: small;	font-family: Helvetica, Arial, sans-serif;}header	{height: 240px;width: 700px;border: 10px;padding: 10px;border-color: rgb(255,00,58); background-color: rgb(240,230,214);background-position: 300px 0;background-attachment: fixed;box-shadow:  2px 2px 5px #000}p {	border-color: rgb(100,100,100);	color: rgb(100,100,100);	font-family:  Verdana, sans-serif;	font-size: small;}section.stanza {	color: rgb(00,00,00);	font-family: Cambria, Georgia, serif;	font-size: small;	border: none;	width: 200px;	padding: 5px;	box-shadow:  2px 1px 5px #000;}.stanza:first-letter {	font-size: 20px;	width: 300px;	}		a:link, a:visited {	text-decoration: none;	color: black;	}a:hover, a:focus {	text-decoration: none;	color: black;	}#aside {	border-color: rgb(200,200,200);	color: rgb(200,200,200);	font-family:  Verdana, sans-serif;	font-size: small;	text-align: left;	}		/* PAGE FOOTER--------------------------------------------------------*/footer	{font-family: 'Helvetica', sans-serif;font-size: small;clear: both;text-align: right;margin-right: 20px;}#bio {	color: black;	font-family: Helvetica, Arial, sans-serif;	font-size: small;	margin-left: 245px;	margin-right: 20px;		width: 880px;		float: left;	display: block;	padding-right: 20px;	padding-left: 20px;	padding-top: 20px;	}#bio img  {	border: solid gray 5px;	float:left;	width: 205px;	margin-right: 20px;	opacity: 1;	}	#float-left {	float: left;	width: 150px;	}#float-right	{	float: right;	width: 150px;	}	.book-title {	text-decoration: underline;	}