@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
/*background-color:#490c11;*/
background-color:#cc9933;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a{
color: #711319;
text-decoration:none;
}

a:link,active,visited{
color: #711319;
text-decoration:none;
}

a:hover{
color: #711319;
text-decoration:underline;
}

b,strong{font-size: 110%;
		color:#711319;
		}
		
img { border: 0px;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top:5px;
background-color:#f0eee2;
}

#titolo{
background: #490c11;
height: 90px; /*Height of top section*/
}

#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#menusection{
background: #EAEAEA;
height: 250px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

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

#contenuto{
width: 100%;
text-align:justify;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
background: #581016;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFFFF;
text-decoration:none;
}

#footer a:link,active,visited{
color: #FFFFFF;
text-decoration:none;
}

#footer a:hover{
color: #FFFFFF;
text-decoration:underline;
}

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

#box{
width:840px; 
margin-top:20px;
margin-bottom:20px;
text-align:center;
}

#box img{
padding:10px;
}


