html,body {
	margin: 0;
	padding:0;
	height:100%;
}
body {
	text-align: center;
	background-color: #fff;
	/* background-color: #fafaf9;
	background-image: url(img/background.gif);
	background-repeat: repeat-y;
	background-position: center; */	
}

html, body, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #999;
}

div#container {
	position: relative;
	width: 700px;
	height: 100%;
	margin: 0 auto; /*centra il DIV su Firefox */
    text-align: left;
	background-color: #fff;
}
body>div#container{
	height: auto;
	min-height: 100%;
}

div#header{ 
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 11px;
	color: #999;
	padding: 16px 0 4px;
	background: url(img/border-oriz.gif) repeat-x left bottom;
}
#header p {
	text-align: right;	
}
#header p.piccolo {
	font-size: 10px;	
}
#header a, #header a:link, #header a:active, #header a:visited { color: #999; }
#header a:hover { color: #777; }

.menu {
	background: url(img/border-vert.gif) repeat-y left top;
	padding-left: 16px;
	text-align: right;
}
.submenu {
	border-left: 1px solid #ddd;
	padding-left: 8px;
	text-align: right;
}

div#footer{ 
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 10px;
	/* margin-right: 32px; */
}
#footer p {
	background: url(img/border-oriz.gif) repeat-x left top;
	padding: 12px 0 12px 0px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited { color: #888; }
#footer a:hover { color: #666; }

div#pagina { padding: 140px 0 80px 0; }

a, a:link, a:active, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a:focus { text-decoration: underline; }

h1,h2,h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #888;
	/* font-weight: normal; */	
}

h2 a,
h2 a:link,
h2 a:active,
h2 a:visited {
	color: #888;
}
h2 a:hover,
h2 a:focus {
	text-decoration: underline;
}

h3 a,
h3 a:link,
h3 a:active,
h3 a:visited {
	color: #888;
}
h3 a:hover,
h3 a:focus {
	text-decoration: underline;
}

h1 {
	font-size: 20px;	
}
h2 {
	font-size: 16px;	
}
h3 {
	font-size: 13px;	
}

p {	margin: 0; }

.piccolo { font-size: 10px; }

.line { 
	font-size: 8px;
	margin-bottom: 24px;
	margin-top: 16px; 
	border-bottom: 6px solid #f9f9f5;	
}

.colonnasx { padding-right: 32px; }
.colonnadx {
	padding-left: 12px;
	background: url(img/border-vert.gif) repeat-y left top;
}

.news {
	padding: 6px 0 24px 0;
}
.news img {
	float: left;
	margin-right: 6px;
	border: 1px solid #665;
}

.news h3 {
	margin-bottom: 3px;
}

.clear { clear: both; }
.nobold { font-weight: normal; }
.bio p {
	margin:0 12px 4px;	
}

.marginbottom {
	margin-bottom: 12px;
}

.separaloghi {
	padding-top: 100px;
}