@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	background-image: url(images/pezzogrigio.jpg);
	background-repeat: repeat;
}#container  {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	position: relative;
	top: 40px;
	background-image: url(images/sfondoz.gif);
	color: #404040;
}#index_container  {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	position: relative;
	top: 40px;
	color: #404040;
	height: 600px;
}#conteiner1{
	width: 600px;
	height: 400px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
	top: 40px;
	background-image: url(images/sfondor.gif);}
	
#header  {
}
#frontContent {
	padding: 0 50px;
	text-align: justify;
	height: 200px;
	font-family: "Hobo Std";
}
#mainContent  {
	padding: 0 50px;
	position: relative;
	top: 40px;
}
/* CSS Document */

#photo-center {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#photo-right {
	width: 500px;
	margin-left: 8px;
	float: right;
	margin-bottom: 8px;
}
#navbar {
	position:absolute;
	width:114px;
	height:182px;
	z-index:100;
	left: 9px;
	top: 138px;
}
#footer  {
	color: #000;
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 10px;
	font-size: xx-small;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#next {
	font-size: x-small;
	text-align: right;
	margin-top: 4px;
}
h1   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #3B3B3B;
}
.flt-right {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
.flt-left {
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}
.piccolo {
	font-size: xx-small;
}
