﻿#menuItems {
	width: 460px;
	float: left;
}
.genericDiv {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.quotesDiv {
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #923364;
}
#submenuDiv {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5D4D83;
	margin-bottom: 15px;
}
