/*
name of project: Project 5
name of programmer: Jane Eichenberger
date: May 2, 2015

*/


body {
	font-family: verdana, ariel, sans serif;
	background-color: #f2fbf2;

}

#wrapper	{
	width: 1000px;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #008000;
	overflow: visible;
	height: 830px;
	
}

#content 	{
	width: 95%;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #f2fbf2;
	height: 90%;
}

h1	{
	font-size: 30px;
	font-weight: bold;
	color: #008000;
	width: 1000px;
	text-align: center;
	border-top: 10px solid #008000;
	background-color: #f2fbf2;
}

h2	{
	font-size: 24px;
	font-style: italic;
	text-align: center;
	padding-top: 5px;
	
}


.images	{
	text-align: center;
}

.description 	{
	font-size: 20px;
	color: #008000;
	margin-left: 5px;
	

}

#Stage_text {
	margin-left: 0;
	display: block;
	float: left;
}

#Stage_animation {
	margin-top: 0;
	margin-left: 40px;
	display: block;
	float: left;
}


