/************************************
File:		fluid2colSL.css
Author:	Sandro Succi
Date:		25/07/2007
by:		www.genoweb.com
--------------------------------------------------------
LAYOUT A DUE COLONNE A LARGHEZZA VARIABILE
Colonna sinistra:	Piccola fissa
Colonna centrale:	fluida
------------------------------------------------------
TWO COLUMNS FLUID LAYOUT
Left column:		Small fixed
Main column:	Fluid
************************************/

body{
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
color: rgb(100,100,100);
background-color: rgb(206,207,209);
}

#maincontainer{
width: 1024px;
margin: 10px auto 0;
background-color: rgb(255,255,255);
}

#topsection{
background: url(intestazionetop.gif) rgb(190,190,190) top left no-repeat;
height: 184px;
width: 1024px;
position: relative;
}

#contentwrapper{
float: left;
width: 100%;
background: url(sfumatura.gif) rgb(255,255,255) bottom left no-repeat;
}

#contentcolumn{
background-image: url(corpocentrale.gif);
background-position: top right;
background-repeat: no-repeat;
background-color: #ffffff;
margin-left: 237px;
padding: 20px;
min-height: 450px; 
}

#leftcolumn{
float: left;
width: 237px; /*Width of left column*/
margin-left: -1024px;
/*background: url(sfumatura.gif) rgb(240,249,243) bottom left no-repeat;*/
padding: 53px 0 0 0;
background-color: transparent;
}

#footer{
clear: left;
width: 100%;
height: 90px;
background: url(lineanera.gif) rgb(206,207,209) top left no-repeat;
position: relative;
}

.mrGino{
position: absolute;
margin: -17px 0 0 117px;
font-family: Arial, sans-serif;
}

.mrGino a{
color: rgb(130,130,130);
font-size: 10px;
}


