﻿body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div
{
    border: 0px none #FFFFFF;
}

img
{
    border:none;
}

#Container{
	width: 950px;
	margin-left: auto;
	margin-right: auto;

}

#Header {
	font-size: xx-large;
	font-weight: bold;
	color: #000000;
	padding: 5px 0px 10px 10px;
	margin-bottom:10px;
}


#LeftColumn {
	float: left;
	width: 190px;
	background-image: url(../Images/LeftSidebarShadow.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	padding-right: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom:0px;
	background-position: -51px;
}
.TitoloColonnaArancione
{
    background-position: bottom;
	background-color: #FE5B0E;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url('../Images/Orange-Shadow.png');
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-bottom:1px;
}
.TitoloColonnaRosso {
	background-position: bottom;
	background-color: #DE0000;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url('../Images/Red-Shadow.png');
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-bottom:1px;
}

#MainContent {
	margin-left: 210px;
	margin-right:210px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#RightColumn {
	float: right;
	width: 190px;
	background-image: url(../Images/RightSidebarShadow%20.png);
	background-repeat: repeat-y;
	background-position: -1px;
	display: block;
	padding-left: 8px;
}

.ListaPuntata {
	font-size: 12px;
	color: #000000;
}

.HomepageLink {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

#LeftColumnBottomShadow
{
    background-image: url(../Images/LeftSidebarBottomShadow.png);
    background-repeat: no-repeat;
    background-position: -51px bottom;
    width: 195px;
    height: 49px;
    margin-left: 0px;
    padding-right: 6px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#RightColumnBottomShadow {
	background-image: url(../Images/RightSidebarBottomShadow.png);
	background-repeat: no-repeat;
	background-position: -1px bottom;
	width: 195px;
	height:49px;
	background-position: -1px;
	margin-left:-8px;
}

.ImmagineGrande{
	margin-left:80px;
	margin-right:auto;
	width:350px;
	height:250px;
}

.MainTitle {
	font-size:20px;
	font-weight:bold;
	text-align: center;	
}

.MainText{
	font-size:12px;
}

.Centrato{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.TestoAvis{
	font-size:12px;
	color:black;
	text-align:left;
	padding-left:0px;
}

.ImmagineAvis{
	padding-left:2
}
.Separa{
   margin-bottom:20px;
   margin-top:20px;  
}

.SpaziaturaGrande
{
   margin-bottom:50px;
}

.SeparatoreAvis{
	background-image:url(../Images/Red-Shadow.png);
	background-repeat:repeat-x;
	background-position:center;
	width:300px;
}

.Footer
{
    min-height:200px;
    width:950;
    margin-top:100px;
    clear:both;
}

.Banner
{
    width:180px;
    height:60px;
    display:block;
    margin-bottom:10px;
}