* {
margin:0 0 0 0;
font-family:verdana, arial, sans-serif;
line-height: 160%;
}

body {
	background-color:#bebebe;
}

/* -------------------------------------------- ID DIV ---------------------------------------------- */

#container {
position: relative;
width: 736px;
height: 625px;
margin: 0 auto;
background-image:url(sfondo_opt.gif);
background-repeat:no-repeat;
background-color:#bebebe;
}

#menuSx {
	width:424px;
	position: absolute;
	left: 30px;
	top: 90px;
	color: #f7e1ce;
	font-size: 16px;
}

#main {
	width: 302px;
	position: relative;
	left: 434px;
	top: 30px;
	font-size:10px;
	min-height:570px;	
	height:auto !important; /*trick x explorer*/
	height:570px;
}

#footer {
	position:relative;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background-color:#000000;
	color: #f9ba2f;
	margin-top:40px;
	font-size:10px;
}

/* -------------------------------------------- fine ID DIV ----------------------------------------- */
p {
	text-indent: 20px;
	padding: 5px 2px;
}


h1 {
	border-bottom:2px solid #f9ba2f;
	text-align:right;
    color: #000000;
	font-size: 16px;
	padding-left: 5px;
	margin-bottom:20px;
}

h2 {
	border-bottom:1px dotted black;
	text-align:right;
    color: #000000;
	font-size: 14px;
	padding-left: 5px;
	margin-bottom:20px;
}

#main a, #footer a, #menuSx a {
	color:#ffffff;
	text-decoration:none;
}

#main a:hover, #footer a:hover, #menuSx a:hover {
	text-decoration:underline;
}

#main p {
	text-align:justify;
}



#main .right{
	text-align:right;
}

.focus {
	font-weight:bold;
}

#foto_bio {
	float:right;
	border:1px solid black;
	margin-left:5px;
}

.contatti {
	text-align:right;
}

.indentato {
	margin-left:20px;
	font-size:70%;
}

.none {
	text-indent:0px;
}