/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position:center top;
}

h1{
	font-size: 1.4em;
	color:#333333;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

h2{
	background-color:#FF9900;
	font-size:1.1em;
	padding:2px;
	color:#FFFFFF;
	margin:0px;
}

#main{
	margin-left:auto;
	margin-right:auto;
	width:798px;
	margin-top:10px;
	background-color:#FFFFFF;
	border:#000000 2px solid;
	background-image:url(../images/testa.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#sottotesta{
	text-align:justify;
	background-image:url(../images/sottotesta.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	padding:10px;
}

#colonna_dx{
	float:right;
	width:100px;
	border:#CCCCCC 1px dashed;
	padding:20px;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-top:40px;
}

#colonna_dx img{
	margin-bottom:30px;
}

#colonna_sx{
	width: 610px;
}

#footer{
	text-align:center;
	color:#333333;
	font-size:0.8em;
	padding:5px;
}

#footer a{
	color:#333333;
}

.eventi{
	padding:10px;
	border:#CCCCCC 1px dashed;
	border-bottom:#333333 3px solid;
	margin-bottom:5px;
	
}

.segue{
	float:none;
	width:580px;
	text-align:right
}

.titoli{
	font-size:2.6em;
	font-weight:bold;
	color:#FF9900
}

.titoli a, a:visited{
	color:#FF9900;
	text-decoration:none;
}

.scheda_corso{
	font-size:0.8em;
	font-weight:100;
}

.clearer{
	width:100%;
	float:none;
	clear:both;
}