html{
	height: 100%;
}
body{
	background-color: #254961;
	color: #ffffff;
	font-family: Sans-Serif;
	margin: 0;
	height:100%;
}
div#header{
	background: url('../img/header.jpg') no-repeat center;
	height: 200px;
}
div#pagina{
	margin: 0 auto;
	width: 760px;
	min-height: 100%;
	background: #2A5B7C url('../img/page_background.gif') repeat-y;
}
div#msgbox{
	width:450px;
	height:80px;
	background-color:#d8e7f1;
	border:8px solid #7eb1d3;
	color: #254961;
	text-align:center;
	line-height:80px;
	z-index: 90;
	font-weight: bold;
}
div#presentazione{
	padding:20px;
}
div#bgleft{
	background: url('../img/left.jpg') repeat-y top left;
}
div.foto{
	height:170px;
	border-top:1px solid white;
	margin-left:100px;
}
div.foto_box{
	float:left;
	width:250px;
	height:170px;
   display: block;
	margin:0px;
	background: url('../img/load_image.gif') no-repeat center center;
}
div.link_commenti{
	text-align:right;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 17px;
	margin-top:-10px;
}
h3{
	font-size: 14px;
	font-weight:normal;
	margin-top:15px;
}
h4{
	font-size: 11px;
	font-weight:normal;
	display: inline;
}
p{
	font-weight: normal;
	font-size:14px;
	text-align: justify;
}
ul{
	font-size:14px;
}
a:link, a:visited{
	text-decoration: underline;
	color: #fff;
}
a:hover, a:visited:hover{
	text-decoration: none;
}
a.link_menu:link, a.link_menu:visited{
	color: #ffffff;
	font-size:14px;
	text-decoration: underline;
}
a.link_menu:hover, a.link_menu:visited:hover{
	text-decoration: none;
	color: #ffffff;
}
a.link_foto:link, a.link_foto:visited{
	color: #ffffff;
	font-size:12px;
	text-decoration: underline;
}
a.link_foto:hover, a.link_foto:visited:hover{
	text-decoration: none;
	color: #ffffff;
}
a.foto_per_pagina:link, a.foto_per_pagina:visited{
	color: #ffffff;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
}
a.foto_per_pagina:hover, a.foto_per_pagina:visited:hover{
	text-decoration: underline;
	color: #ffffff;
}
div.azione{
	float: right;
	background:url('../img/bg_menu.gif') repeat-x;
	border: 1px solid #ffffff;
	border-top:0px;
	margin: 0 0 0 10px;
	padding: 2px 5px 2px 5px;
	color: #2a5b7c;
	font-size:13px;
}
div.azione:hover{
	cursor: pointer;
	background:url('../img/bg_menu_over.gif') repeat-x;
}
div.infobox{
	padding-top:40px;
}
div.infoscroll{
	font-size:13px;
	width:370px;
	height:105px;
	overflow:auto;
}
div#navigazione{
	text-align: center;
	height: 20px;
	font-size:16px;
}
div#footer{
	text-align:center;
	font-size:11px;
	padding-top:15px;
	padding-bottom:5px;
}
div#menu{
	margin-left:100px;
	text-align:center;
	font-size:14px;
}
textarea.commento{
	border:0px;
	width:364px;
	height:75px;
	font-family: Sans-Serif;
	font-size:13px;
}
input.commento_nome{
	margin:1px 0 1px 0;
	font-family: Sans-Serif;
	font-size:13px;
}
img.foto{
	visibility: hidden;
}