/************************************
File:		2colonneHome.css
Author:	        Silvia
Date:		18/11/2008
by:		www.cbrolu.it
--------------------------------------------------------
LAYOUT A DUE COLONNE CON COLONNA SINISTRA PICCOLA
TUTTE CON DIMENSIONI FISSE
------------------------------------------------------
TWO COLUMNS FIXED LAYOUT WITH LEFT SMALL COLUMN
************************************/

body{
margin:0;
padding:0;
/* Scegliere il font principale del sito*/
font-family: palatino, "palatino linotype", "sans serif";
background-color: #000000;
}

#maincontainer{
width: 1020px; /* Larghezza del sito*/
margin: 7px auto 0; /*Centra il contenitore nella pagina*/
}

#topsection{
height: 141px; /*Altezza della parte alta (topsection)*/
background: url(top1.gif) transparent left top no-repeat;
position:relative;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 7px 0 0 200px;
padding-left: 12px;
background: url(slogan1.gif) #000000 left center no-repeat;
height: 457px;
}

#leftcolumn{
float: left;
position:relative;
margin: 7px 0 0 -1020px;
padding: 250px 0 0 0;
width: 182px;
height: 207px;
background: url(left1.jpg) transparent left top no-repeat;
}

/* Piede del sito */
#footer{
clear: left;
width: 100%;
background: #000000;
height: 15px;
}

#footer p{
color: rgb(200,100,50);
text-align: center;
padding: 0 0 3px 180px;
font-size: 11px;
letter-spacing:1px;
}

.mrGino{
float: left;
}

.mrGino p{
margin: -10px 0 0 30px;
font-size: 9px;
font-family: arial, "sans serif";
}

.mrGino a{
color: #555555;
}

.mrGino a:hover{
color: #777777;
}

