body {
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.container {
	width: 800px;
	margin: 0px auto;
	padding: 0px 20px 20px 20px;
	background-image: url(../img/bg.cont_01_50.png);
	background-repeat: repeat;
	border-radius: 0px 0px 12px 12px;
}
#header {
	background-image: url(../img/bg.cont_01_50.png);
	background-repeat: repeat;
	border-radius: 0px 0px 8px 8px;
	padding: 0px 0px 0px 0px;
}
#logo_img {
	margin: 10px 0px 0px 0px;
}
#menu {
	background-image: url(../img/bg.cont_01_50.png);
	background-repeat: repeat;
	margin: 2px 8px;
}
#menu ul {
	margin: 0px 0px 0px 7px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	float: left;
	margin: 1px 10px 2px 0px;
	padding: 0px;
	font-size: 12px;
}
#lng {
	float: right;
	margin: 2px 5px 0px 0px;
	padding: 0px;
}
#lng img {
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#contenuti {
	background-image: url(../img/bg.cont_01_50.png);
	background-repeat: repeat;
	border-radius: 8px 8px 8px 8px;
	margin: 0px;
	padding: 15px 20px 15px 20px;
	color: #FFF;
}
#contenuti h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
}
#contenuti p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.bio_img {
	padding: 2px;
	margin: 2px 5px 0px 0px;
	background-image: url(../img/bg.cont_01_50.png);
	border: 1px solid #666;
}
#calendar {
	float: right;
	width: 250px;
	background-image: url(../img/bg.cont_01_50.png);
	border: 1px solid #666;
	border-radius: 4px;
	padding: 2px 5px 5px 5px;
	margin: 0px -10px 0px 5px;
}
#calendar h4 {
	font-size: 12px;
	margin: 0px 0px 3px 0px;
}
#calendar p {
	margin: 0px 0px 0px 0px;
}

#gallery_only_conteiner {
	width:490px;
}
#gallery_only_conteiner .galleria {
	float: left;
	clear: left;
	margin-bottom: 20px;
}
#gallery_only_conteiner .galleria .sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#gallery_only_conteiner .galleria .sortable li {
	margin: 3px 3px 53px 0;
	padding:1px;
	float:left;
	width:104px;
	height:110px;
	font-size: 11px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #666;
	background-color: #333;
}
#gallery_only_conteiner .galleria .sortable li a {
	text-decoration: none;
}
#gallery_only_conteiner .galleria .imageBox_theImage {
	width:110px;	/* Width of image */
	height:125px;	/* Height of image */
	/*
		Don't change these values *
		*/
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom:2px;
}



#galleryConteiner {
	float: left;
	width: 490px;
}
#galleryConteiner .galleria {
	margin-bottom: 20px;
	clear: left;
}
#galleryConteiner .galleria .sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#galleryConteiner .galleria .sortable li {
	margin: 3px 2px 2px 0;
	padding:1px;
	float:left;
	width:104px;
	height:110px;
	font-size: 4em;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #666;
	background-color: #333;
}
#galleryConteiner .galleria .imageBox_theImage {
	width:104px;	/* Width of image */
	height:125px;	/* Height of image */
	/*
		Don't change these values *
		*/
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom:2px;
}
#videoList {
}
#videoList .videoIMG {
	float: left;
}
#videoList .videoIMG img {
	border: 1px solid #CCC;
	background-image: url(../img/bg.cont_01_75.png);
	padding: 5px;
}
#videoList .videoInfo {
	padding-left: 150px;
}
#videoList .videoInfo .videoTitle {
	font-weight: bold;
	text-transform: uppercase;
}
#videoList .videoInfo p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#videoList .clear {
	clear: both;
}
#foot {
	background-image: url(../img/bg.cont_01_50.png);
	border-radius: 0px 0px 8px 8px;
	margin: 2px 8px 0px 8px;
	color: #FFF;
	padding: 5px 10px 10px 0px;
	font-size: 10px;
}
.clear_uwm {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.googlemaps {
	background-image: url(../img/bg.cont_01_50.png);
	background-repeat: repeat;
	padding: 10px;
	float: left;
	border: 1px solid #666;
	border-radius: 8px;
}