a:link {
	color: blue;
}
a:visited {
	color: white;
}
a:hover {
	color: yellow;
}

body {
	background-image: url(images/eoskitchenspoon3b.jpg);
}

#header {
	font-size: 250%;
	text-align: center;
}


#main {
	float: left;
	text-align: center;
	padding-left: 100px;
	font-size: 110%;
	width: auto;
	margin: 20px 10px 60px 10px;
	}	
#sidebar {
	position: fixed:
	top: 80px;
	left: 0%;
	text-align: center;
	padding: 10px;
	margin-right: 50px;
	width: 50px;

}	
#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;
	column-width: 100px;
	}

td, th {
	border: thin solid gray;
	padding: 5px;
	}
#navoptions {
	text-align: center;
}	



#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;
	
}
