/* This is the CSS file for the home page for www.salcalanni.com */

#display table {
	margin-top: 20px;
	margin-left: 20px;
	width: 545px;
	height: auto
	/* height: 255px */
}

#display table tr td {
	margin: 0;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #FF9000
}

#display table tr td.date {
	width: 26%;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF
}

#display table tr td.comments {
	padding-top: 7px;
	padding-left: 15px;
	font-style: italic
}

#display table tr td.spacer_1 {
	width: 70%
}

#display table tr td.spacer_2 {
	padding: 15px
}

/*

#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: 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF
}

#display ul li {
	margin: 20px 0;
}

#display object.main {
	margin: 20px 0;
}

*/