body 
	{
	margin: 0px;
	height: 100%;
	margin: 0px;
	background: url('../gfx/fondo.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 13px;
	color: #333333;
	}

a {
	text-decoration: underline;
	color: #222222;
	font-weight: bold;
	}
	
container {}
	
a:hover 
	{
	text-decoration: none;
	}
	
#vcenter      
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}
	
#content
	{
	margin-left: -480px;
	position: absolute;
	top: 20px;
	left: 50%;
	width: 960px;
	height: 560px;
	}

#contenuto {padding-left: 35px; padding-right: 25px;}

#header 
	{
	height: 180px;
	}


#footer 
	{
	float: left;
	background-image: url(../gfx/down.gif);
	height: 40px;
	width: 960px;
	}

#footer div a
	{
	color: #3F012E;
	}
	
#colleft 
	{
	margin-top: 10px;
	text-align: left;
	float: left;
	width: 200px;
	overflow: auto;
	height: 440px;
	background-image: url(../gfx/fondo1.gif); 
	background-repeat: no-repeat;
	background-position: left top;
	}

#colcenter 
	{
	margin-top: 10px;
	text-align: justify;
	float: left;
	width: 540px;
	overflow: auto;
	height: 440px;
	background: #ffffff;
	}

#colright
	{
	margin-top: 10px;
	text-align: left;
	float: left;
	width: 220px;
	overflow: auto;
	height: 440px;
	background-image: url(../gfx/fondo1.gif); 
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#colcenterright
	{
	margin-top: 10px;
	text-align: left;
	float: left;
	width: 760px;
	overflow: auto;
	height: 440px;
	}
	
.brd_img {
	border: solid 3px #eaeaea;
	}

#imgcontainer ul
	{
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#imgcontainer ul li 
	{
	text-align: left;
	display: inline;
	}

#imgcontainer ul li a
	{
	text-decoration: none;;
	color: #fff;
	/*background-color: #036;*/
	}

#imgcontainer ul li a:hover
	{
	color: #fff;
	background-color: #369;
	}

h1 
	{
	font-size: 15px;
	}

#colleft ul
	{
	margin-top: 10px;
	padding-left: 10px;
	list-style: none;
	font-size: 11px
	}
	
#colleft li
	{
	margin-top: 10px;
	}
	
#colleft li a 
	{
	color: #3F012E;
	}
	
dl {
	width: 440px;
	}

dl,dd {
	}
	
dt {
	/*background: #ffdf4d; */	font-size: 14px; 
	padding: 2px; 
	margin: 2px;
	}
	
dt a {
	color: #3F012E;
	}
	
dd a {
	color: #000;
	}

.small_news {
	margin-left: 5px; 
	margin-top: 30px;
	font-size: 10px;
	width:150px;
	}

hr {
	width: 740px;
	} 

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	margin-top: 10px;
}

#fotodx {margin-left: 10px; margin-top: 10px; background-color: #cccccc; width: 200px; height: 420px}

.norm1 {font-family: Arial, Helvetica, sans-serif;font-size: 11px;}

.error{
	background: #ffffe1 url(../gfx/cancel.gif) 5px 5px no-repeat;
	border: #d6d8d6 1px solid;
	width: 88%;
	padding: 5px 5px 5px 30px;
	margin-left: 2px;
	font-size: 10px;
}

.sent{
	background: #ffffe1 url(../gfx/ok.gif) 5px 5px no-repeat;
	border: #d6d8d6 1px solid;
	width: 88%;
	padding: 10px 5px 5px 30px;
	margin-left: 2px;
	font-size: 10px;
	float:left;
}

#errorContainer{
	display: none;
	position: absolute;
	top: 30%;
	left: 50%;
	width: 350px;
	height: 200px;
	border: #ccc 1px solid;
	margin: -60px 0 0 -175px;
	background-color:#FFFFFF;
}
#errorContainer a{
	display: block;
	height: 15px;
	width: 100%;
	height: 20px;
	text-align: right;
	text-decoration: none;
	color: #fff;
	background-color: #666;
	cursor: pointer;
}