/* 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 {
	margin-top: 10px;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #FF9000
}

#display ul li {
	margin: 3px 3px;
}

#display ul li.title {
	margin: 7px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF
}

#display ul li.focus {
	margin: 3px 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FF9000
}

#display ul li.worked_with {
	margin: 3px 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	text-decoration: underline;
	color: #FF9000
}


#display h3 {
	margin-top: 15px;
	margin-left: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FF9000
}

#display img {
	margin-top: 20px;
	margin-left: 6px
}

#display p {
	margin-top: 5px;
	margin-left: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #FF9000
}

#display p.focus {
	margin-top: 5px;
	margin-left: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FF9000
}

#display p.link {
	margin-top: 2px;
	margin-left: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #FF9000
}
