/* TEXT AND IMAGE LAYOUT */

div.textimage{margin-right: 5px; margin-top: 5px; border: 0px solid #000}
div.textimage img{float:left;margin-top: 0px; margin-bottom: 0px; margin-right:5px; margin-left:10px}
div.textimage h2, div.textimage p{margin:0 10px; padding: 0}
div.textimage h2{margin-top: 10px; color: #666}
div.clearer{clear: left}

/* FUNZIONI */

body  { font-family: verdana, "Trebuchet MS", sans-serif }
body { font-size: 8px }

h1 { font-family: "Trebuchet MS", "times new roman", sans-serif }
h1 { font-size: 200%; margin: 0;padding: 0 10px; text-align:justify; color: white }

h2 { font-family: "Trebuchet MS", "times new roman", sans-serif }
h2 { font-size: 150%; margin: 0;padding: 0 10px; text-align:justify; color: white }

h3 { font-family: "Trebuchet MS", "times new roman", sans-serif }
h3 { font-size: 130%; margin: 0;padding: 0 10px; text-align:justify; color: white }

p { font-family: verdana, "Trebuchet MS", sans-serif }
p { font-size: 10px; padding: 0 10px; text-align:justify; color: #DDDDDD }

/* LINKS */

.class1 A:link { text-decoration: none; color: blue } 
.class1 A:visited { text-decoration: none; color: blue }
.class1 A:hover { border-bottom: dashed 1px blue }

.class2 A:link { text-decoration: none; color: #990000 } 
.class2 A:visited { text-decoration: none; color: #990000 }
.class2 A:hover {  border-bottom: dashed 1px #990000 }

.class3 A:link { text-decoration: none } 
.class3 A:visited { text-decoration: none }
.class3 A:hover { text-decoration: underline }

.class4 A:link { text-decoration: none; color: white} 
.class4 A:visited { text-decoration: none; color: white }
.class4 A:hover { text-decoration: none; color: gray }

.class5 A:link { text-decoration: none; color: #003399 } 
.class5 A:visited { text-decoration: none; color: #003399 }
.class5 A:hover { text-decoration: underline; color: #003399 }

/* TABELLA LAYOUT */

.table
{
width: 800px; 
text-align: left; 
}

.header	
{
height: 140px;
text-align: right;
text-align: left;
background-color: ;
vertical-align: bottom;
letter-spacing: 0px;
}

.menu	
{
background-color: #CCCCCC;
text-align: right;
text-align: center;
margin: 0px 0px 0px 0px;
vertical-align: bottom;
letter-spacing: 0px;
}

.col_sx	
{
width: 20%;
background-color: #CCCCCC;
border-right: 1px solid black;
border-top: 1px solid black;
vertical-align: top;
text-align: justify;
font-family: verdana, "times new roman";
font-size: 10px;
color: #333333;
letter-spacing: 0px;
}

.col_center	
{
width: 60%; 
height: 270px;
background-color: white;
vertical-align: center;
border: 0px solid black;
color: #333333;
font-size: 11px;
text-align: center;
}

.col_dx	
{
width: 20%;
background-color: #CCCCCC;
border-left: 1px solid black;
border-top: 1px solid black;
vertical-align: top;
text-align: justify;
font-family: verdana, "times new roman";
font-size: 10px;
color: #333333;
letter-spacing: 0px;
}

.bottom
{
height: 20px;
background-color: rgb(72, 72, 72); 
text-align: center;
vertical-align: center;
font-family: verdana, "times new roman";
font-size: 10px;
color: #DDDDDD; 
}

/* DIV LAYOUT */

body{

margin-top: 0px;
margin-bottom: 0px;
margin-right:auto;
margin-left:auto;
width: 800px;
padding: 0px;
text-align: left; 
letter-spacing: 0px
}


/* BORDER IMAGE */
.borderimage{
border: 0px solid gray;
}


/* BACK TO TOP */
.bak2top {
      font-family: Verdana;
      font-size: 10px;
	font-weight: bold;
      color: white;
      border: 0px solid;
      border-color: #0000FF;
      padding: 2px;
}

/* MENU */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0px;
margin-bottom: 0px;
padding: 0px;
float: left;
font: 13px "Lucida";
letter-spacing: 0px;
width: 100%;
border-top: 0px white;
border-width: 0px 0;
background: black url(images/blockdefault.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
width: 160px;
padding: 7px 0px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;

}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.jpg) center center repeat-x;
}



<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 0em spacing between menu and paragraph that follows*/
padding-bottom: 0em;
}
<![endif]-->