/*
@media print  {
	h1,h2,h3,h4,h5,h6 {
		page-break-after:avoid;
		page-break-inside:avoid;
	}
	blockquote,pre {
		page-break-inside:avoid;
	}
	ul,ol,dl {
		page-break-before:avoid;
	}
	#navigation {
		display:none;
	}
	a,a:link,a:active,a:visited,a:hover {
		text-decoration:none;
		color:blue;
		background-color:transparent;
	}
	acronym,abbr,cite,cite.simona,cite.bibbia,cite.madonna {
		border-bottom:0;
	}
	.gototop, .gotosection, .gotohome, .gotomail {
		display:none;
	}
}
*/
body {
	font-family:"Verdana","Lucida","Lucida Grande","Lucida Sans Unicode","Geneva","sans-serif";
	line-height:normal;
	background-image:url(/icon/tight_dots.gif);
	font-size:13px;
	margin:0;
	padding:0;
}

img {
	border:0;
}

acronym,abbr {
	cursor:help;
	border-bottom:1px dashed red;
	font-weight:400;
}

#container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-right:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	background-color:#FFF;
	padding:20px;
}

#main_bar {
	float:left;
	width:506px;
	padding:5px 0 10px 5px;
}

#lateral_bar {
	float:right;
	width:205px;
	padding:5px 0;
}

#footer {
	height:30px;
	clear:both;
	padding-top:8px;
	border-top:1px solid #000;
	margin:0;
}

#footer #main_bar {
	float:left;
	width:506px;
}

#footer #lateral_bar {
	float:right;
	width:210px;
	padding:5px 0 5px 10px;
}

#header {
	height:100px;
	background-image:url(/icon/logo_new.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border:0;
	margin:0;
	padding:0;
}
#header h1 {
	color:navy;
	font-style:italic;
	font-size:2.5em;
	font-weight:700;
	line-height:1em;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	padding:0;
}

#header h2 {
	color:navy;
	line-height:normal;
	font-style:italic;
	font-size:1.6em;
	font-weight:400;
	text-align:center;
	margin:0;
	padding:0 0 6px 0;
}

#header h3 {
	color:#CD6600;
	line-height:1em;
	font-style:italic;
	font-size:0.9em;
	font-weight:400;
	text-align:center;
	margin:0;
	padding:0;
}

a:link {
	text-decoration:none;
	color:#039;
}

a:visited {
	text-decoration:none;
	color:#69C;
}

a.nota:link {
	text-decoration:none;
	color:red;
}

div.shadow {
	float:left;
	background:url(/icon/dropshadow.png) no-repeat bottom right;
	margin:10px 0;
	padding:0 4px 4px 0;
}

div.shadow img,div.shadow a img {
	display:block;
	position:relative;
	top:-2px;
	left:-2px;
	background:#FFF;
	border:1px solid;
	border-color:#ccc #666 #666 #ccc;
	padding:5px;
}

.mean-pix {
	float:left;
	width:80%;
	border-top:1px dotted gray;
	border-bottom:1px dotted gray;
}

.full-pix {
	float:left;
	width:100%;
}

.left-pix {
	float:left;
	margin:0 10px 5px 0;
}

.right-pix {
	float:right;
	margin:0 0 5px 14px;
}

a:visited:hover,a:hover,a:active {
	text-decoration:underline;
	color:#69C;
}

a.nota:visited,a.nota:visited:hover,a.nota:hover,a.nota:active {
	color:red;
}


/*		GO TO...		*/
.gototop {
	background:url(/css/go2top.png) no-repeat 0 0;
	width:40px;
	height:40px;
	display:block;
	_display:none;
	position:fixed;
	z-index:9999;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	right:2px;
	bottom:100px;
}
.gotosection {
	background:url(/css/go2section.png) no-repeat 0 0;
	width:40px;
	height:40px;
	display:block;
	_display:none;
	position:fixed;
	z-index:9999;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	right:2px;
	bottom:150px;
}
.gotohome {
	background:url(/css/go2home.png) no-repeat 0 0;
	width:40px;
	height:40px;
	display:block;
	_display:none;
	position:fixed;
	z-index:9999;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	right:2px;
	bottom:200px;
}
.gotomail {
	background:url(/css/go2mail.png) no-repeat 0 0;
	width:40px;
	height:40px;
	display:block;
	_display:none;
	position:fixed;
	z-index:9999;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	right:2px;
	bottom:250px;
}
/*		GO TO...		*/


