/* CSS Document */

html,body{
	margin:10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #339999;
	text-decoration: none;
}
a:visited {
	color: #669999;
	text-decoration: none;
}
a:hover {
	color: #336666;
	text-decoration: underline;
}
div#container{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: auto;
}
div#centro{
	width: 370px;
	height: 570px;
	float: left;
	padding:15px;
	background-image: url(../immagini/sfondocentro.jpg);
	background-repeat: repeat-x;
}
div#foto{
	width: 370px;
	height: 570px;
}
div#sinistra{
	position    : relative;
	height      : 600px;
	width       : 275px;
	float       : left;
}
div#indirizzo {
	margin      : 0px;
	width       : 235px;
	height      : auto;
	position    : absolute;
	bottom      : 0;
	text-align: right;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
}
div#contenuti {
	margin      : 0px;
	padding     : 25px;
	width       : 225px;
	height      : auto;
	position    : absolute;
	text-align: right;
}
div#menu {
	margin      : 0px;
	padding     : 25px;
	width       : 225px;
	height      : auto;
	position    : absolute;
	text-align  : left;
}
div#destra{
	position    : relative;
	height      : 600px;
	width       : 275px;
	float       : left;
}
div#sinistraindex{
	height: 500px;
	width: 360px;
	float: left;
	background-image: url(../immagini/sfsinistraindex.jpg);
}
.testo14 {
	font-size: 14px
}