* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: black;
	font-size: 0.9em;
	background-repeat: repeat-x;
	background-position: center top;
	/*background-color: #807060;*/
	background-color: #887744;
	background-image: url(../images/background.jpg);
}

h1 {
	text-align: justify;
	font-size: 180%;
	margin: 15px 0;
}

h2 {
	margin-bottom: 5px;
	text-align: justify;
	font-size: 140%;
}

#header {
	height: 200px;
	margin: auto;
	width: 960px;
}

#logo {
	margin: 10px 0 0 20px;
	position: absolute;
	background-image: url(../images/logo.png);
	background-repeat:no-repeat;
	width: 251px;
	height: 180px;
}

#trifoglio {
	margin: 40px 0 0 800px;
	background-repeat: no-repeat;
	background-image: url(../images/trifoglio.png);
	width: 140px;
	height: 140px;
	position: absolute;
}

#home {
	width: 530px;
	height: 380px;
}

#nav {
	height: 50px;
	margin: auto auto 2px;
	width: 960px;
}

#nav ul {
	list-style: none;
	text-transform: capitalize;
	padding: 15px 0 0;
	margin: 0;
	text-align: center;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 0 10px;
}

/*** Header ***/

/*** Content ***/

#content {
	line-height: 1.5em;
	text-align: center;
	min-height: 380px;
	padding: 20px 0 0;
	margin: auto;
	width: 960px;
	opacity: 0;
}

/*** Footer ***/

#footer {
	clear: both;
	background-image: url(../images/footer2.jpg);
	background-repeat: repeat-x;
	height: 60px;
	padding-top: 60px;
	color: #666666;
}

#footer p {
	font-size: 70%;
	text-align: center;
	margin: 0;
}

/*** Galleria ***/

.photos {
	float: left;
	height: 100px;
	width: 100px;
	text-align: center;
	vertical-align: bottom;
	margin: 0 4.2px 8.4px;
	overflow: hidden;
}

.photos a img {
	border: none;
}

.albums
{
	float: left;
	height: 130px;
	width: 140px;
	text-align: center;
	vertical-align: bottom;
	margin: 0 6px 8.4px;
	overflow: hidden;
	/*border: gray 1px solid;*/
}

.albums a {
	text-decoration: none;
	color: black;
}

.albums a img {
	border: none;
}

.albums p {
	font-size: 80%;
	text-align: center;
}

/*** Menu ***/

#slider {
	width: auto;
	margin: 0 auto;
	position: relative;
}

.scroll {
  /*height: 550px;*/
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  /*background: #FFFFFF;*/
}

.scrollContainer div.panel {
  padding: 20px;
  /*height: 510px;*/
  width: 920px; /* change to 560px if not using JS to remove rh.scroll */
}

ul.navigation {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 9px;
}

ul.navigation li {
	display: inline;
	/*margin-right: 10px;*/
}

ul.navigation a {
	color:#000000;
	padding:10px;
	text-decoration:none;
}

ul.navigation a.selected {
	color: #ffffff;
}

#newsletter {
	height: auto;
	width: 200px;
	position: absolute;
	
}

.panel a {
	color: black;
	text-decoration: none;
}

p {
	text-align: justify;
}

/*** Eventi ***/

.event {
	margin-bottom: 10px;
}

/*.event_photos {
	height: 100px;
	width: 100px;
	text-align: center;
	vertical-align: bottom;
	margin: 0 4.2px 8.4px;
	overflow: hidden;
}*/

.event a img {
	border: none;
}

.event_img {
	margin-right: 5px;
}

.clear {
	/*clear: both;*/
	clear: left;
}

.date {
	font-size: 70%;
}

/*#left {
	float: left;
	width: 340px;
}
*/
