#bottomnav {
	background: #CCCCCC;
	height: auto;
	width: 95%;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	padding: 10px 8px;
	font-family: "Times New Roman", Times, serif;
}
#bleftnav {
	float: left;
	width: 30%;
	font-weight: bold;
}
#brightnav {
	float: right;
	width: 30%;
	font-weight: bold;
}
#bcenternav {
	width: 30%;
	text-align: center;
	margin: 0px auto;
}
.centertext {
	width: 100%;
}
#aligncenter {
	text-align: center;
	margin: 0px auto;
}

.lefttext {
	float: left;
	margin-right: 10px;
	text-align: center;
}
.righttext {
	float: right;
	margin-left: 10px;
	text-align: center;
}
#quiltnavleft {
	background: #CCCCCC;
	float: left;
	height: auto;
	width: 30%;
	margin: 0px;
}
#quiltnavcenter {
	background: #CCCCCC;
	height: auto;
	width: 95%;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 8px;
}
#quiltnavright {
	background: #CCCCCC;
	float: right;
	height: auto;
	width: 30%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
