BODY {
	font-family: verdana, sans-srif;
	font-size: 11px;
	background: #fff;
	margin: 0;
}

h2 {
	font-family: "Lucida Sans", arial, verdana, sans-serif;
	color: #3c7dbd;
	font-size: 25px;
	line-height: 23px;
	margin: 0 0 15px 0;
}

a {
	color: #3c7dbd;

}

#wide-header {
	height: 76px;
	text-align: center;
}

#wide-header .left, 
#wide-header .right  {
	height: 76px;
	width: 45%;
}

#wide-header .right  {
	background: url('../images/bg-wide-header-right.gif') repeat-x;
	float: right;
}

#wide-header .left  {
	background: url('../images/bg-wide-header-left.gif') repeat-x;
}

.err {
	color: #ff0000;
}

.center {
	width: 100%;
	height: 76px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
}

#header {
	background: #3c80c1 url('../images/bg-header.gif') repeat-x;
	height: 184px;
	overflow: hidden;
}

#header .container930 {
	width: 930px;
	height: 184px;
	margin: 0 auto;
	background: #3c80c1 url('../images/bg-main-header.gif') no-repeat;
}

#menu {
	overflow: hidden;
	background: #000 url('../images/bg-menu.gif') repeat-x;	
}

#menu .container930 {
	width: 930px;
	height: 38px;
	margin: 0 auto;
	background: #000 url('../images/bg-main-menu.gif') no-repeat center top;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 0;
	height: 38px;
}


#menu ul li {
	width: 103px;
	float: left;
	text-align: center;
	line-height: 36px;
}

#menu ul li a {
	font-size: 11px;
	display: block;
	color: #fff;
	font-weight: lighter;
	text-decoration: none;
}

#menu ul li.item_35 {
	width: 104px;
}

#menu ul li.selected,
#menu ul li a:hover {
	background: #000 url('../images/bg-menu-hover.gif') no-repeat bottom center;
}


#menu ul.subber {
	height: 30px;
	width: 930px;
	position: absolute;
	display: block;
	background: #3c7dbd;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	top: 295px;

	clear: both;
	
}


#menu ul.subber li {
	width: auto;
	height: 30px;
	line-height: 30px;
}


#menu ul.subber li a {
	padding: 0 20px;
}

#menu ul.subber li.selected,
#menu ul.subber li a:hover {
	background: #1f62a3;
}



#main {
	width: 930px;
	margin: 0 auto;
	clear: both;
}

#main #left {
	margin: 45px 0;
	width: 175px;
	float: left;
}

#main #center { /* 560 pixel di spazio */
	margin: 45px 15px;
	width: 550px;
	float: left;
	overflow: hidden;
}

#main #center .centermargin {
	margin: 0 10px;
	color: #111;
	font-family: "Helvetica", arial, verdana, sans-serif;
	font-size: 14px;
}

.centermargin p {
	margin: 0 0 5px 0;
	line-height: 18px;
}

#main #right {
	margin: 45px 0;
	width: 175px;
	float: left;
}

#footer {
	width: 930px;
	height: 105px;
	margin: 0 auto;
	border-top: 1px solid #444;
	clear: both;
	background: #fff
}

#footer .margined {
	margin: 10px;
}

#footer .deco-footer {
	background: #000 url('../images/bg-deco-footer.gif') repeat-x;
	height: 24px;
	clear: both;
	display: block;
}




p.err {
	margin: 10px;
	font-weight: bold;
	color: #ff0000;
	font-size: 10px;
}

form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form fieldset h3 {
	margin: 10px 0;
}

form input, form textarea {
	width: 300px;
	border: 1px solid #bbb;
	padding: 3px;
}

form textarea {
	height: 60px;
}

form button {
	border: 0;
	text-transform: lowercase;
	font-size: 10px;
	margin: 0 0 0 200px;
	background: #fff url('../images/bg-button.gif') repeat-x;
	font-weight: bold;
}

hr {
	background-color: #fff;
	color: #fff;
	border: 1px solid #fff;
	
	clear: both;
	display: block;
	margin: 5px 0;
	padding: 0;
	height: 1px;
}