@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: arial, sans-serif, verdana;
	color: #FFFFFF;
	background-color: #6699FF;
}

#maincontainer{
margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: url("../img/top.jpg") no-repeat;
	width: 100%;
	height: 105px;
	margin: 0 auto;
	padding: 0;
}

#contentwrapper{
}

#contentcolumn{
margin-left: 0px; /*Set left margin to LeftColumnWidth for IE*/
position: absolute;
}

html>body #contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
margin-top: -5px;
width: 200px; /*Width of left column*/
background:url(../img/side.jpg) #006599 no-repeat;
height: 700 px;
}

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

.innertube{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0px;
}

a.flag:LINK, a.flag:VISITED, a.flag:HOVER{
	text-decoration: none;
	Color: #FFFFFF;
}

/* questa serve alla pagina index */
a.flagInit:LINK, a.flagInit:VISITED, a.flagInit:HOVER{
	text-decoration: none;
	Color: #000000;
}

div.textWhite12Pixel {
	color: #FFFFFF;
	font-size: 12px;
}
