#vmenu {
	width: 275px;
	overflow: scroll;
	height: 275px;
	float: left;
	background-color: #96A089;
	margin-right: 1em; 
	padding: 0.5em;
	border: 4px solid #667059;
}

#vmenu ul {
	list-style-type: none;
	font-family: 'Century Gothic', sans-serif;
}

#vmenu ul a {
	color: #000000; 
	text-decoration: none;
}

.footnote {
	font-size: 85%;
}

.vquote {
	margin: 1em 2em;
	font-family: 'Century Gothic', sans-serif;
	font-style: italic;
}

#vfooter {
        border-radius: 0.5em;
        border: #96A089 2px solid;
	padding: 0.5em;
	margin-top: 2em;
	background-color: #F9F7ED;
	clear: both;
	font-style: italic;
}
