/**
 * Various CSS styles relating to menu display.
 */
#menu {
	width: 217px;
	height: 267px;
	margin: -15px;
	padding: 15px;
	background: url(images/scratched-red-menu.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.9em;
}

#menu a {
	color: white;
	font-family: "Futura Md BT", "Arial", "Verdana", "Helvetica", sans-serif;	font-size: 0.80em;
	font-weight: 400;
	font-size: 1.0em;
}