#wrap {
	width: 230px;
	overflow:hidden;
	position: relative;
	z-index: 12;
	margin-top: 15;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 400px;
	padding-top: 15px;
}
#wrap h3{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	margin-top: 20px;
}
#wrap h3{
	cursor:pointer;
	display:block;
	text-decoration:none;
	background-image: url(../Struttura/State.png);
	background-repeat: no-repeat;
	background-position: -18px 5px;
	padding-left: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 35px;
}  
#wrap h3 a{
	text-decoration:none;
	color: #900;
	font-weight: bold;
}
#wrap h3 a:hover {
	text-decoration:none;
	color: #990000;
}

#wrap ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 65;
	padding-right: 0;
}
#wrap .active {
	background-position: 100% -21px;
	color: #990000;
}

#wrap .col{
	float: left;
	width:200px;
	height: 40px;
	color: #900;
}
#wrap .disclaim{
	padding:10px;
	color: #FFF;
	background-color: #008294;
	text-transform: uppercase;
	margin: 10px;
	text-decoration: none;
}
#wrap ul{
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 65;
}
#wrap li{
	padding:0;
	margin-right: 0;
	margin-left: 37px;
	font-family: "Titillium Web";
	color: #900;
}
/* YAY IE6 awsomeness */
#wrap * html h3 a{
	zoom:1;
	color: #900;
}
