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

.oneColFixCtr #mainContent {
	background: url(../images/bg_eventi.jpg) top left no-repeat;
}

#panelLeft {
	position:relative;
	float: left;
	width:150px;
	height:512px;
	padding: 70px 0 0 5px;
	font-size:75%
}

#panelLeft .icon {
	margin-left: 5px;
}
#panelLeft .link {
	width:100px;
}


#panelCenter {
	margin:0 0 0 160px;
	padding:20px;
	text-align:justify;
	width:400px;
	font-size:85%;
}

#panelRight {
	float:right;
	padding:20px;
	margin:0;
	width:200px;
	font-size:85%;
}

.greenTitle {
	color:#063;
	font-weight:bold;
}
.blueTitle {
	color:#036;
	font-weight:bold;
}
.redTitle {
	color:#900;
	font-weight:bold;
}
