html,body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: url(images/background.gif) repeat-y center top;
}

div#container {
	text-align: left;
	width: 940px;
	margin: 0 auto;
}

div#header {
	height: 220px;
	color: black;
	background-color: white;
}


div#contentLeft {
	position: relative;
	float: left;
	width: 279px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-top: 10px;
	background-color: transparent;
}

div#contentMiddle {
	position: relative;
	float: left;
	width: 278px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-top: 10px;
	background-color: transparent;
}

div#contentRight {
	position: relative;
	float: left;
	width: 279px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-top: 10px;
	background-color: transparent;
}

div#content2Cols {
	position: relative;
	float: left;
	width: 577px;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-top: 10px;
	background-color: transparent;
}

div#content3Cols {
	position: relative;
	float: left;
	width: 877;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-top: 10px;
	background-color: transparent;
}

div#bianco {
	background-color: white;
}
div#grigio {
	background-color: gainsboro;
	width: 280px;
}
div#bisque {
	background-color: bisque;
}
div#verde {
	background-color: aquamarine;
}
div#azzurro {
	background-color: lightblue;
}
div#rosa {
	background-color: pink;
}


.titolo {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid red;
	width: 280px;
	background-color:#EEEEEE;
	display:block;
}

.titolo570 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid red;
	width: 570px;
	background-color:#EEEEEE;
	display:block;
}

.titolo880 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid red;
	width: 880px;
	background-color:#EEEEEE;
	display:block;
}

.titolo860 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid red;
	width: 860px;
	background-color:#EEEEEE;
	display:block;
}


a:link {
	color: darkblue;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: darkblue;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

div#nota {
	font-size: 10px;
	font-weight: bold;
	color: red;
	text-align: center;
	background-color: white;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

table.special {
	border: 1px;
}

table.special td {
	margin: 0px;
	padding: 10px;
}

img {
	border: 0;
}

table.special {
	text-align: center;
}

table.gallery td {
	width: 145px;
}
