body{
margin:0;
padding:0;
line-height: 1.5em;
background-color:#d8c946;
}

h1{font-size: 120%;}
h2 {font-size: 140%;}
h3 {font-size: 300%;
	text-align: center;}
h4 {font-size: 200%;
	text-align: center;}

#contenitore{
width: 900px; /*Width of main container*/
height: 700px;
margin: 0 auto; /*Center container on page*/
background-image: url(../images/basecontentwrapper05.jpg);
background-repeat:no-repeat;
background-position: bottom;
background-attachment: scroll;
border : 0px solid #CC0033;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:09px;
font-weight:bold;
line-height: 12px;
color: #800000;
}

#testata{
height: 150px; /*Height of top section*/
width: 100%;
background-image: url(../images/testata003.gif);
background-color:#f6f3e2;
background-repeat:no-repeat;
background-position:center;
border-bottom : 0px solid #CC0033;
}


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

#titolo3{
margin: 0 0 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height: 30px;
width: 778px;
border : 0px solid #CC0033;
background-color:f6f3e3;
padding-top: 6px;
font-size: 150%;
font-weight: bold;
text-align: center;
}
#titolo4{
	height: 1px;
	width: auto;
	border : 0px solid #CC0033;
	background-color:f6f3e3;
	padding-top: 0px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #800000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#contentcolumn{
margin: 0 0 0 120px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height: 550px;
width: 780px;
overflow: auto;
border :none;
text-align: justify;
}

#colonnasinistra{
float: left;
height: 550px;
width: 120px; /*Width of left column in pixel*/
padding-top: 0px;
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
border-right : 0px solid #CC0033;
line-height: 0.5em;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20;
line-height: 1.8em;
}

.innertube01{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20px;
line-height: 8px;
}

