/************************************
File:		2colonne_destra.css
Date:		13/11/2008
by:		www.centroservizitelefonici.it
--------------------------------------------------------
LAYOUT A DUE COLONNE CON COLONNA DESTRA PICCOLA
TUTTE CON DIMENSIONI FISSE
------------------------------------------------------
TWO COLUMNS FIXED LAYOUT WITH RIGHT SMALL COLUMN
************************************/

body{
margin:0;
padding:0;
/* Scegliere il font principale del sito*/
font-family: verdana, arial, sans-serif;
background: url(img2.gif) rgb(255,255,255) 0px 34px repeat-x;
}

#maincontainer{
width: 800px; /* Larghezza del sito*/
margin: 0 auto; /*Centra il contenitore nella pagina*/
background: url(img3.gif) transparent top left repeat-y;
}

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

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

#contentcolumn{
margin: 0 217px 0 0;
padding: 10px;
background: url(img1.gif) rgb(240,240,240) top left repeat-x;
min-height: 300px;
}

#rightcolumn{
float: left;
margin: 0 0 0 -217px;
width: 207px;
background-color: rgb(229,229,229);
padding: 10px 5px;
min-height: 300px;
}

#leftcolumn{
display: none;
}

#footer{
clear: left;
width: 100%;
background-color: rgb(255,255,255);
border-top: 1px rgb(205,0,50) solid;
height: 17px;
}

#footer p{
text-align: center;
padding: 2px 0;
margin: 0;
}

.mrGino{
position: absolute;
margin-top: -45px;
margin-left: 10px;
}

.mrGino p{
margin: 10px 0;
}

.mrGino a{
font-size: 9px;
color: #AAAAAA;
}

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

