/* CSS Document */
/* All page content elements are children of 
	and should inherit these styles. Browser realities
	may vary!
*/
/* Block elements */
H1, H2, H3, H4, H5, H6, FORM, DIV, BLOCKQUOTE, OL, P, PRE, TABLE, UL, DL, DT, DD {
	display : block;
}

/* Inline elements */
A, B, CODE, EM, I, IMG, INPUT, SMALL, SPAN, STRONG, TEXTAREA {
	display : inline;
}

/* List-item element */
LI {
	display : list-item;
}

/* Generic styles for elements */
html { font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;}

p {
	margin-top : 1em;
	margin-bottom : 1em;
}
h1, h2, h3, h4, h5, h6 { font-weight : bold; }
h1 { font-size : xx-large; }
h2 { font-size : x-large; }
h3 { font-size : large; }
h4 { font-size : medium; }
h5 { font-size: small; }
h6 { font-size: x-small; }
i, em { font-style : italic; }
small { font-size : smaller; }
big { font-size : larger; }
ol { list-style : decimal; }
ul { list-style : disc; }
pre, code { 
	font-family : monospace; 
	font-size: small;
}
b, strong { font-weight : bolder; }
pre { white-space : pre; }
table { display : table; }
tr { display : table-row; }
th, td { 
	display : table-cell;
	vertical-align: center;
}
th {
	font-weight : bold;
	text-align : center;
}
caption {
	text-align: center;
	display : table-caption;
}

/* Pseudo-classes */
a:link {
	text-decoration : underline;
	color : Blue;
}
A:VISITED {
	text-decoration : underline;
	color : Purple;
}

/* Contextual selectors */
a:link img { border : 2px solid Blue; }
a:visited img { border: 2px solid purple; }

/* Attribute selector */
INPUT[type="hidden"] { display : none; }


/* DA QUI IL RESTO */

body {
background-color:#3a3838;
font-size: 1em;
color:#e0dede;
text-align:justify;
line-height:1.7em;
}

h1 {
  font-size:1.3em;
  color:#a88a9e;
  font-weight:bold;
	margin:8px 0 5px 0;
	padding:0;
}

/*SOTTOTITOLI*/
h2 {
  font-size:1.2em;
  color:#e0dede;
  font-weight:bold;
	margin:0;
	padding:0;
}

/*SOTTOSOTTOTITOLI*/
h3 {
  font-size:1.1em;
  color:#e0dede;
  font-weight:bold;
}

a:link ,a:visited ,a:active {
color:#a88a9e;
font-weight:bold;
text-decoration: underline;
}

a:hover {
color:#ffffff;
font-weight:bold;
text-decoration:underline;
}



/* CONTENT */


#sx .menu{
width:197px;
height:212px;
background-image:url(../img/sfondo_menu.gif);
background-repeat:no-repeat;
text-align:right;
}

#sx .menu a img{
border:0px;
}

#content .contentsx{
float:left;
width:83px;
height:348px;
background-image:url(../img/sfondo_contentsx.gif);
background-repeat:repeat-y;
margin:0px;
padding:0px;
}

#content .testo{
float: right;
width:318px;
margin:0 0 0 5px;
}

#content .testo a img{
	border:0;
	margin:0 6px 6px 0;
}













