body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/conbot.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 10px;
	font-weight: normal;
	color: #AD1112;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
	margin-left: 35px;
}

ul {
	margin-left: 25px;
	list-style-type: none;
	list-style-image: url(images/bg_bullet.gif);
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}
img#ico {
	border: none;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
	border: solid #000000 1px;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: solid #000000 1px;
}

hr {
	display: none;
}
.icone{
	position:absolute;
	top:260px;
	padding-left:500px;
	width:200px;
}
/* Header */

#header {
	width: 980px;
	height: 220px;
	margin: 0 auto;
	/*background-image: url(images/img02.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 220px;
	/*background-color: #AD1011;*/
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#logo h1, #logo h2 {
	margin: 0;
	/*text-transform: lowercase;*/
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 120px 0 0 0;
	/*background: url(images/logo.gif) no-repeat 50% 20px;*/
	letter-spacing: -1px;
	font-size: 34px;
	line-height: 30px;
}

#logo h2 {
	font-size: 16px;
}

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

/* Menu */

#menu {
	float: right;
	width: 732px;
	height: 40px;
	padding: 180px 0 0 0;
}

#menu ul {
	width: 728px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #AD1011 url(images/img05.jpg) repeat-x;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 19px;
	background: url(images/img06.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	background: url(images/img06_f2.gif) repeat-x;

}
/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 732px;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
#testo {
	padding: 0px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
#testo_scroll {
	width:100%;
	overflow: auto;
	height: 540px;
	text-align:justify;
	margin-top:20px;
}
#testo_scroll p{
	margin-left:10px;
	margin-right:10px;
	line-height:20px;
	margin-bottom:30px;
}
/* Sidebar */

#sidebar {
	clear:left;
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-right:2px;
}

#sidebar a {
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 92%;
}

#sidebar ul li {
	margin-left: 6px;
	padding: 5px 6px;
	background: url(images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #0B0B0B;
}

#sidebar ul li.first {
	border: none;
	padding-top: 0px;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 120%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	/*margin-bottom: 40px;
	background: url(images/conbot.jpg) no-repeat left bottom;*/
	padding: 1px 0 30px -1px;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	background-image: url(images/img8.gif);
	background-repeat: no-repeat;

}

.boxed .content {
	padding: 1px 10px 0 0;
	background-color:#F5F5F5;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;

}
.boxed .content a{
	text-decoration: none;
	color: #333333;
	display: block;
}
.boxed .content a:hover{
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background-color: #999999;
}
.boxed .content p{
	background-image: url(images/bg_bullet_r.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
}
.extra{
	height: 10px;
	background-color: #42707D;
	
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	float: right;
	width: 174px;
	padding: 2px 5px;
	background: #EFEFEF url(images/img11.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchsubmit {
	float: right;
	margin-top: 5px;
	background: #AD1112 url(images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Footer */

#footer {
	float: left;
	width:980px;
	height: 40px;
}

#footer p {
	margin: 10px;
	line-height: normal;
	font-size: 85%;
	color: #52A43E;
	text-align: center;
}

#footer a {
	color: #52A43E;
}
#gallery{
	float: left;
	background: #00CC33 url(images/gallery.jpg) no-repeat;
	height: 104px;
	width: 220px;
	margin-top: 10px;
}
#gallery h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	padding: 34px 0 0 12px;
	letter-spacing: 3px;
}
#gallery h1 a {
text-decoration:none;
}

#gallery h1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}
#mainsponsor{
	clear:left;
	float: left;
	margin-top: 10px;
}
.iscrizione {
	width:480px;
	margin:2.0em 0 2.0em 5em;
	padding:10px 10px 0 10px;
	border:solid 1px rgb(200,200,200);
	background-color: #F5F5F5;
}

.contactform {
	width:480px;
	margin:2.0em 0 2.0em 5em;
	padding:10px 10px 0 10px;
	border:solid 1px rgb(200,200,200);
	background-color: #F5F5F5;
	text-align: center;
}

.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:110%;}
.contactform label.left {float:left; width:120px; margin:0 0 0 10px; padding:2px; font-size:100%;}
.contactform select.combo {float:left;width:250px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:100%;}
.contactform input.field {float:left; width:250px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:100%;}
.contactform textarea {float:left; width:250px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:100%;}
.contactform input.button {float:right; width:9.0em; margin-right:190px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:100%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}
.contactform p {float:left; margin:0 0 1.0em 0; line-height:1.5em; font-size:100%;/*test*/clear:both;}

.reg table {
	width:80%;
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
		border-collapse:collapse;
	}
.reg tr.odd td,
.reg tr.odd .column1 {
	background-color:#3681BE;color:#FFFFFF;
	}	
.reg .column1 {
	background:#f9fcfe;
	}
.reg td {
	color:#678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	width: 50%;
	vertical-align: top;
	}				
.reg th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	vertical-align: top;
	}	

.sponsor table {
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
	border-collapse:collapse;
	padding: 0 0 10px 10px;
	}
.sponsor td {
	color:#678197;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	vertical-align: middle;
	text-align: left;	
	}

.sponsor th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	vertical-align: middle;
	}	
	
.sponsor th.column1 {
text-align:center;
}

