/* Trio Fedele*//* Website and Associated code copyright 2005, David Gnojek*//* IMPORTANT *//* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. *//* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. *//* What you may use - .css files. *//*What you may NOT use - .jpg, .gif, and .png files. *//* basics----------------------------------------------- */#content p {	font-family: Georgia, Times, serif;	font-size: 0.8em;	margin: 0;	line-height: 20px;	}	#content li {	font-size: 0.9em;	}	#extras p {	font-family: Georgia, Times, serif;	font-size: 0.7em;	margin: 0;	line-height: 20px;	}	#extras li {	font-size: 0.8em;	}	.clear{	clear: both;	}	img {	border: none;	}		h1 {	font-family: Georgia, Times, serif;	color: #480000;	font-size: 1.4em;	}	h2 {	font-family: Georgia, Times, serif;	color: #392d23;	font-size: 1em;	font-variant: small-caps;	}	.left {	text-align: left;	}	.leftFooter {	text-align: left;	float: left;	margin: 8px 0px 0px 20px;	}	.rightFooter {	text-align: right;	margin: 8px 20px 0px 0px;	}	.center {	text-align: center;	}.right {	text-align: right;	}	h2.header {	font-weight: bold;	padding-bottom: 6px;	color: #97381c;	font-variant: small-caps;	}#content td {	text-align: center;	}	.height30 {	height: 30px;	}	.width80 {	width: 80px;	}	.width30 {	width: 30px;	}	.border {	border: 1px solid #777;	padding: 5px;	}