/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image:  url(backgr.jpg);
	text-align:center;
}
/*struttura*/
#container {
	width:740px;
	margin: 0px auto;
	
} 
.logo {
	margin: 2px 18px 2px 473px;
}
#content {
	width:703px;
	height:100%;
	background-color: #FFF9ED;
	border-right: 2px solid #990000;
	border-left: 2px solid #990000;
	margin:0px auto;
	padding:0px;
}

#right {
	width: 250px;
	float:right;
	margin:0;
	padding:0px;
	background-color: #FFF9ED;
	
}
#text {
	width: 450px;
	margin:0px;
	font-size:12px;
	padding: 5px;
	text-align:left;
	background-color: #FFF9ED;
}
#SymphText {
	width: 400px;
	margin:0px;
	font-size:12px;
	padding: 5px;
	text-align:left;
	background-color: #FFF9ED;
}
#Symphright {
	width: 300px;
	float:right;
	margin:0;
	padding:0px;
	background-color: #FFF9ED;
	
}
/*gallery page*/
.gallery {
	background-color: #FFF9ED;
	margin:0px;
	padding:5px;
	text-align: left;
	}
.gallery img {
	border:1px solid #CCCCCC;
	padding:3px;
	width:80px;	
}

/*gallery right*/

.thumbnail {
	float:right;
	width:80px;
	border:1px solid #CCCCCC;
	margin:0px 15px 15px 0px;
	padding:3px;
	}
.thumbnail p {
	font-size:xx-small;
	text-align:right;
	color: #666666;
	}
.clearboth {
	clear:both;
	}
.play {
	float:right;
	margin:0px 15px 15px 0px;
	padding:0px;
}
/*gallery foto grandi*/
.foto {
	border:1px solid #999999;
	padding:3px;
}	
/*testo*/	
#text h1 {
	font-family: Times New Roman, Times, serif;
	font-size: medium;
	font-style: italic;
	color: #990000;
	font-weight: normal;
	margin:0px;
	
}
#content h1 {
	font-family: Times New Roman, Times, serif;
	font-size: medium;
	font-style: italic;
	color: #990000;
	font-weight: normal;
	margin:0px;
	padding:5px;
	text-align:left;
}
#content p {
	font-size:12px;
	text-align:left;
	padding:5px;
	margin:0px;
}
h6 {
	font-family: Times New Roman, Times, serif;
	font-size: small;
	font-style: italic;
	color: #990000;
	text-align:center;
	margin:0px;
	font-weight:normal;

}

#footer {
	clear:both;
	width: 740px;
	height:26px;
	background-image: url(bottomcorner.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding:0px;

}
/*menu top*/
#menu {
	width: 740px;
	height:26px;
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding:0px;
	text-align:right;
	}
#menu ul {
	margin:0px 40px;
}	
#menu li {
	list-style:none;
	display:inline;
	padding:5px;
}
#menu li a {
	font-family: Times New Roman, Times, serif;
	font-size: small;
	font-style: italic;
	color: #990000;
	text-decoration:none;
}
#menu li a:hover {
	color:#333333;
}
/*links*/
a:link, a:visited, a:active {
	font-family: Times New Roman, Times, serif;
	font-size: small;
	font-style: italic;
	color: #990000;
	text-decoration:none;
}
a:hover {
	color:#333333;
	}
/*liste*/
#content dl{
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size:small;
	text-align:left;
	padding:0px 5px;
	margin:0px;
	background-color: #FFF9ED;
}
#content dt {
	color:#990000;
}
.titoli{
	font-family: Times New Roman, Times, serif;
	text-align:left;
	padding:0px 5px;
	margin:0px;
	background-color: #FFF9ED;
}
.titoli dt {
	font-size:11px;
	color:#990000;
}
.titoli dd{
	font-size:11px;
	color:#333333;
}
.curr{
	
	text-align:left;
	padding:0px 5px;
	margin:0px;
	background-color: #FFF9ED;
}
.curr dt {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color:#990000;	
}
.curr dd{
	font-size:11px;
	margin:3px 0px 3px 3px;
	color:#333333;
}