/* wrapper color #94AAFF */

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 22px;
	background-image: url("img/flyingbird.png");

}

header {
	color: white;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 32px;
}

a {
	font-size: 20px;
}

#wrapper {
	width: 1000px;
	background-color: #94AAFF;
	border: 10px solid black;
	margin: 20px auto 60px auto;
	padding: 10px;
	background-image: url("img/birddrawing.png");
	background-repeat: no-repeat;
}

#bio {
	font-size: 30px;
	font-family: Impact, Charcoal, sans-serif;
}

#sidebio {
	width: 1000px;
	background-color: #94AAFF;
	border: 10px solid black;
	margin: 20px auto 60px auto;
	padding: 10px;
	color: white;
}
.stanza {
	font-family: courier, serif;
	text-align: left;
	width: 500px;
	margin: 150px 80px;
	color: white;
}

#odd {
	font-family: courier, serif;
	text-align: left;
	width: 500px;
	margin: 150px 500px;
}

.info {
	font-size: 20px;
	font-family: courier, serif;
}

.list{
	font-size: 25px;
	font-family: Impact, Charcoal, sans-serif;
}

.items{
	font-size: 16px;
	font-family: courier, serif;
}

figure {
	width: 300px;
	float: right;
}

figcaption {
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

img {
	width: 100%;
	float: right;
}

footer {
	font-size: 16px;
	font-family: courier, serif;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
}
a:hover, a:focus {
	color: blue;
}