@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background:#fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

#container_header {
	width:850px;
	height:65px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	text-align:right;
	border-bottom: 1px #000000 solid;
	
	/*DEBUG*/
	/*background:#9999CC;*/
}

#container_header img{
	vertical-align:baseline;
	float:right;
}

#container_menubar {
	height:38px;
	margin-top: 27px;
	float: left;
	margin-bottom:0px;
	/*DEBUG*/
	/*background:#9CC9CC;*/
}

#menubar_item {
	height:36px;
	float:left;
	/*DEBUG*/
	/*background:#9C9CCC;*/
}

#menubar_item a{
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 12px;
	padding-bottom: 12px;
	color:#000000;
	text-decoration:none;
	display:block;
}

#menubar_item a:hover{
	color:#FFFFFF;
	background-color:#000000;
}

#container_body {
	width:850px;
	min-height: 537px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	/*DEBUG*/
	/*background:#CC99CC;*/
}

#container_body img.infoScultura{
	margin-top: 40px;
}

#container_body img.home{
	margin-top: 43px;
}

#container_body p.infoScultura{
	width: 850px;
	margin-top:15px;
	margin-bottom: 0px;
	text-align: center;
	font-height: 10px;
	line-height: 11px;
}

#container_body p.biografia{
	width:700px;
	margin-top:47px;
	margin-bottom: 15px;
	text-align: justify;
	font-height: 10px;
	line-height: 13px;
}

#container_body h3{
	color: #999999;
	font-weight: normal;
	font-size: 20px;
	margin-top: 125px;
	margin-bottom:20px;
}

#container_body a, #container_body a:visited{
	color: #000000;
}

#container_body h3.contatti{
	color: #000000;
	font-weight: normal;
	font-size: 20px;
	margin-top: 160px;
	margin-bottom:0px;
}

#container_body img.contatti{
	margin-top: 10px;
	margin-bottom:10px;
}

#container_body p.contatti{
	margin-top:0px;
	text-align: center;
	line-height:20px;
}

#container_body p img{
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
}

#image_square_container{
	width: 539px;
	margin-top: 60px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	/*DEBUG*/
	/*background-color:#FFCC66;*/
}

#image_square {
	width: 100px;
	height: 100px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-top: 1px;
	/*background: #000000;*/
	float: left;
}

#image_square img{
	border: none;
}

#image_square_container2{
	width: 306px;
	margin-top: 58px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	/*DEBUG*/
	/*background-color:#FFCC66;*/
}

#image_square_container3{
	width: 612px;
	margin-top: 34px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	/*DEBUG*/
	/*background-color:#FFCC66;*/
}

#image_square_container4{
	width: 616px;
	margin-top: 34px;
	margin-bottom: 34px;
	margin-left: auto;
	margin-right: auto;
	/*DEBUG*/
	/*background-color:#FFCC66;*/
}

#image_square2 {
	width: 100px;
	height: 100px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-top: 1px;
	/*background: #000000;*/
	float: left;
}

#image_square2 img{
	border: none;
}

* html #container_body {height:450px;}

#container_bottom{
	width:850px;
	height:35px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	border-top: 1px #000000 solid;
	/*DEBUG*/
	/*background:#99CCCC;*/
}

#container_bottom p{
	font-size: 9px;
	padding-top: 10px;
	margin-top: 0px;
}

#container_bottom a, #container_bottom a:visited{
	color: #000000;
	text-decoration: none;
}

#container_bottom a:hover{
	text-decoration: underline;
}