@import url("typography.css");

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/righe.gif);
	background-repeat: repeat;
}
#contenitore {
	position: relative;
	width: 660px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
#bordi {
	position: absolute;
	left: 50%;
	width: 700px;
	/height: 100%;
	min-height: 100%;
	margin-left: -350px;
	padding: 0px;
	background-image: url(../images/bordi.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#contenuto {
	position: relative;
	width: 660px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;	
}
#testata {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/titolo.gif);
	background-repeat: no-repeat;
	background-position: 0px 130px;	
	color: #CC5200;
}
#testata div{
	padding-top: 210px;
	padding-bottom: 40px;
}
#sezione {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
.blog {
	width: 640px;
}
.foto {
	width: 200px;
	float: left;
	padding-top: 5px;
	text-align: right;
}
.testo {
	width: 420px;
	float: left;
	padding-left: 20px;
	text-align: justify;
}
.blog .decorazione {
	width: 640px;
	height: 80px;
	clear: both;
	background-image: url(../images/decorazione.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
}
.blog .paginazione {
	width: 640px;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
#generico {
	clear: both;
	text-align: justify;
}
#photogallery {
	clear: both;
}
#photogallery div.slideshow {
	width: 308px;
	/width: 304px;
	height: 252px;
	float: left;
	text-align: center;
	margin: 5px;
	border: 1px dotted #636363;
}
#photogallery div.immagini {
	width: 148px;
	/width: 146px;
	height: 120px;
	float: left;
	text-align: center;
	margin: 5px;
	border: 1px dotted #636363;
}
#contatti #form {
	width: 300px;
	float: left;
}
#contatti #testo {
	padding-top: 8px;
	/padding-top: 23px;
	width: 270px;
	float: left;
	padding-left: 70px;
}
#vuoto {
	width: 640px;
	height: 20px;
	clear: both;
}
#note {
	position: absolute;
	bottom: 0px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #636363;
	font-size: 11px;
	text-align: center;
}
