* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-size: 80%;
	color: #333;
	background: #e5d8bc;
	line-height: 100%;
	text-align: center;
}

img {
	border: none
}

a { color: #990000; text-decoration: underline; }

a:hover { color: #9b6e3f; text-decoration: none; }

#testata {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	background: url(../images/bg.gif) repeat-y top center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px
}

*html h1 {
	margin-left: 10px
}

h1 a {
	text-decoration: none;
	font-size: 24px
}

h3 {
	font-size: 20px;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: #9b6e3f 1px solid;
	padding-bottom: 5px;
}

#lingue {
	text-align: right;
	float: right;
	margin-right: 20px;
	padding-top: 20px
}

*html #lingue {
	margin-right: 10px
}

#menu-top {
	background: #9b6e3f url(../images/bg_menu.png) repeat-x;;
	margin: 0 auto;
	width: 900px;
	height: 45px;	
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu-top ul {
	list-style: none;
	padding-top: 8px
}

*:first-child+html #menu-top ul {
	padding-top: 5px
}

*html #menu-top ul {
	padding-top: 5px
}


#menu-top li {
	display: inline;	
	padding: 0 9px;
	font-size: 14px
}

#menu-top li a {
	color: #fff;
	text-decoration: none
}

#menu-top li a:hover {
	color: #990000
}

#menu-top .active {
	padding: 0 9px;
	font-size: 14px;
	color: #990000
}

#header {
	text-align: center;
	background: #9b6e3f url(../images/bg_gallery.gif) repeat-y top center;
}

#container {
	margin: 0 auto;
	width: 926px;
	background: url(../images/bg.gif) repeat-y top center;
}

#titoli {
	text-align: left;
	padding: 10px 33px 20px 33px;
}

#content {
	font-size: 12px;
	line-height: 18px;
	width: 640px;
	text-align: left;
	/*padding-left: 250px;*/
	float: left;
}

*:first-child+html #content {
	padding-right: 33px;
}

*html #content {
	padding-right: 33px;
}

#content p {
	margin-bottom: 5px;
	text-align: justify;
}

#content img {
	float: left;
	border: #A09B64 5px solid;
	margin: 0 10px 0 0
}

#photogallery img {
	border: #9b6e3f 3px solid;
	float: none
}

#content ul {
	margin: 10px 0 10px 50px;
	padding: 0;
	list-style: square;
}

#footer {
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-size: 11px;
	background: url(../images/bg_footer.png) no-repeat;
	width: 926px;
	height: 50px;
	padding-top:50px
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

