a:link {
	color: blue;
}
a:visited {
	color: white;
}
a:hover {
	color: yellow;
}
body {
	background-image: url(images/eoskitchenspoon3b.jpg);
}
#sidebar {

	position: absolute;
	top: 60px;
	left: 0%;

	text-align: center;

	padding: 10px;

	margin-right: 50px;

	width: 50px;

}
#header {
	font-size: 250%;
	text-align: center;
	padding: 15px;
	width: auto;
}
#main {
	float: left;
	text-align: center;
	padding-left: 100px;
	font-size: 110%;
	width: auto;
	margin: 20px 10px 30px 10px;
}
#faq {
	text-align: left;
}
#page {
	font-size: x-large;
}
#mixer {
	float: center;
	width: 120px;
	height: 200px;
}
#bird {
	float: center;
	width: 100px;
	height: 100px;
}
.classlist {
	float: right;
}
#table {
	margin-left: 20px;
	padding: 20px;
	text-color: white;
	}
td, th {
	border: thin solid white;
	padding: 5px;
	}
#navoptions {
	text-align: center;
	clear: left;
}	
#footer {
	text-size: 50%;
	text-align: left;
	clear: left; /*starts the footer below the floated content */
	padding-left: 100px;
	width: auto;
	clear: left;
}
p.keynote {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	height: 20px;
}
