body {
	
	background-image: url(../images/sfondo_grigio.jpg);
	
	background-repeat: repeat-x;
	
}

#header {
	background-position: center;
	height: 211px;
	background-image: url(../images/fondo-header.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}


#container {
	width:800px;
	margin: auto;
}

#inner-content-container-outer {
    float:left;
    width:100%;
    background:#EEEEEE;
    overflow:hidden;
    position:relative;
}
#inner-content-container-inner {
    float:left;
    width:100%;
    background:#F0F0F0;
    position:relative;
    right:70%;
}
#left-col {
    float:left;
    width:30%;
    position:relative;
    left:70%;
    overflow:hidden;
}
#content-col {
	background-color: #FFF;
    float:left;
    width:70%;
    position:relative;
    left:70%;
    overflow:hidden;
}

