/* 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-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color:#444444;}

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; }

h1 {
  font-size:1.3em;
  color:#99aa98;
  font-weight:bold;
}

h2 {
  font-size:1.2em;
  color:#444444;
  font-weight:bold;
	margin:0;
	padding:0;
}


h3 {
  font-size:1.1em;
  color:#444444;
  font-weight:bold;
}

hr {
border:1px dashed #e8ded2;
height:2px;
margin:10px 0 10px 0;
padding:0;
}

a:link ,a:visited ,a:active {
color:#444444;
font-weight:bold;
text-decoration: underline;
}

a:hover {
color:#444444;
font-weight:bold;
text-decoration:underline;
}

/* DA QUI IL RESTO */

body {
background-image: url(../img/sfondo.gif);
background-repeat:repeat-x;

}

/* Contenitore principale subito dopo body */
#main {
background-image: url(../img/sfondo_main.gif);
background-repeat:repeat-y;
}

#header {

}

#maincontent {

}

#maincontent #sx{
	background-image:url(../img/sx.gif);
	background-repeat:no-repeat;
}

#maincontent #sx a img{
	border:0px;
}



.content a img{
	border:0;
}

#maincontent #dx .menu img{
	border:0;
}

#maincontent #dx .content .testo {
	width:300px;
	padding:10px 0 0 10px;
	float:left;
	text-align:justify;
line-height:2em;
color:#7c7c7c;
}

#maincontent #dx .content .cane {
	float:right;
}


#footer{
	background-image:url(../img/sfondo_footer.gif);
	background-repeat:repeat-x;

}










