@charset "utf-8";
#container {
	text-align: center;
}
/* CSS Document */

#banner {
	background-image: url(quimbylogo.jpg);
	height: 150px;
}
#header {
	height: 75px;
}

#navigation {
	background-color: #FC3;
	float: left;
	width: 150px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
#header {
	font-weight: bold;
}
#main_text {
	text-align: center;
	padding: 30px;
}
#container #header #header {
	font-size: 36px;
}
