/* 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/1.4 Verdana, 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:#040d3c;
font-size: 1em;
color:#53538a;
text-align:justify;
line-height:1.5em;
}

ul {
list-style-type:none;
margin:5px 0 0 5px;
padding:0;
}


li {
margin:5px 0 0 0;
padding:0;
}
#main {

}


h1 {
  font-size:1.3em;
  color:#cc0000;
  font-weight:bold;
	margin:8px 0 5px 0;
	padding:0;
}

/*SOTTOTITOLI*/
h2 {
  font-size:1.2em;
  color:#cc0000;
  font-weight:bold;
	margin:0;
	padding:0;
}

/*SOTTOSOTTOTITOLI*/
h3 {
  font-size:1.1em;
  color:#cc0000;
  font-weight:bold;
}

a:link ,a:visited {
color:#637a92;
text-decoration:none;
}

a:active {
color:#cc0000;
text-decoration:none;
}

a:hover {
color:#cc0000;
text-decoration: none;
}




/* HEADER */



/* colonna destra */




/* CONTENT */

#content1 .portfolio {
margin:10px 0 0 100px;
}

#content1 .portfolio img{
border:0;
}

#maincontent p {
padding:0px 20px 5px 5px;
width:300px;
}

#maincontent p img{
border:0;
}







/* FOOTER */

#footer {

}


#dati {
text-align:center;
color:#31659c;
padding:3px;
}












