body, html {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:helvetica, serif;
	font-size:10pt;
	background:#F5F8ED;
}

#container {
	width:750px;
	border:2px solid silver;
	margin:0 auto;
	padding:0px;
	min-height:99%;
	background:#fff;
}

#container #top {
	height:100px;
	border-bottom:2px solid silver;
	background: url(images/drop2.jpg);
	background-repeat: no-repeat; 
	background-position:top left; 
	text-align:center;
	letter-spacing:2px;
	font-family:Impact, serif;
}


.top_title{
	float:right;
	margin-right:10px;
	font-size:40pt;
	margin-top:0px;
}

.top_sub_title {
	clear:right;
	margin-right:10px;
	float:right;
	width:250px;
	/*border:1px solid #360;
	border-width:2px 0px;*/
	font-size:13pt;
	font-family:Verdana,Tahoma,serif;
	text-align:center;
	color:#51862C;
	letter-spacing:1px;
}

/*----[ Colonna centrale ]--------------*/

#col_left {
	margin:1px ;
	width:540px;
	float: left;
	height:50%;
	padding:3px;
}

.shadow{
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 95%;
}
.shadow .text {
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px;
	text-align:justify;
	font-family:Tahoma,serif;
}

.shadow .text h2,.shadow .text h3, .shadow .text p{
	color:#666;
	padding:0;	
	margin:0;
	margin-bottom:10px;
}

.shadow .text h2 {
	background:#F69C46;
	color:white;
	font-size:14pt;
	padding-left:2px;
	letter-spacing:5px;
	text-indent:10px;
	background-image:url(images/border.jpg);
	background-repeat: no-repeat ;
	background-position:top left;
}

.shadow .text h3 {
	color:#666;
	font-size:12pt;
	padding-left:2px;
}

.shadow .text p {
	color:#666;
	font-size:10pt;
	text-align:justify;
	line-height:1.3em;
}

/*-----[ menu laterale ]-----*/

#col_right {
	width: 200px;
	float: right;
	margin-top:1px;
	height:50%;
	margin-right:1px;
}

#col_right ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#col_right li {
	margin:3px 0;
}

#col_right ul li a {
	background:#F69C46;
	color:white;
	text-indent:3px;
	text-decoration:none;
	display:block;
	width:100%;
	background-image:url(images/border.jpg);
	background-repeat: no-repeat ;
	background-position:top left;
	text-indent:15px;
}

#col_right ul li a:hover {
	background:#c88942;	
	background-image:url(images/border_hover.jpg);
	background-repeat: no-repeat ;
	background-position:top left;
	text-indent:15px;
}

/*-----[ link validazione ]-----*/

.validation a {
	text-decoration:none;
}

.validation img {
	border:0px;
}
