/* This is the CSS file for the home page for www.salcalanni.com */

#display table {
	margin: 0;
	width: 565px;
	height: auto
	/* height: 255px */
}

#display ul {
	text-align: center;
	margin-top: 40px;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #FF9000
}

#display ul li.title {
	margin-top: 20px;
	margin-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF
}

#display ul li.small {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF
}

#display ul li {
	margin: 20px 0;
}