body {
	background: #000000;
	text-align: center;
  	min-width: 890px;
}

h3 {
	text-align: left;  
	font-family: "URW Gothic L", Verdana, Helvetica, "Trebuchet MS", Arial, sans-serif;
    font-weight: bolder;
    font-size: 16pt; 
    text-decoration: none; 
    white-space: nowrap;
    line-height : 120%;
    color: #cdcdcd; 
    /* color: #A6D785; verde guacamole */
    /* color: #9440d9; violino */
    /* color: #FEBA00; giallo-arancio */
}

a {color: #cdcdcd; text-decoration: none}
a:visited {}
a:hover {color: red;}

image {
    border: none;
	padding: 0px;
	padding-top: 0px;
}

a.image {
	border: 2px solid red;
}

.right {
	float: right;
	margin-left: 7px;
}

.center {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.left {
	float: left;
	margin-right: 7px;
}

.itemdesc {
	text-align: left; 
	position: relative; 
	margin-left: 200px; 
	padding-left: 60px;
	padding-top: 20px;

	color: #cdcdcd; 
	font-family: "URW Gothic L", Verdana, Helvetica, "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    font-size: 11pt; 
    text-decoration: none; 
    white-space: nowrap;
    line-height : 200%;
	list-style-type: square;
}

#wrapper {
	text-align: center;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin-top: 15px;
	background: url("images/logo-trem.jpg") top center no-repeat;
	/* position: relative; */
	/* left: 20px; */
	/* top: 20px; */
	height: 30px;
}

.caption {
	margin-top: 0px;
    margin-bottom: 0px;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.menu {
	margin-top: 27px;
}

#twocols {
	width: 95%; 
	float: right; 
	position: relative; 
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix { 
	display: inline-block; 
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

