/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: #f9f2e2; 
	margin: 0px;
	}
p { 
	font: 9pt/16pt georgia; 
	margin-top: 5px; 
	text-align: justify;
	}
p#intro{
	margin-right: 180px;
}
h4.titolo{
	border-top: 1px solid #a16b0b;
	border-bottom: 1px solid #a16b0b;
	background-color: #F2CF8D;
	margin-right: 180px;
	text-align: center;
	text-decoration: none;
}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #8B0100 ;
	
	}
h2{
	color: #8B0100;
	font-family: georgia ;
	margin-right: 180px;

}
h2#agora{
	color: #8B0100;
	font-family: georgia ;
	text-align: center;
	margin-right: 180px;
}
h4{
	text-align: center;
	color: #8B0100;
	margin-right: 180px;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #8B0100;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #8B0100;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #4F0000;
	}

img.no_border{
	border: 0px;
}
#container{
	position: relative;
	margin: 0 auto;
	width: 798px;
	background: #fff url(images/container.jpg) top left repeat-y;
	
}
#header{
	position: relative;
	margin: 0 auto;
	padding:0px;
	width: 798px;
	height: 12px;
	background: #fff url(images/header.jpg) bottom left no-repeat;
}
#menu{
	position: relative;
	margin: 0 auto;
	width: 798px;
	height: 41px;
	background: #fff url(images/menu.jpg) top left no-repeat;
}
#menu ul{
	margin: 0 auto;
	padding-left: 150px;
	padding-top: 0px;
	list-style: none;
	float:left;
}
#menu ul li{
	display:inline;
}

#menu ul li a{
	border-left: 1px solid #a16b0b;
	padding: 9px 5px;
	height: 23px;
	float:left;
}
#menu ul li a#right{
	border-right: 1px solid #a16b0b;
}
#menu ul li a:hover{
	float:left;
	background: #fff url(images/menu_roll.jpg) top left repeat-x; 
}
a.active{background: #fff url(images/menu_roll.jpg) top left repeat-x;}

#banner{
	position: relative;
	margin: 0 auto;
	width: 798px;
	height: 161px;
	background: #fff url(images/banner.jpg) top left no-repeat;
}
#sub_menu{
	position: relative;
	margin: 0 auto;
	width: 798px;
	height: 29px;
	background: #fff url(images/sub_menu.jpg) top left no-repeat;
}
#sub_menu ul{
	margin: 0 auto;
	padding-left: 300px;
	padding-top: 0px;
	list-style: none;
	float:left;
}
#sub_menu ul li{
	display:inline;
}

#sub_menu ul li a{
	border-left: 1px solid #a16b0b;
	padding: 4px 5px;
	height: 21px;
	float:left;
}
#sub_menu ul li a#right{
	border-right: 1px solid #a16b0b;
}
#sub_menu ul li a:hover{
	float:left;
	background: #fff url(images/sub_menu_roll.jpg) top left repeat-x; 
}
#content{
	position: relative;
	margin: 0 auto;
	padding: 10px 5px 0px 5px;
	width: 760px;
	/*height: 400px;*/
	border: 0px solid #000;
	background: #fff url(images/content.jpg) top right no-repeat;
	height: auto;
		
}
#content ol {
	list-style: none;
	margin: 0px 0px ;
   padding: 0;
	text-align: justify;
}
#contentindex{
	position: relative;
	margin: 0 auto;
	padding: 10px 5px 0px 5px;
	width: 760px;
	height: 400px;
	border: 0px solid #000;
	background: #fff url(images/content.jpg) top right no-repeat;	
}
#contentindex ul {
	 margin: 15px 10px ;
    padding: 0;
}
#contentindex ul li{
	list-style: circle;
	text-align: left;
}
#contentindex ul ol{ 
   margin: 0px ;
	margin-right: 80px;
   padding: 0;
	text-align: left;
}
#colonna{
	width: 145px;
	height: 100px;
	float: right;
	position: relative;
	margin-top: 200px;
	margin-right: auto;
	padding-top: 10px;
}
#colonna li{
	list-style: none;
	text-align: center;
}
#colonna h2{
	color: #8B0100;
	font-family: georgia ;
	margin-right: 30px;
}
#colonnaindex{
	width: 145px;
	height: 100px;
	float: right;
	position: relative;
	margin-top: 100px;
	margin-right: auto;
	padding-top: 10px;
}
#colonnaindex li{
	list-style: none;
	text-align: center;
}
#colonnaindex h2{
	color: #8B0100;
	font-family: georgia ;
	margin-right: 0px;
	text-align: center;
	text-decoration: blink;
}


#footer{
	position: relative;
	margin: 0 auto;
	width: 798px;
	height: 21px;
	background: #fff url(images/footer.jpg) top left no-repeat;
	text-align: center;
	color: #8B0100; 
}

/* contenuti */
#news{
	margin-right: 180px;
	border: 0px solid #000;
}
#news img{
	float: left;
	padding-right: 5px;
}

table#contatti{
	text-align: center;
	table-layout: auto;
	padding:0px;
	margin:10px auto;
	border:0px solid black;
}

#contatti td{
	text-align: left;
	border: 0px solid #424223;
	vertical-align: top;
}
#contatti td.left{
	width: 190px;
}
#contatti td.center{
	width: 170px;
}
#contatti td.right{
	width: 300px;
}
#contatti td.email{
	width: 200px;
}

#form label{
	font-weight:bold;
}

#form input{
	border: 1px solid #8B0100;
}
#nome{
	margin-right: 15px;
}
#mail{
	margin-right: 9px;
}
#invia {
	margin-left: 15px;
}

img.foto{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
#box_multimedia{
	margin: 100px auto 0px auto;
	width: 400px;
}
#box_multimedia img{
	border: 0;
	margin-left: 40px;
	margin-right: 40px;
}
.thumbnail{
	border: 0px solid red;
	margin: 2px 6px 2px 12px;
	height: 72px;
}
#video{
	width: 400px;
	padding-left: 120px;
	padding-top: 20px;
	
}

#marqueecontainer{
position: relative;
background-color: white;
overflow: hidden;
border: 2px solid ;
border-color: white;
padding: 2px;
padding-left: 4px;
width: 145px;
height: 150px;
float: right;
margin-top: 105px;
margin-right: auto;
padding-top: 10px;

}